Joe Groff
|
3a90df83a6
|
fix joystick-demo for timer changes
|
2010-01-05 10:23:11 -08:00 |
Doug Coleman
|
5c9ce929c7
|
fix unit test
|
2009-12-08 17:05:11 -06:00 |
Doug Coleman
|
0d75418048
|
randomize poker decks in <deck> word
|
2009-12-07 19:28:11 -06:00 |
Doug Coleman
|
7f1a643de2
|
fix project euler 54
|
2009-12-07 18:24:57 -06:00 |
Doug Coleman
|
a94774f8e8
|
add circular-while, optimize circular a bit
|
2009-12-06 17:20:46 -06:00 |
Doug Coleman
|
0a48b946b6
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-12-02 20:11:08 -06:00 |
Slava Pestov
|
73eb4c4531
|
Merge branch 'simd-cleanup' of git://factorcode.org/git/factor into simd-cleanup
|
2009-12-02 19:09:56 -05:00 |
Doug Coleman
|
95e8e6ee14
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-12-02 09:57:51 -06:00 |
Slava Pestov
|
cf8e03ad39
|
tools.deploy: hello-ui had reflection level of 2, not 1 unnecessarily; tools.deploy.backend now passes -pic=0 to avoid saving PICs in the deployed image
|
2009-12-02 05:33:22 -06:00 |
Doug Coleman
|
57264bb0e1
|
make >ckf generic in poker
|
2009-11-28 19:12:45 -06:00 |
Doug Coleman
|
2d21f3bdd3
|
clean up lcd
|
2009-11-28 18:36:47 -06:00 |
Doug Coleman
|
5cec6f15ca
|
messin with the poker vocabulary -- added 7-card evaluator (using 5 card eval) and an omaha hi evaluator
|
2009-11-28 18:11:42 -06:00 |
Joe Groff
|
67cc1c01be
|
Merge branch 'master' into simd-cleanup
|
2009-11-26 16:14:46 -08:00 |
Joe Groff
|
ac5d3d5652
|
remove SIMDS:
|
2009-11-26 11:15:46 -08:00 |
Doug Coleman
|
cdc1f1e041
|
add product-map-as and use it in poker vocab
|
2009-11-25 23:18:18 -06:00 |
Joe Groff
|
4027002db7
|
remove SIMD:s
|
2009-11-25 20:21:54 -08:00 |
Joe Groff
|
cb8f757c72
|
update benchmark.nbody-simd and benchmark.raytracer-simd
|
2009-11-25 18:02:27 -08:00 |
Slava Pestov
|
0612bc6177
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
Slava Pestov
|
cc5a862898
|
mason.report: better benchmark timings
|
2009-11-20 18:20:45 -06:00 |
Slava Pestov
|
ffd7de02d6
|
Update a few places that used string C type names to use words; fixes some deploy tests
|
2009-11-20 03:21:48 -06:00 |
Slava Pestov
|
8cbe676062
|
mason.report: put github link in build reports
|
2009-11-20 00:12:28 -06:00 |
Slava Pestov
|
6a2cf3516d
|
Bootstrap and mason now record times in nanoseconds
|
2009-11-19 23:50:30 -06:00 |
Doug Coleman
|
7bebc6a4fa
|
fix benchmark time reporting
|
2009-11-19 18:27:09 -06:00 |
Doug Coleman
|
1b3ecdf62e
|
fix mason time reporting
|
2009-11-19 04:48:59 -06:00 |
Doug Coleman
|
f4450653a9
|
remove system-millis and update vocabs to use system-micros or nano-count
|
2009-11-18 20:56:09 -06:00 |
Doug Coleman
|
94a287a6ac
|
fix load errors
|
2009-11-18 18:53:03 -06:00 |
Doug Coleman
|
06ac15fd7d
|
Merge branch 'master' into nanos
|
2009-11-18 18:37:35 -06:00 |
Doug Coleman
|
1138b620d1
|
initial zoneinfo parser checkin
|
2009-11-18 17:20:39 -06:00 |
Doug Coleman
|
daf3094b8c
|
use $subsections instead of $subsection
|
2009-11-18 16:40:18 -06:00 |
Doug Coleman
|
6f7ec206a1
|
rename millis to system-millis, micros to system-micros, add nano-count
|
2009-11-18 15:58:48 -06:00 |
Doug Coleman
|
08f2f2b310
|
don't allow moving the tetris blocks when game is paused, display paused in the status bar
|
2009-11-30 17:51:29 -06:00 |
Doug Coleman
|
f6be34d83b
|
move monotonic-clock to basis
|
2009-11-30 17:03:36 -06:00 |
Doug Coleman
|
fe6deb6b75
|
fix load order for monotonic clock
|
2009-11-15 15:28:00 -06:00 |
Doug Coleman
|
099bf6fd3e
|
Merge branch 'startup'
|
2009-11-15 15:07:07 -06:00 |
Doug Coleman
|
6fe9daada5
|
fix more load errors
|
2009-11-15 11:17:23 -06:00 |
Doug Coleman
|
6091c6964a
|
fix using list, reported by zimbatm
|
2009-11-15 10:55:41 -06:00 |
Doug Coleman
|
cc194416f9
|
Merge branch 'master' into startup
Conflicts:
core/bootstrap/primitives.factor
vm/run.hpp
|
2009-11-15 02:52:50 -06:00 |
Doug Coleman
|
53a88147ec
|
adjust windows monotonic clocks to return nanoseconds
|
2009-11-15 02:03:54 -06:00 |
Doug Coleman
|
6f38690050
|
implement monotonic clock on unix platforms
|
2009-11-15 00:47:20 -06:00 |
Doug Coleman
|
d0613cb79d
|
monotonic-count on mac
|
2009-11-15 00:47:27 -06:00 |
Doug Coleman
|
c608ef1f0f
|
Merge branch 'monotonic' of git://factorcode.org/git/factor into monotonic
|
2009-11-14 23:29:04 -06:00 |
Slava Pestov
|
bb8eabba36
|
Unit test fixes
|
2009-11-13 23:00:50 -06:00 |
Doug Coleman
|
ccd35c2f4f
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-13 15:03:16 -06:00 |
Doug Coleman
|
c6ddc40958
|
fix holiday-names word
|
2009-11-13 14:59:48 -06:00 |
Doug Coleman
|
48394f8449
|
working on holiday names from timestamp
|
2009-11-13 14:53:27 -06:00 |
Slava Pestov
|
c4cd6e0787
|
benchmark.fannkuch: use iota
|
2009-11-13 03:52:20 -06:00 |
Doug Coleman
|
b71d86a1dc
|
update more 8bit encoding usages
|
2009-11-12 18:36:47 -06:00 |
Doug Coleman
|
4c9e5932de
|
clean up holidays.us
|
2009-11-12 15:50:02 -06:00 |
Doug Coleman
|
9ccc22304d
|
better factoring for us-federal-holiday?
|
2009-11-12 14:48:55 -06:00 |
Doug Coleman
|
16af61bfbd
|
fix typo
|
2009-11-12 14:44:01 -06:00 |