cleanup white space tabs -> spaces
[clinton/Smoothieware.git] / src / modules / utils / simpleshell / SimpleShell.cpp
2013-06-07 Jim Morriscleanup white space tabs -> spaces
2013-06-07 Jim Morrisadded set_temp to console commands
2013-06-07 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2013-06-07 Jim Morrisclean up white space tabs vs spaces
2013-06-07 Jim MorrisUse a struct to return public data requests, see exampl...
2013-06-07 Jim MorrisMove where the checksums are defined for public access
2013-06-07 Jim MorrisAdded a new event GET_PUBLIC_DATA used to retrieve...
2013-06-05 LogxenMerge remote-tracking branch 'upstream/edge' into edge
2013-06-05 arthurwolfMerge pull request #168 from wolfmanjm/feature/add...
2013-05-29 Jim MorrisAdd a version command to simpleshell
2013-05-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-03-16 Arthur Wolffixing merge conflict
2013-03-15 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-06 Michael MoonMerge remote-tracking branch 'origin/edge' into local...
2013-03-06 Michael MoonMerge pull request #146 from wolfmanjm/feature/add...
2013-03-06 Michael MoonMerge pull request #145 from wolfmanjm/feature/add...
2013-03-06 Jim Morrisuse on_second_tick for reset timeout as smoothie board...
2013-03-02 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-02 Adam GreenMerge remote-tracking branch 'origin/edge' into feature...
2013-03-01 Adam GreenMerge remote-tracking branch 'origin/edge' into feature...
2013-02-25 LogxenMerge pull request #136 from bgamari/fix-homing
2013-02-25 LogxenMerge pull request #137 from wolfmanjm/feature/add...
2013-02-25 Jim Morrisadd a pause of 5 seconds after issuing reset so the...
2013-02-25 Jim Morrisuntabify
2013-02-25 Jim Morrisadded reset to console comamnd to actually reset the...
2013-02-21 Ben GamariMerge pull request #118 from bgamari/temp-no-irq
2013-02-18 Adam GreenUpdate to new build system.
2013-02-18 Adam GreenMerge branch 'edge' into track_allocs
2013-02-17 arthurwolfMerge pull request #124 from logxen/onboot
2013-02-17 LogxenMerge branch 'edge' into onboot
2013-02-17 LogxenMerge branch 'edge' into button
2013-02-17 LogxenMerge branch 'edge' into onboot
2013-02-17 LogxenMerge branch 'edge' into onboot
2013-02-16 LogxenMerge pull request #121 from logxen/debugbreak
2013-02-16 LogxenMerge branch 'edge' into debugbreak
2013-02-16 LogxenMerge branch 'edge' into button
2013-02-14 Ante VukorepaMerge branch 'edge' of git://github.com/arthurwolf...
2013-02-13 Adam GreenMerge branch 'edge' into track_allocs
2013-02-13 arthurwolfMerge pull request #105 from wolfmanjm/feature/playprogress
2013-02-13 Adam GreenMerge branch 'edge' into track_allocs
2013-02-13 Jim Morrisadded new simplshell commands progress, abort and help
2013-02-13 Michael MoonMerge branch 'feature/USBSerial-works-outside-ISR-conte...
2013-02-13 Michael MoonSimpleShell: cat: use puts instead of printf("%s")...
2013-02-13 Adam GreenMerge branch 'edge' into track_allocs
2013-02-13 arthurwolfMerge pull request #92 from wolfmanjm/move_digipot
2013-02-13 arthurwolfMerge pull request #96 from wolfmanjm/upstreamedge
2013-02-11 Adam GreenMerge branch 'edge' into track_allocs
2013-02-11 Michael MoonSimpleShell: use strtol to check for valid line limit...
2013-02-11 Adam GreenMerge branch 'edge' into track_allocs
2013-02-11 Ben GamariMerge pull request #100 from bgamari/fixes
2013-02-11 Ben GamariSimpleShell: Reserve buffer before appending
2013-02-08 Jim Morrisadd closedir to simleshell commands that open directories
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-24 Michael MoonStreamOutput: printf calls virtual puts so we can reduc...
2013-01-02 Michael MoonMerge branch 'release/0.1'
2012-12-28 LogxenMerge branch 'edge' into g92
2012-12-16 Logxenmerged edge
2012-12-15 LogxenMerge pull request #74 from logxen/edge
2012-12-15 Logxentemporarily added dfu command as an alias to reset
2012-11-22 Logxenadded hook to call the new break function to SimpleShel...
2012-11-21 Logxenmoved play command into the new utils/Player module...
2012-11-21 Logxenrenamed all references to the Player module to Conveyor
2012-11-20 Logxeninitial 'break' command implementation to enter MRI
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 Moonremove weird unicode chars
2012-11-11 Michael Moonfix things that -std=gnu++0x was complaining about...
2012-11-06 arthurwolfMerge pull request #66 from arthurwolf/stepper
2012-11-06 arthurwolfMerge pull request #65 from arthurwolf/edge
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 GamariSimpleShell: Kill unused local
2012-09-17 Arthur Wolfmerging edge into stepper
2012-09-08 Arthur Wolfadded -q ( quiet ) option to the play command
2012-08-15 Arthur Wolfmerging edge into stepper, correcting conflicts
2012-08-13 Arthur Wolftesting on smoothieboard, with steppers, trying to...
2012-07-07 arthurwolfMerge pull request #48 from arthurwolf/edge
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-16 LogxenImplemented pwd (present working directory) command...
2012-06-14 Mark A. CooperMerge pull request #43 from logxen/reset
2012-06-14 Logxenmoved the system_reset function into libs/utils
2012-06-14 Logxenadded a reset command to SimpleShell that triggers...
2012-06-02 arthurwolfMerge pull request #39 from briand/working
2012-05-29 Mark A. CooperMerge pull request #38 from logxen/wait4q
2012-05-29 LogxenMerge branch 'edge' into wait4q
2012-05-29 arthurwolfMerge pull request #36 from briand/working
2012-05-29 LogxenMerge branch 'edge' into wait4q
2012-05-28 Brian Dickman'cat' using full lines (to improve efficiency over...
2012-05-28 Brian DickmanDon't try to cat/play missing files
2012-05-11 Logxenupdated headers following merge of xhume into edge
2012-05-11 LogxenMerge branch 'edge' into wait4q
2012-05-11 arthurwolfMerge pull request #31 from logxen/xhume
2012-05-11 Logxenmostly changes to headers files to further identify...
2012-05-09 LogxenMerge branch 'edge' into wait4q
2012-05-09 LogxenMerge branch 'edge' into wait4q
2012-05-09 arthurwolfMerge pull request #23 from logxen/issue13
2012-05-09 Logxenreplaced existing wait loops in code with calls to...
next