replace all uses of module::kernel pointer with kernel::instance singleton pointer
[clinton/Smoothieware.git] / src / modules / robot / Planner.cpp
2013-12-27 Michael Moonreplace all uses of module::kernel pointer with kernel...
2013-12-27 Michael MoonUse static kernel singleton pointer instead of per...
2013-12-27 Michael MoonMerge branch 'fix/Queue_scan_consolidation' into edge
2013-12-27 Michael MoonRevert "Revert "Merge branch 'fix/Queue_scan_consolidat...
2013-12-27 Michael Moonworks! hooray! add some final cleanups and clarifications
2013-12-27 Michael Moonfound another off by one, starting to wonder how origin...
2013-12-27 Michael Moonfound an off-by-one, see if this works
2013-12-26 Michael MoonRevert "Merge branch 'fix/Queue_scan_consolidation...
2013-12-26 Michael MoonMerge branch 'fix/Queue_scan_consolidation' into edge
2013-12-26 Michael MoonMerge branch 'fix/Ringbuffer' into edge
2013-12-26 Michael MoonRemove unused parameters to Block::reverse pass and...
2013-12-26 Michael MoonConsolidate planner's block queue scan
2013-12-26 Michael MoonSwap ringbuffer around the right way
2013-05-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2013-04-16 Arthur Wolfadding comments to modules/
2013-02-21 Ben GamariMerge pull request #118 from bgamari/temp-no-irq
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 onboot
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-06 Michael MoonModule: don't sign all modules up for ON_CONFIG_RELOAD...
2013-02-03 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-02-03 Arthur Wolfremoving max_jerk from Planner too
2013-01-24 Arthur Wolfremoving a get_value from switch
2013-01-02 Michael MoonRevert "ignore moves with fewer than 5 steps, see if...
2013-01-02 Michael Moonignore moves with fewer than 5 steps, see if it helps...
2013-01-02 Michael MoonMerge branch 'release/0.1'
2012-11-21 Logxenrenamed all references to the Player module to Conveyor
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-06 arthurwolfMerge pull request #65 from arthurwolf/edge
2012-10-08 Arthur Wolfsolved the block end problem, commiting mostly to save...
2012-09-17 Arthur Wolfmerging edge into stepper
2012-08-15 Arthur Wolfmerging edge into stepper, correcting conflicts
2012-08-13 Arthur Wolftesting on smoothieboard, with steppers, trying to...
2012-07-29 arthurwolfMerge pull request #57 from gxurma/lasercontrol
2012-07-08 arthurwolfMerge pull request #51 from arthurwolf/streams
2012-07-08 Arthur Wolfkernel->serial is dead
2012-07-07 arthurwolfMerge pull request #48 from arthurwolf/edge
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 LogxenMerge branch 'edge' into wait4q
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...
2012-05-09 Logxenadded ON_IDLE kernel event calls to the main loop and...
2012-02-27 Arthur Wolfremoved most mbed.h includes
2012-02-02 Arthur Wolfcleanup before merging
2012-01-04 Arthur WolfStepper's pins now have independant config/port
2012-01-04 Arthur Wolfin-file config of the TemperatureControl, and simple...
2012-01-03 Arthur WolfBasic 3D printing support working, a gigaton of bugfixes
2011-12-05 Arthur Wolfmajor bug fixes, way too many to enumerate
2011-11-20 Arthur Wolfvarious cleanups
2011-11-20 Arthur WolfMerge branch 'player' into edge
2011-11-20 Arthur WolfChanged from Queue in Planner module to the new Player...
2011-11-20 Arthur Wolfvarious bug fixes
2011-11-18 Arthur WolfChanged config system to an object-based one, configs...
2011-10-10 Arthur WolfAdded credits for grbl-edge math/logic
2011-10-09 Arthur Wolffixed bug with planner/stepper interaction
2011-10-07 Arthur WolfFixed a bug with Block gcode queue access from interrup...
2011-10-02 Arthur Wolfcode cleanup
2011-10-01 Arthur Wolfintegrating chamnit's grbl-edge's math
2011-09-29 Arthur Wolfadded config-load command, and fixed config-set command...
2011-09-19 Arthur Wolffirst commit