graph
- Created enigma_machine::process_data() for some speed improvements.2012-07-01, by Brian Neal
- To support hill climbing and fewer enigma machine constructor calls, the2012-06-29, by Brian Neal
- Added plugboard::unplug_all().2012-06-29, by Brian Neal
- Added tests for the hill climbing functions in the plugboard class.2012-06-29, by Brian Neal
- Created enigma_machine::army_str() & navy_str() functions for logging.2012-06-29, by Brian Neal
- Added a set_rotor() that takes a string for convenience.2012-06-29, by Brian Neal
- Bug fix for the string functions.2012-06-26, by Brian Neal
- Turn on optimization.2012-06-24, by Brian Neal
- Created enigma_machine class and tests.2012-06-24, by Brian Neal
- Created plugboard class and tests.2012-06-23, by Brian Neal
- CxxTest support. Added rotor tests.2012-06-22, by Brian Neal
- Finished creating rotor class and factories.2012-06-22, by Brian Neal
- Initial commit. Working on the rotor class.2012-06-21, by Brian Neal