solved the block end problem, commiting mostly to save all those neat debug statement...
[clinton/Smoothieware.git] / src / libs / Config.cpp
2012-10-08 Arthur Wolfsolved the block end problem, commiting mostly to save...
2012-07-07 arthurwolfMerge pull request #48 from arthurwolf/edge
2012-07-01 Arthur WolfMerge branch 'edge' into stepper
2012-07-01 Arthur Wolfget_module_list was missing, adding, should make module...
2012-06-20 Mark A. CooperMerge pull request #46 from logxen/config
2012-06-20 Logxenmade the local and sd configs addressable by those...
2012-06-20 Logxenimplemented config-load <filename> and did a little...
2012-06-19 Logxenfinished implementing basic config-get and config-set...
2012-06-19 Logxenextended ConfigSource to allow random read and writes...
2012-06-19 Logxenmoved config commands into Configurator module
2012-06-19 LogxenMerge remote-tracking branch 'upstream/configrefactor...
2012-06-19 Arthur Wolftested on mbed, seems to work. commiting for Logxen...
2012-06-19 Arthur WolfFirst compiling version of the new Config abstraction...
2012-06-17 LogxenMerge branch 'config' of github.com:logxen/Smoothie...
2012-06-17 Mark A. CooperMerge pull request #44 from logxen/edge
2012-06-17 LogxenMerge branch 'ss' into edge
2012-06-17 Logxenclarified the names of several command_checksums
2012-06-14 Mark A. CooperMerge pull request #42 from logxen/config
2012-06-14 Logxencleaned system, removed obsolete comments, minor bugfixes
2012-06-14 Logxenreworked config system to retain a compacted version...
2012-06-13 Logxeninitial commit for caching config values during init
2012-06-02 arthurwolfMerge pull request #39 from briand/working
2012-05-29 arthurwolfMerge pull request #36 from briand/working
2012-05-29 LogxenMerge branch 'edge' into wait4q
2012-05-26 Mark A. CooperMerge pull request #35 from logxen/edge
2012-05-26 Logxenmade Config read the last line of a file even if there...
2012-04-22 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2012-04-21 arthurwolfMerge pull request #15 from logxen/multiconfig
2012-04-21 Mark CooperConfig.cpp was not receiving console commands properly...
2012-04-21 Mark CooperMerge branch 'edge' into multiconfig
2012-04-21 Mark CooperAdded support for specifying a config file name at...
2012-02-27 Arthur Wolfremoved most mbed.h includes
2012-02-18 Arthur Wolfmade temperature_control modular ( multiple concurrent...
2012-01-04 Arthur Wolfin-file config of the TemperatureControl, and simple...
2011-11-20 Arthur Wolfvarious bug fixes
2011-11-18 Arthur Wolfadding boolean configuration values, and extruder/laser...
2011-11-18 Arthur WolfChanged config system to an object-based one, configs...
2011-10-10 Arthur WolfStepper pins can now be inverted by adding a ! to the...
2011-09-29 Arthur Wolfadded config-load command, and fixed config-set command...
2011-09-29 Arthur WolfMerge branch 'master' into edge
2011-09-28 Arthur Wolfplay command now works
2011-09-28 Arthur Wolfconfig-get and config-set now work
2011-09-27 Arthur Wolfmoved util function
2011-09-27 Arthur Wolfinitial commit
2011-09-19 Arthur Wolffirst commit