remove on_config_reload event
[clinton/Smoothieware.git] / src / modules / utils / configurator / Configurator.cpp
2014-06-17 Jim Morrisremove on_config_reload event
2014-06-02 Jim MorrisMerge pull request #408 from wolfmanjm/fix/dont_use_has...
2014-06-02 Jim Morrisfix config get command
2014-06-02 Jim MorrisRemove CHECKSUMMING of console commands to avoid unwant...
2014-04-23 LogxenMerge branch 'edge' into multitool
2014-04-12 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2014-04-12 Jim MorrisMerge pull request #367 from wolfmanjm/optimize/config...
2014-04-12 Jim Morrisreplace map with vector as map uses double the amount...
2014-04-11 Jim Morrisclean up config-cache so it can encapsulate different...
2014-04-11 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2014-04-11 Jim MorrisMerge pull request #365 from wolfmanjm/fix/config-set
2014-04-11 Jim MorrisFix get_checksums() to not need a terminating space
2014-04-10 Jim MorrisMerge pull request #364 from wolfmanjm/fix/config-tight...
2014-04-10 Jim Morrisclean up config parsing, make more robust
2014-03-31 Jim MorrisMerge pull request #353 from wolfmanjm/cleanup/headers
2014-03-31 Jim Morriscleanup more headers
2014-03-31 Jim Morrismore header cleanup, compiles faster now
2014-03-30 Jim MorrisMerge pull request #350 from wolfmanjm/fix/tabs-in...
2014-03-30 Jim MorrisAllow TABS in config
2014-02-19 LogxenMerge branch 'switch' into edge
2014-01-24 Michael MoonMerge branch 'master' into edge
2013-12-27 Michael MoonUse static kernel singleton pointer instead of per...
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
2013-10-21 Jim MorrisMerge pull request #256 from wolfmanjm/upstreamedge
2013-10-21 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2013-10-21 Jim Morrisignore commented lines in other consumers of on_console...
2013-03-27 Arthur Wolfmerge edge into master
2013-02-17 LogxenMerge branch 'edge' into onboot
2013-02-16 LogxenMerge branch 'edge' into debugbreak
2013-02-16 LogxenMerge branch 'edge' into button
2013-02-02 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-01-31 Adam GreenMake checksum macros work in non-optimized builds.
2013-01-02 Michael MoonMerge branch 'release/0.1'
2012-11-11 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2012-11-11 arthurwolfMerge pull request #67 from triffid/feature/cleaner_mak...
2012-11-11 Michael Moonmass trailing whitespace cleanup
2012-11-11 Michael Moonremove weird unicode chars
2012-11-06 arthurwolfMerge pull request #66 from arthurwolf/stepper
2012-11-02 Arthur WolfMerge branch 'stepper' of github.com:arthurwolf/Smoothi...
2012-11-02 arthurwolfMerge pull request #62 from bgamari/stepper
2012-11-02 Ben GamariConfigurator: Another signedness warning
2012-11-02 Ben GamariConfigurator: signedness warning fixes
2012-10-30 Arthur Wolfmade kernel more efficient, and some caching in gcode...
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-06-20 Mark A. CooperMerge pull request #46 from logxen/config
2012-06-20 Logxenimplemented config-load <filename> and did a little...
2012-06-20 Logxenfixed small bug in the new config-load implementation
2012-06-20 Logxenimplemented config-load command with new config system
2012-06-20 Logxenremoved M50x stubs
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 Logxencleaning of Configurator for new Smoothified config...
2012-06-19 Logxenmoved config commands into Configurator module
2012-06-19 Logxenseveral small bug squashes and some cleaning
2012-06-19 LogxenMerge remote-tracking branch 'upstream/configrefactor...
2012-06-17 Logxenskeleton commit for Configurator
2012-06-17 Logxenskeleton commit for Configurator