log

age author description
Mon, 02 Jul 2012 19:14:36 -0500 Brian Neal To improve cache performance, the enigma machine rotors are now stored
Sun, 01 Jul 2012 12:53:10 -0500 Brian Neal Created enigma_machine::process_data() for some speed improvements.
Fri, 29 Jun 2012 23:20:33 -0500 Brian Neal To support hill climbing and fewer enigma machine constructor calls, the
Fri, 29 Jun 2012 21:26:24 -0500 Brian Neal Added plugboard::unplug_all().
Fri, 29 Jun 2012 21:19:00 -0500 Brian Neal Added tests for the hill climbing functions in the plugboard class.
Fri, 29 Jun 2012 20:29:41 -0500 Brian Neal Created enigma_machine::army_str() & navy_str() functions for logging.
Fri, 29 Jun 2012 20:08:10 -0500 Brian Neal Added a set_rotor() that takes a string for convenience.
Tue, 26 Jun 2012 21:22:42 -0500 Brian Neal Bug fix for the string functions.
Sun, 24 Jun 2012 19:22:06 -0500 Brian Neal Turn on optimization.
Sun, 24 Jun 2012 18:39:05 -0500 Brian Neal Created enigma_machine class and tests.
Sat, 23 Jun 2012 23:28:17 -0500 Brian Neal Created plugboard class and tests.
Fri, 22 Jun 2012 22:02:55 -0500 Brian Neal CxxTest support. Added rotor tests.
Fri, 22 Jun 2012 20:15:11 -0500 Brian Neal Finished creating rotor class and factories.
Thu, 21 Jun 2012 21:05:26 -0500 Brian Neal Initial commit. Working on the rotor class.