log enigma/machine.cpp @ 20:3a69c0c2d7dc

age author description
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-06-30 Brian Neal To support hill climbing and fewer enigma machine constructor calls, the
2012-06-30 Brian Neal Created enigma_machine::army_str() & navy_str() functions for logging.
2012-06-24 Brian Neal Created enigma_machine class and tests.