PuzzleD

git clone git://xatko.vsos.ethz.ch/PuzzleD.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2020-06-21 10:31Add a gnu makefileDominik Schmidt1+43-0
2020-06-21 10:31Adapt to D-Style array syntaxDominik Schmidt1+2-2
2015-08-27 11:32LGPLV3-ifyDominik Schmidt2+9-0
2015-08-27 11:17Added ReadmeDominik Schmidt1+3-0
2015-08-27 10:59ADd example application.Dominik Schmidt1+39-0
2015-08-27 10:40Move puzzle.d in src/ subdirectoryDominik Schmidt1+0-0
2015-08-27 10:33Add DDoc & UnittestsDominik Schmidt1+189-0
2015-08-27 10:32Make lenght-functions @safe @nogcDominik Schmidt1+3-3
2015-08-27 10:17Let CVec and Compressed CVec be generated by hand.Dominik Schmidt1+18-0
2015-08-27 10:12Check if the context is valid before freeing the vectorsDominik Schmidt1+9-3
2015-08-27 10:09Move the Contract to the right constructor of CVecDominik Schmidt1+5-5
2015-08-27 10:06Make the load-from-memory functions throwing too.Dominik Schmidt1+6-2
2015-08-27 10:05Introduce custom Exception PuzzleException.Dominik Schmidt1+8-2
2015-08-26 23:18Rename DVec.dvec() to cvec();Dominik Schmidt1+1-1
2015-08-26 23:17Disable default constructors.Dominik Schmidt1+3-0
2015-08-26 23:16load file in *Vec: Rather throw than return non-zeroDominik Schmidt1+8-4
2015-08-26 23:16Do some contracttestsDominik Schmidt1+15-3
2015-08-26 22:20Add CVec_CompressedDominik Schmidt1+28-0
2015-08-26 22:19Add a length property to VectorsDominik Schmidt1+6-0
2015-08-26 22:18Change class Puzzle to struct.Dominik Schmidt1+16-3
2015-08-22 09:14Return status from *Vec load.Dominik Schmidt1+4-4
2015-08-22 09:14Rename Puzzle[C,D]Vec to [C,D]Vec.Dominik Schmidt1+9-9
2015-08-16 11:33Initial Commit.Dominik Schmidt1+146-0