Joe Groff
|
56702b868c
|
vm: remove some mixed use of stdio/iostream. when monotonic timer decreases, log old and new values
|
2010-08-01 16:14:20 -07:00 |
Doug Coleman
|
97c3450427
|
Remove system_micros from vm, implement gmt hook on windows
|
2010-06-16 23:39:16 -05:00 |
Slava Pestov
|
0fa2277bc3
|
vm: use sigaltstack to handle callstack overflow properly
|
2010-03-28 11:37:28 -04:00 |
Doug Coleman
|
f6002e6c78
|
Change the MOVE_FILE macro to a function named move_file
|
2010-02-03 15:12:13 -06:00 |
Doug Coleman
|
5bb6cc9471
|
Fix image save on Windows
|
2010-01-22 12:59:36 -06:00 |
Doug Coleman
|
9502f6f091
|
Save images to a temporary file first, then call MOVE_FILE to avoid writing incomplete and truncated images.
|
2010-01-22 12:59:20 -06:00 |
Slava Pestov
|
0c8dc1f00b
|
Use ParseCommandLineArgvw() on Windows again, instead of hand-rolled parser. Update Nmakefile to link in shell32.dll, where this function is defined
|
2010-01-18 06:12:04 -06:00 |
Slava Pestov
|
edb1346239
|
vm: Tweak Factor VM to compile with Microsoft Visual Studio on Windows, in addition to Mingw. Add an Nmakefile which can be used for this purpose. Rename Makefile to GNUmakefile.
|
2010-01-17 03:43:22 +13:00 |
Slava Pestov
|
9f6f9966e8
|
vm: rework platform.hpp so that it is no longer necessary to pass -DFACTOR_64 and -DWINDOWS when compiling VM
|
2010-01-13 23:06:45 +13:00 |
Slava Pestov
|
7977905fa6
|
vm: remove some unused #defines
|
2010-01-07 21:33:19 +13:00 |
Doug Coleman
|
26a9852b8c
|
fix windows compile error
|
2009-11-20 04:21:21 -06:00 |
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
|
4b9244ee85
|
fix current_nanos on windows
|
2009-11-18 11:04:46 -06:00 |
Slava Pestov
|
6ee56ca93a
|
vm: use iostreams instead of printf for debug messages, clean up a few things
|
2009-10-21 20:12:57 -05:00 |
Doug Coleman
|
ec1e48076e
|
let's work with cygwin here..._ftelli64 -> ftello64 on cygwin. fine i guess
|
2009-10-04 06:10:57 -05:00 |
Doug Coleman
|
6d451ac9d8
|
add ftell primitive
|
2009-10-03 18:20:35 -05:00 |
Slava Pestov
|
3c38656fd2
|
vm: fix windows compilation (untested)
|
2009-09-26 02:41:01 -05:00 |
Phil Dawes
|
2cfb1b6f02
|
removed a bunch of superflous blank lines
|
2009-09-24 08:02:14 +01:00 |
Phil Dawes
|
1431ae806f
|
moved some os-windows functions into the vm
|
2009-09-16 08:16:29 +01:00 |
Philipp Brüschweiler
|
18240b0219
|
misc small documentation fixes, some fixes for factor.vim, changed permissions of vm/* to 644
|
2009-08-10 21:33:07 +02:00 |
Slava Pestov
|
7d02d8b9d7
|
More VM cleanups
|
2009-05-13 01:08:16 -05:00 |
Slava Pestov
|
ec943c2299
|
Change (void) to ()
|
2009-05-05 11:33:35 -05:00 |
Slava Pestov
|
7c0a59f7a9
|
The great type renaming
|
2009-05-04 04:50:24 -05:00 |
Slava Pestov
|
7f48eb2b2c
|
Use C++ namespaces
|
2009-05-04 01:46:13 -05:00 |
Slava Pestov
|
1857f90eb6
|
VM: use better abstractions for tagged pointers, eliminate get()/set() stuff, clean up array, string, and byte-array element access
|
2009-05-04 01:00:30 -05:00 |
Slava Pestov
|
938d1a4270
|
Move vmpp to vm
|
2009-05-02 20:37:18 -05:00 |