Daniel Ehrenberg
|
22edb2ea0d
|
Adding combine word to new-sets
|
2010-02-24 13:34:24 -06:00 |
Daniel Ehrenberg
|
04878057af
|
Compiler.cfg.{dce,linearization} use new-sets
|
2010-02-16 15:48:07 -06:00 |
Daniel Ehrenberg
|
05df3b3fd0
|
Finishing moving new-sets to basis
|
2010-02-16 15:15:12 -06:00 |
Daniel Ehrenberg
|
30cc248bb3
|
Bit sets use new new set protocol, and compiler.cfg.ssa.construction.tdmsc is updated for it
|
2010-02-16 15:14:32 -06:00 |
Daniel Ehrenberg
|
c36ff9dab8
|
Renaming items->members in sets
|
2010-02-15 21:08:54 -06:00 |
Daniel Ehrenberg
|
8c322a9bf8
|
Fixing sets unit tests
|
2010-02-15 20:52:49 -06:00 |
Daniel Ehrenberg
|
99500ceb92
|
Merge branch 'master' of git://factorcode.org/git/factor into bags
|
2010-02-15 20:48:23 -06:00 |
Daniel Ehrenberg
|
fd7b7ba247
|
The set protocol, with implementations on hashsets, sequences and bitsets
|
2010-02-15 20:48:06 -06:00 |
Slava Pestov
|
a495f8e099
|
assocs: move conjoin and conjoin-at to assoc docs
|
2010-02-16 15:29:46 +13:00 |
Slava Pestov
|
361de6c470
|
math.points: move to extra
|
2010-02-16 15:29:02 +13:00 |
Slava Pestov
|
b963d56aac
|
compiler.tree.escape-analysis: fix bug that comes up when inheritance is used
|
2010-02-16 14:44:13 +13:00 |
Slava Pestov
|
daab7f8fc0
|
benchmark.raytracer-simd: make some changes to improve performance
|
2010-02-16 14:32:50 +13:00 |
Slava Pestov
|
c7454d8bba
|
tools.annotations: fix for nanoseconds
|
2010-02-16 13:56:11 +13:00 |
Slava Pestov
|
4893ebf183
|
Small cleanups
|
2010-02-16 04:04:09 +13:00 |
Slava Pestov
|
64a37d2db6
|
compiler.tree.propagation.transforms: tweak 2^ transform to fix performance regression in benchmark.beust2; introduced by 47d6507548
|
2010-02-16 01:03:09 +13:00 |
Slava Pestov
|
cd1986a906
|
classes: fix regression from recent bug fix
|
2010-02-15 23:46:55 +13:00 |
Slava Pestov
|
97428db921
|
mason.source: save git-id in source packages, just like binary packages
|
2010-02-15 19:01:19 +13:00 |
Slava Pestov
|
3e5e3a6d3f
|
classes: call reset-generic on predicate word to avoid redefinition problems (reported by littledan)
|
2010-02-15 18:34:45 +13:00 |
Slava Pestov
|
4266023639
|
tools.deploy.shaker: strip out vm, image, current-directory to avoid leaking information from build environment
|
2010-02-15 17:54:19 +13:00 |
Slava Pestov
|
62f5a2af1c
|
tools.deploy.shaker: don't strip out io.files hook, since then we lose resource-path and such
|
2010-02-15 17:37:07 +13:00 |
Slava Pestov
|
e19461d410
|
io.files.info: load io.files.info.unix if we're on Unix. Fixes long-standing no-method error on file-info
|
2010-02-15 17:15:26 +13:00 |
Aaron Schaefer
|
6e3812b563
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-14 16:01:45 -06:00 |
Aaron Schaefer
|
e772aae510
|
Typo in command-line docs
|
2010-02-14 16:00:08 -06:00 |
Aaron Schaefer
|
7e6479cd36
|
collect-benchmarks needs to convert from nano not micro
|
2010-02-14 15:59:18 -06:00 |
Slava Pestov
|
e1f80b4930
|
Merge branch 'master' of git://github.com/erikcharlebois/factor
|
2010-02-15 01:26:10 +13:00 |
Slava Pestov
|
51c833e12f
|
core-foundation.arrays: forgot to check in unit tests
|
2010-02-15 01:03:40 +13:00 |
Slava Pestov
|
a1cb7b4be1
|
More preparations for a release
|
2010-02-15 01:03:26 +13:00 |
Erik Charlebois
|
8f86cc6e51
|
Made p^ more efficient by repeated squaring instead of repeated multiplication
|
2010-02-13 19:47:44 -08:00 |
Slava Pestov
|
a1037f9657
|
Merge branch 'master' of git://github.com/erikcharlebois/factor
|
2010-02-14 13:24:01 +13:00 |
Slava Pestov
|
a99d35a7ab
|
webapps.mason: work in progress
|
2010-02-14 04:22:52 +13:00 |
Erik Charlebois
|
68c5335d50
|
Fix stack effect decl in listener.factor and mismatched dynamic stack effect for error hook in remote.factor
|
2010-02-13 03:50:04 -08:00 |
Erik Charlebois
|
8861dfb834
|
Merge up with Joe's earlier change that added s3tc
|
2010-02-13 02:43:42 -08:00 |
Erik Charlebois
|
6a039cdc76
|
Merge up with Joe's earlier change that added s3tc
|
2010-02-13 02:41:03 -08:00 |
Erik Charlebois
|
52230d6c4d
|
Add p^ to polynomial vocab for exponentiation of polynomials
|
2010-02-13 02:35:09 -08:00 |
Erik Charlebois
|
ba493063fb
|
Constants for GL_EXT_texture_compression_s3tc and GL_EXT_texture_compression_latc
|
2010-02-13 02:34:26 -08:00 |
Joe Groff
|
83d10d8135
|
gpu.textures: add compressed texture support
|
2010-02-11 14:22:54 -08:00 |
Joe Groff
|
276db71ecd
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-11 10:57:31 -08:00 |
Joe Groff
|
72013c88c9
|
use inline and TYPED: in terrain so that vector math can optimize
|
2010-02-11 10:55:50 -08:00 |
Slava Pestov
|
a118f208dc
|
compiler.tree.propagation, compiler.tree.escape-analysis: make these passes handle constants in a more robust way in compilation units involving tuple reshaping
|
2010-02-12 02:50:59 +13:00 |
Erik Charlebois
|
a19c5f5663
|
Update FUEL font coloring for new syntactic keywords
|
2010-02-10 22:03:39 -08:00 |
Erik Charlebois
|
9bcb119c8a
|
Bindings to the Chipmunk 2d physics library.
|
2010-02-10 21:54:32 -08:00 |
Slava Pestov
|
a3b74d88c9
|
cpu.architecture: rep-length now works in deployed images
|
2010-02-11 18:11:47 +13:00 |
Slava Pestov
|
57ba1aff60
|
compiler.tree.propagation.inlining: remove some unused words
|
2010-02-11 16:29:48 +13:00 |
Joe Groff
|
ce11431fdb
|
gpu.shaders: change around vertex-array construction a bit. rename <vertex-array> to <multi-vertex-array> and buffer>vertex-array to <vertex-array*> . add new <vertex-array> that takes a single buffer and reads it with the program's linked vertex-format
|
2010-02-10 15:27:57 -08:00 |
Joe Groff
|
910f1b603c
|
fix gpu.shaders docs
|
2010-02-10 14:54:37 -08:00 |
Joe Groff
|
6aa998ad54
|
change GLSL-PROGRAM: syntax to allow for vertex formats to be specified for link-time attribute index assignment with glBindAttribLocation. the transform feedback format now needs to be marked with "feedback-format:"
|
2010-02-10 13:03:44 -08:00 |
Joe Groff
|
940d787c03
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-10 11:24:58 -08:00 |
Joe Groff
|
a173171e34
|
gpu.render: allow uniform-tuples to hand off specialized-arrays, structs, simd types, etc. directly to glUniform*v functions when binding uniforms
|
2010-02-10 11:24:36 -08:00 |
Slava Pestov
|
ab04605230
|
furnace.asides: end-aside-post didn't set the params variable. Fixes a bug introduced by commit fa4a10b328 way back in August 2009
|
2010-02-10 19:32:38 +13:00 |
Joe Groff
|
09a4080772
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-09 19:42:54 -08:00 |