Commit Graph

16 Commits

Author SHA1 Message Date
Hackerpilot d7e9bab5e8 Project cleanup 2014-08-22 15:30:00 -07:00
Germán L. Osella Massa d631d81947 Update build.bat to be in sync with build.sh
WARNING: dcd-server fails to build using both -O and -inline with message
"Internal error: backend\cgcod.c 1594" using DMD 2.066-b6 (same thing with
DMD 2.065).

Removing -O or -inline solve the problem.
2014-07-31 11:46:21 -03:00
Hackerpilot ff2694fc4d Revert "Revert "Revert "Don't pop up a command window on Windows"""
This reverts commit 6458d65bba811afa7d21b285b3a127682d4a4e6f.
2014-07-30 08:39:10 -07:00
Hackerpilot 430586501d Revert "Revert "Don't pop up a command window on Windows""
This reverts commit 40981700cd5b05d8bacfc170a72f39f28525a283.
2014-07-30 08:39:10 -07:00
Hackerpilot 9fa89934ab Revert "Don't pop up a command window on Windows"
This reverts commit 0ff231bc39.
2014-07-30 08:39:10 -07:00
Hackerpilot 0ff231bc39 Don't pop up a command window on Windows 2014-06-03 02:43:32 -07:00
Hackerpilot 29c79f0115 Update windows build script 2014-05-23 13:16:16 -07:00
Hackerpilot ae91019ab4 Use string interning for a very nice speed boost 2014-05-18 01:59:02 -07:00
Hackerpilot 48981fbfaa Fix Windows build 2014-05-09 01:57:43 -07:00
Hackerpilot 970310702d Switch over to allocators from GC, dropping the memory usage by 70% 2014-05-09 00:35:35 -07:00
Hackerpilot d3fc3c6e29 Almost forgot about Windows 2014-03-04 23:54:59 -08:00
Hackerpilot 225b10a528 Doc and build script updates 2014-01-20 04:32:06 -08:00
Hackerpilot 48bd1bf9d5 Converted DCD to the new DScanner 2014-01-14 01:02:02 +00:00
Hackerpilot 5cba44be86 Windows! 2013-11-06 19:08:57 -08:00
Hackerpilot b28590234d Don't rely on unimplement toString, use Formatter instead 2013-09-03 13:56:57 -07:00
Hackerpilot 8cc0f2546d Issue #8
Fixed configuration file parsing: byLine requires that the file be
opened in text mode to properly handle CRLF line endings. Added build
batch file.
2013-09-01 02:23:01 -07:00