Doug Coleman
|
6aa64a15dd
|
forgot one
|
2009-08-14 14:40:44 -05:00 |
Doug Coleman
|
7c92ab1ea5
|
move if-zero etc to math, remove 1-/1+ from math
|
2009-08-14 14:27:23 -05:00 |
Doug Coleman
|
3f3d57032b
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -05:00 |
Doug Coleman
|
56b81a74ab
|
add chameneos-redux benchmark
|
2009-08-12 17:46:10 -05:00 |
Doug Coleman
|
aabfc614a1
|
fix build errors
|
2009-08-11 23:07:13 -05:00 |
Doug Coleman
|
02becc26fc
|
add docs for if-zero etc, add docs for 10^
|
2009-08-11 18:45:01 -05:00 |
Doug Coleman
|
eccc919c18
|
fix project euler 151 and add a unit test
|
2009-08-11 18:22:44 -05:00 |
Doug Coleman
|
4a3d63e00a
|
use if-zero in a few more places
|
2009-08-11 18:15:53 -05:00 |
Doug Coleman
|
4fef246ca4
|
add 10^ to math.functions and update usages
|
2009-08-11 18:00:24 -05:00 |
Doug Coleman
|
e23b4b54ea
|
fix docs
|
2009-08-11 15:35:57 -05:00 |
Doug Coleman
|
7a1837b15a
|
don't capitalize the first letter of each word in math.text.english
|
2009-08-11 15:34:11 -05:00 |
Slava Pestov
|
4b7185b61a
|
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor
|
2009-08-10 16:20:14 -05:00 |
Slava Pestov
|
e9d5b364b3
|
benchmark.yuv-to-rgb: New benchmark, based on Chris Double's old ogg.player code
|
2009-08-10 01:17:07 -05:00 |
Slava Pestov
|
1cb0f3370b
|
math.vectors.specialization: first attempt at some call site splitting for vector ops. Specialized array types generate customized variants of all vector words, if input types are known at compile time, a call to the specialized version is inserted
|
2009-08-09 03:07:33 -05:00 |
Slava Pestov
|
d0c393aa60
|
compiler.cfg: new system to track when results of analyses need to be recomputed (reverse post order, linear order, predecessors, dominance, loops). Passes can now call needs-predecessors, needs-dominance, needs-loops at the beginning, and cfg-changed, predecessors-changd at the end. Linearization order now takes loop nesting into account, and linear scan now uses linearization order instead of RPO.
|
2009-08-08 20:02:56 -05:00 |
Sam Anklesaria
|
cdd311b3d1
|
removed basis dependent vocabs
|
2009-08-06 21:01:51 -05:00 |
Slava Pestov
|
b06fe403c8
|
file-trees: load fix
|
2009-08-06 16:49:02 -05:00 |
Slava Pestov
|
2e73038043
|
Revert basis UI gadget changes
|
2009-08-06 16:46:48 -05:00 |
Sam Anklesaria
|
827d30a95b
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-06 15:40:57 -05:00 |
Sam Anklesaria
|
df371bd8bb
|
magic scrollers hide sliders when not needed
|
2009-08-06 15:20:10 -05:00 |
Sam Anklesaria
|
a621e381e3
|
merged control extras into basis
|
2009-08-06 15:19:28 -05:00 |
Slava Pestov
|
311774cb68
|
modules.rpc-server: don't start server by default
|
2009-08-05 22:56:19 -05:00 |
Slava Pestov
|
805b0b2430
|
Merge branch 'master' of git://github.com/bogiebro/factor into bogie
|
2009-08-05 22:20:40 -05:00 |
Sam Anklesaria
|
9d3fe3fd9a
|
removed demo from poppers
|
2009-08-05 20:04:14 -05:00 |
Sam Anklesaria
|
d65be18dce
|
ui.gadgets.poppers: new ui gadget
|
2009-08-05 20:01:50 -05:00 |
Sam Anklesaria
|
e426bc4be8
|
moved patterns to persistency for new db prep
|
2009-08-05 16:45:22 -05:00 |
Sam Anklesaria
|
0c4b9a0d58
|
simplified ui.gadgets.tables
|
2009-08-05 16:24:56 -05:00 |
Sam Anklesaria
|
42d478054f
|
ui.gadgets.layout: add-gadget-at refactored
|
2009-08-05 08:44:14 -05:00 |
Slava Pestov
|
97ec3ea1b4
|
compiler.graphviz: add high-level IR call graph rendering
|
2009-08-05 03:33:06 -05:00 |
Sam Anklesaria
|
f9cc05e14a
|
gadgets.controls.refactoring
|
2009-08-04 23:00:46 -05:00 |
Sam Anklesaria
|
c05e91a7a3
|
replaced redundancies
|
2009-08-04 17:16:34 -05:00 |
Sam Anklesaria
|
bc0711cbe5
|
modules vocab in working order
|
2009-08-03 23:12:34 -05:00 |
Sam Anklesaria
|
a7ff4c7884
|
not using message passing threads for modules
|
2009-08-03 22:29:02 -05:00 |
Sam Anklesaria
|
07b34c6d0a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-03 10:13:27 -05:00 |
Sam Anklesaria
|
a211054962
|
textmate bundle work- stopped by modules bug
|
2009-08-03 10:12:20 -05:00 |
Doug Coleman
|
a67a424644
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-02 23:18:09 -05:00 |
Joe Groff
|
f5edb8629f
|
one last sort-with-able straggler in fuel.xref
|
2009-08-02 20:17:25 -05:00 |
Joe Groff
|
97a515c04e
|
[ [ ... ] bi@ >=< ] sort => [ ... ] inv-sort-with
|
2009-08-02 20:14:56 -05:00 |
Joe Groff
|
a2fe9f1952
|
[ [ ... ] bi@ <=> ] sort => [ ... ] sort-with
|
2009-08-02 20:13:59 -05:00 |
Joe Groff
|
2a60451107
|
[ [ ... ] compare invert-comparison ] sort => [ ... ] inv-sort-with
|
2009-08-02 20:10:58 -05:00 |
Joe Groff
|
7c5ef08aab
|
[ [ ... ] compare ] sort => [ ... ] sort-with
|
2009-08-02 20:09:23 -05:00 |
Joe Groff
|
f0f20708cd
|
gpu.render: remove gpu-data-ptr slot specialization on index-elements. it prevents using specialized-arrays or other byte-array wrappers with index-elements
|
2009-08-02 19:52:33 -05:00 |
Doug Coleman
|
1660be50a4
|
remove some c parsing words from sequence-parser
|
2009-08-01 20:42:29 -05:00 |
Slava Pestov
|
ee82d5a19f
|
benchmark.beust2: use iota instead of integer sequences
|
2009-08-01 18:56:35 -05:00 |
Sam Anklesaria
|
7f33da63ce
|
split + renamed ui.frp for better integration with other libs
|
2009-08-01 15:18:24 -05:00 |
Slava Pestov
|
33d3761314
|
classes.tuple.change-tracking: fix using line in tests
|
2009-08-01 01:25:13 -05:00 |
Joe Groff
|
5e5bddbe54
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-07-31 22:32:57 -05:00 |
Joe Groff
|
06eeedcb4c
|
change-tracking-tuple class. subclasses will have a "changed?" slot that gets set to true when any slot is modified
|
2009-07-31 21:48:17 -05:00 |
Slava Pestov
|
d63f8ed682
|
alien.marshall.syntax: add C-INCLUDE: <stdlib.h> to please OpenBSD x86-64
|
2009-07-31 19:54:11 -05:00 |
Joe Groff
|
918b95dfc7
|
fix some lousy docs in gpu.textures
|
2009-07-31 15:34:29 -05:00 |