test/data/vclamp_jpk/README: Document sample versions
[hooke.git] / hooke / config.py
2012-11-18 W. Trevor KingRan update-copyright.py
2012-02-16 W. Trevor KingRun update-copyright.py.
2012-01-08 W. Trevor KingRan update_copyright.py.
2011-04-28 W. Trevor KingRan update_copyright.py.
2010-09-02 W. Trevor KingAdded --config option to bin/hk.py to override built...
2010-08-22 W. Trevor KingAdjust Hooke internals to use unsafe YAML (not just...
2010-08-12 W. Trevor KingAdd --debug option to bin/hooke and log CommandEngine...
2010-08-10 W. Trevor KingSet hand1 logging handler level to WARN by default...
2010-08-10 W. Trevor KingLog warning for invalid section/option settings
2010-08-04 W. Trevor KingAdd better help string to 'conditions' config section
2010-08-04 W. Trevor KingMore cleanups to Setting/Argument type handling, mostly...
2010-08-03 W. Trevor KingBroke type conversion out into hooke.util.convert and...
2010-08-03 W. Trevor KingAdded string, bool, int, and float conversion to HookeC...
2010-08-03 W. Trevor KingRan update_copyright.py
2010-07-31 W. Trevor KingMake hooke.config.HookeConfigParser's options case...
2010-07-31 W. Trevor KingUse RawConfigParser instead of SafeConfigParser as...
2010-06-18 W. Trevor KingMerged Rolf Schmidt's illysam branch
2010-06-14 W. Trevor KingBring hooke.config and hooke.util.peak doctests up...
2010-06-14 W. Trevor KingAdd logger configuration options.
2010-05-18 W. Trevor KingActually, pass plugin instance to Command.__init__.
2010-05-17 W. Trevor KingMerged my unitary FFT wrappers (FFT_tools) as hooke...
2010-05-16 W. Trevor KingRan update_copyright.py, updating all the copyright...
2010-05-16 W. Trevor KingUpdated copyright blurbs in all files to '# Copyright'
2010-05-12 W. Trevor KingAdded hooke.config.TestHookeConfigParser
2010-05-09 W. Trevor KingFinished off hooke.hooke and fleshed out hooke.ui.
2010-05-08 W. Trevor KingIroned out kinks in plugin/driver loading and configuring.
2010-05-06 W. Trevor KingBeginning to rewrite Hooke to decouple from GUI.
2010-05-04 W. Trevor KingReally hideous merge of Rolf Schmidt's code.