log

age author description
2012-07-12 Brian Neal Sigh, still messed up. Another attempt. default tip
2012-07-12 Brian Neal Attempt to tweak README.rst; Bitbucket is not displaying it correctly.
2012-07-12 Brian Neal Added tag 0.1 for changeset aa7a4298d609
2012-07-12 Brian Neal Added a LICENSE, README, and an example. 0.1
2012-07-07 Brian Neal process_data() uses step() now.
2012-07-07 Brian Neal Add the ability to change ring settings at the machine level.
2012-07-05 Brian Neal Added enigma_machine::step().
2012-07-03 Brian Neal Ditched shared_ptr.
2012-07-03 Brian Neal To improve cache performance, the enigma machine rotors are now stored
2012-07-01 Brian Neal Created enigma_machine::process_data() for some speed improvements.
2012-06-30 Brian Neal To support hill climbing and fewer enigma machine constructor calls, the
2012-06-30 Brian Neal Added plugboard::unplug_all().
2012-06-30 Brian Neal Added tests for the hill climbing functions in the plugboard class.
2012-06-30 Brian Neal Created enigma_machine::army_str() & navy_str() functions for logging.
2012-06-30 Brian Neal Added a set_rotor() that takes a string for convenience.
2012-06-27 Brian Neal Bug fix for the string functions.
2012-06-25 Brian Neal Turn on optimization.
2012-06-24 Brian Neal Created enigma_machine class and tests.
2012-06-24 Brian Neal Created plugboard class and tests.
2012-06-23 Brian Neal CxxTest support. Added rotor tests.
2012-06-23 Brian Neal Finished creating rotor class and factories.
2012-06-22 Brian Neal Initial commit. Working on the rotor class.