Mercurial > public > cpp-enigma
log enigma/machine.h @ 14:919b7a0d1802
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-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 | 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-24 | Brian Neal | Created enigma_machine class and tests. |