Allow TABS in config
[clinton/Smoothieware.git] / src / libs / ConfigValue.h
2014-03-30 Jim MorrisAllow TABS in config
2014-03-24 LogxenMerge pull request #341 from PetteriAimonen/edge
2014-03-24 Petteri AimonenFix endptr checks in ConfigValue.h
2014-02-19 LogxenMerge branch 'switch' into edge
2014-01-24 Michael MoonMerge branch 'master' into edge
2013-12-27 Michael Moonreplace strtod with strtof
2013-12-27 Michael MoonReplace all doubles with floats including some constants
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-13 arthurwolfMerge pull request #92 from wolfmanjm/move_digipot
2013-02-13 arthurwolfMerge pull request #96 from wolfmanjm/upstreamedge
2013-02-10 Adam GreenMerge branch 'edge' into track_allocs
2013-02-10 Adam GreenMerge remote-tracking branch 'origin/edge' into edge
2013-02-10 Michael MoonConfigValue: also accept 'y'/'yes' as a boolean
2013-02-10 Michael MoonConfigValue: use strtol/strtod instead of atoi/atof...
2013-02-10 Michael MoonMerge branch 'feature/static-Pins' into edge
2013-02-10 Michael MoonConfigValue: remove redundant as_pin and as_pwm methods origin/feature/static-Pins
2013-01-02 Michael MoonMerge branch 'hotfix/db35a1-typo' into edge
2013-01-02 Michael MoonMerge branch 'master' into edge
2013-01-02 Michael MoonMerge branch 'feature/new-usb-stack' into edge
2013-01-02 Michael Moonpromote Pwm functions to a new class that overloads...
2013-01-02 Michael MoonConfigValue: support integers for faster operation...
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-06 arthurwolfMerge pull request #66 from arthurwolf/stepper
2012-10-08 Arthur Wolfsolved the block end problem, commiting mostly to save...
2012-09-25 Arthur Wolfcommiting just to show the new configvalue class
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-19 LogxenMerge remote-tracking branch 'upstream/configrefactor...
2012-06-19 Arthur WolfFirst compiling version of the new Config abstraction...