Doug Coleman
|
addb1c90bb
|
rename millis to system-millis, micros to system-micros, add nano-count
|
2009-11-18 15:58:48 -06:00 |
Doug Coleman
|
f244eaf6f2
|
link against librt
|
2009-11-18 11:09:05 -06:00 |
Doug Coleman
|
4b9244ee85
|
fix current_nanos on windows
|
2009-11-18 11:04:46 -06:00 |
Doug Coleman
|
9c58d0ce25
|
Merge branch 'master' into nanos
|
2009-11-18 10:54:06 -06:00 |
Doug Coleman
|
60d2d707d9
|
remove disposable for now
|
2009-11-18 10:01:00 -06:00 |
Doug Coleman
|
1861dd2705
|
initial commit to nanos branch to replace micros
|
2009-11-18 04:20:05 -06:00 |
Doug Coleman
|
a1c7fce14a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-17 05:06:20 -06:00 |
Slava Pestov
|
02683ad81c
|
monotonic-clock.unix.macosx: use integer arithmetic instead of constructing rationals
|
2009-11-17 01:47:01 -06:00 |
Doug Coleman
|
2612b738ef
|
fix help lint for calendar
|
2009-11-16 16:44:17 -06:00 |
Slava Pestov
|
caf8c5161b
|
alarms: fix next-alarm word
|
2009-11-16 13:25:54 -06:00 |
Slava Pestov
|
43c1ae0a44
|
compiler.cfg: 'basic-block new hashcode' should not throw an exception; fixes tools.deploy.test.11
|
2009-11-16 02:01:36 -06:00 |
Slava Pestov
|
a62717750a
|
calendar: fix unit tests
|
2009-11-16 01:14:30 -06:00 |
Slava Pestov
|
80a6629a83
|
Fixes to bootstrap-error.factor and finish-staging.factor
|
2009-11-16 01:14:24 -06:00 |
Slava Pestov
|
bd76bcd52b
|
vm: fix problem in card marking if first block is free
|
2009-11-16 00:52:32 -06:00 |
Slava Pestov
|
9dc3985ccc
|
cpu.86.64.winnt: silence notice
|
2009-11-16 00:32:19 -06:00 |
Slava Pestov
|
8d086f068a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-16 00:28:35 -06:00 |
Doug Coleman
|
63ac2e69d5
|
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
|
acaba0f087
|
add docs to monotonic-clock
|
2009-11-30 17:40:32 -06:00 |
Doug Coleman
|
c68c24fb70
|
fix using
|
2009-11-30 17:37:01 -06:00 |
Doug Coleman
|
a2a056e41e
|
add-init-hook -> add-startup-hook
|
2009-11-30 17:36:03 -06:00 |
Doug Coleman
|
3e75bfe18f
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-30 17:05:13 -06:00 |
Doug Coleman
|
b7de9d264e
|
move monotonic-clock to basis
|
2009-11-30 17:03:36 -06:00 |
Doug Coleman
|
f4457dc04d
|
don't clean up windows rng yet, needs refactoring first
|
2009-11-30 16:59:40 -06:00 |
Doug Coleman
|
0a1f0fa903
|
update docs for alarms
|
2009-11-30 16:38:57 -06:00 |
Doug Coleman
|
181db0e160
|
make alarms use monotonic-clock
|
2009-11-30 16:31:47 -06:00 |
Slava Pestov
|
458c2dd94d
|
debugger.windows: add unportable tag
|
2009-11-15 17:11:38 -06:00 |
Slava Pestov
|
cb2f528113
|
iokit: fix load errors
|
2009-11-15 17:11:26 -06:00 |
Doug Coleman
|
3685cb884f
|
add a >duration word
|
2009-11-15 15:28:18 -06:00 |
Doug Coleman
|
ca468633a4
|
fix load order for monotonic clock
|
2009-11-15 15:28:00 -06:00 |
Doug Coleman
|
fc19cacc29
|
Merge branch 'startup'
|
2009-11-15 15:07:07 -06:00 |
Doug Coleman
|
b2756a03a1
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
extra/io/serial/unix/termios/linux/linux.factor
|
2009-11-15 11:47:54 -06:00 |
Jonas Pfenniger
|
6dbd131a73
|
io.serial.unix.linux: fix missing vocab
|
2009-11-15 11:27:45 -06:00 |
Slava Pestov
|
6d0598a385
|
heap-size now has a partial-eval instead of being foldable, and the partial-eval adds a dependency on the C type word. Fixes problem where redefining a struct didn't update specialized array
|
2009-11-15 11:26:37 -06:00 |
Doug Coleman
|
5d485ce3f7
|
fix more load errors
|
2009-11-15 11:17:23 -06:00 |
Doug Coleman
|
f53bdd3688
|
fix using list, reported by zimbatm
|
2009-11-15 10:55:41 -06:00 |
Doug Coleman
|
14463be60b
|
update vm for startup branch
|
2009-11-15 02:53:02 -06:00 |
Doug Coleman
|
3323072613
|
Merge branch 'master' into startup
Conflicts:
core/bootstrap/primitives.factor
vm/run.hpp
|
2009-11-15 02:52:50 -06:00 |
Doug Coleman
|
a5bb3050de
|
adjust windows monotonic clocks to return nanoseconds
|
2009-11-15 02:03:54 -06:00 |
Doug Coleman
|
c836607e2a
|
implement monotonic clock on unix platforms
|
2009-11-15 00:47:20 -06:00 |
Doug Coleman
|
8db173e9de
|
add librt for monotonic timers, new timespec>nanoseconds word
|
2009-11-15 00:46:12 -06:00 |
Doug Coleman
|
9575b77643
|
Merge branch 'monotonic' of git://factorcode.org/git/factor into monotonic
|
2009-11-15 00:02:23 -06:00 |
Doug Coleman
|
43f03c6e61
|
move iokit typedefs to unix.types.macosx
|
2009-11-15 00:47:52 -06:00 |
Doug Coleman
|
969c1b953a
|
monotonic-count on mac
|
2009-11-15 00:47:27 -06:00 |
Doug Coleman
|
4d2683032b
|
Merge branch 'monotonic' of git://factorcode.org/git/factor into monotonic
|
2009-11-14 23:29:04 -06:00 |
Doug Coleman
|
3f2e4e3ea2
|
better alarms docs
|
2009-11-14 23:28:18 -06:00 |
Doug Coleman
|
441f55779d
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-14 21:11:18 -06:00 |
Doug Coleman
|
61b3edde59
|
add unix-time>timestamp, timestamp>unix-time, and some utility words to calendar
|
2009-11-14 21:10:54 -06:00 |
Slava Pestov
|
7f7b0c49be
|
hashtables: fix indentation
|
2009-11-14 02:01:30 -06:00 |
Slava Pestov
|
d5049c9913
|
tools.deploy.test: failing tests now have the actual and minimum size
|
2009-11-14 02:01:23 -06:00 |
Slava Pestov
|
f82607f10b
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-14 01:59:32 -06:00 |