Commit Graph

19 Commits

Author SHA1 Message Date
Andreas Zwinkau 8983dc8b15 tuning whitespace around comments 2015-01-15 09:30:55 +01:00
Andreas Zwinkau 158c679349 no doubleNewline at end of file 2015-01-14 21:43:29 +01:00
Andreas Zwinkau 8dfce773d1 always a space after 'return' 2015-01-14 21:11:58 +01:00
Andreas Zwinkau c64ceeb60f Fix makefile dependencies 2015-01-14 21:11:56 +01:00
Hackerpilot 90fa520220 LDC build option 2015-01-13 23:47:51 -08:00
Hackerpilot cf9876f565 No spaces after 'this' if followed by '.' 2015-01-13 23:47:40 -08:00
Hackerpilot 30f8464f0e Don't use spaces for makefiles 2015-01-13 23:47:22 -08:00
Hackerpilot 263f6ee465 Update libdparse 2015-01-13 16:57:30 -08:00
Hackerpilot 43d84337d4 Fix problem with identifiers and keywords being combined intobigidentifiers 2015-01-13 15:01:17 -08:00
Brian Schott 39fadba85c Merge pull request #1 from BBasile/master
fix, array length has to be of type size_t
2015-01-13 22:03:19 +00:00
Brian Schott 008efd49d5 Merge pull request #2 from qznc/master
Add dub support, basic tests, and --inplace option.
2015-01-13 22:02:46 +00:00
Andreas Zwinkau b337bcbbe0 Add dub config 2015-01-13 22:16:27 +01:00
Andreas Zwinkau 1c79cf3cbf add simple test suite 2015-01-13 22:16:27 +01:00
Andreas Zwinkau 6e9448bdbb add --inplace option 2015-01-13 22:16:27 +01:00
Basile Burg 65415a15d5 fix, array length has to be of type size_t
...otherwise build fails on a 32 bit OS
2015-01-13 14:03:05 +01:00
Hackerpilot 9c8abe55fa Better enum formatting and whitespace cleanup 2015-01-13 01:47:06 -08:00
Hackerpilot b82ef4ad60 Formatting is much better now 2015-01-12 23:31:38 -08:00
Hackerpilot 5d324e81be Initial commit 2015-01-11 17:50:30 +00:00
Brian Schott 139a43922d Initial commit 2015-01-12 01:46:36 +00:00