]> git.mdlowis.com Git - archive/dlang-scm.git/shortlog
archive/dlang-scm.git
2012-07-12 Mike D. LowisAdded vim script for generating and working with CTags...
2012-07-12 Mike D. LowisMoved compile options from include flags to the compile...
2012-07-12 Mike D. LowisRough draft of example source file
2012-07-12 Michael D.... Rough draft of dlang parser implemented. 0 unit tests...
2012-07-12 Michael D.... Added a constructor for the lexer and tests to prove...
2012-07-11 Mike D. LowisFinished unit tests for lexer
2012-07-11 Mike D. LowisRefactored id recognition function to use while loop
2012-07-11 Mike D. LowisFixed bug in while loop and added tests for tokenize...
2012-07-10 Mike D. LowisWhitespace changes only ( I'm OCD :-) )
2012-07-10 Mike D. LowisCheckpoint Commit. Added unit tests for numbers, whites...
2012-07-10 Michael D.... Added testes for exponent recognition
2012-07-10 Michael D.... Added tests for recognizing decimals
2012-07-10 Michael D.... Added more unit tests for lexer
2012-07-09 Mike D. LowisCheckpoint. Overrode error function for unit tests...
2012-07-09 Mike D. LowisTests must now return an explicit #t value to pass...
2012-07-09 Michael D.... Started work on dlang parser and finished number lexing...
2012-07-06 Michael D.... First crack at dlang lexer
2012-07-06 Michael D.... finished tests for buf.scm
2012-07-05 Michael D.... Deleted doxyfile
2012-07-05 Michael D.... Implemented unit tests for buf.scm
2012-07-05 Michael D.... Added unit testing capability and first unit test file
2012-07-04 Michael D.... Fixed bug in buf-fill
2012-07-04 Michael D.... First complete and untested version of buf checked in
2012-07-03 Mike D. Lowischeckpoint commit
2012-07-03 Mike D. LowisAdded basic support for unit test runner. Unit test...
2012-07-03 Mike D. LowisUpdated makefile to remove unnnecessary functions and...
2012-07-03 Mike D. LowisAdded tests source file
2012-07-03 Mike D. LowisRemoved c++ unit test framework
2012-07-03 Mike D. LowisInitial Commit