clean up defines of vector when not actually used
[clinton/Smoothieware.git] / src / modules / robot / Block.cpp
2014-05-24 LogxenMerge pull request #399 from Smoothieware/edge
2014-04-23 LogxenMerge branch 'edge' into multitool
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
2014-01-24 Michael MoonMerge branch 'fix/TemperatureControl_indexes' into...
2014-01-24 Michael MoonMerge branch 'feature/Actuator' into edge
2014-01-24 Michael MoonConsistently use seconds (mm/s, mm/s^2, steps/s, etc...
2014-01-19 Michael MoonMerge branch 'feature/ActionQueue_redux' into edge
2014-01-17 Michael MoonBlock,Conveyor: ensure on_block_end is only called...
2014-01-17 Michael MoonBlock: explicitly initialize exit_speed
2014-01-17 Michael MoonBlock: whitespace changes in clear()
2014-01-17 Michael MoonBlock: return debug output to kernel streams instead...
2014-01-17 Michael MoonBlock: handle both multiple takes and no takes properly
2014-01-17 Michael MoonBlock: if no-one takes our block, release immediately
2014-01-17 Michael MoonBlock: don't update trapezoids, and return correct...
2014-01-17 Michael MoonBlock: only call Conveyor::on_blocK_end ONCE!
2014-01-17 Michael MoonMerge branch 'edge' into feature/ActionQueue_redux
2014-01-17 Michael MoonBig Planner::recalculate rewrite
2014-01-17 Michael MoonEnsure Conveyor::on_block_end gets called last
2014-01-16 Michael Moonbiggish Block queue reshuffle, Planner::recalculate...
2014-01-15 Michael MoonChange Conveyor,Planner,Block to use HeapRing
2014-01-15 Michael MoonRevert "Change Conveyor,Planner,Block to use HeapRing"
2014-01-15 Michael MoonChange Conveyor,Planner,Block to use HeapRing
2014-01-12 Jim MorrisMerge pull request #311 from wolfmanjm/upstreamedge
2014-01-12 Jim MorrisMake minimum planner speed configurable
2014-01-08 Jim MorrisMerge pull request #308 from wolfmanjm/upstreamedge
2014-01-08 Jim MorrisFix acceleration calculatin bug when preceded by extrud...
2013-12-27 Michael Moonreplace sqrt, hypot, sin, cos with float variants ...
2013-12-27 Michael MoonReplace all doubles with floats including some constants
2013-12-27 Michael Moonreplace all uses of module::kernel pointer with kernel...
2013-12-27 Michael MoonRevert "Revert "Merge branch 'fix/Queue_scan_consolidat...
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 MoonRemove unused parameters to Block::reverse pass and...
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
2013-05-18 Stefan KruljMerge branch 'edge' of git://github.com/arthurwolf...
2013-05-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-05-08 Michael Moonstrip utf8 nbsp from comments
2013-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2013-04-16 Arthur Wolfadding comments to modules/
2013-03-27 Arthur Wolfmerge edge into master
2013-03-16 Arthur Wolffixing merge conflict
2013-03-15 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-06 Arthur Wolfthis commit does not compile, commiting to get help...
2013-03-05 Arthur Wolffixing merge conflicts when merging edge back in
2013-03-05 Arthur Wolfmost probably corrected the Extruder bug, which was...
2013-02-21 Adam GreenMerge remote-tracking branch 'origin/fix/USBSerial...
2013-02-21 Ben GamariMerge pull request #118 from bgamari/temp-no-irq
2013-02-18 Adam GreenMerge remote-tracking branch 'origin/edge' into track_a...
2013-02-18 LogxenMerge pull request #128 from logxen/edge
2013-02-18 Logxenfixed merge error from the rename of Conveyor
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-03 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-02-03 Arthur Wolfmax_jerk was unused, removing
2013-01-15 Michael MoonMerge branch 'fix/gcode_freed_while_in_queue' into...
2013-01-15 Michael Moonallocate Gcode objects on the heap, don't clean them...
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 Moonhugely reduce number of warnings
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 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-18 Arthur Wolfsaving the new acceleration system before reverting it
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-02-27 Arthur Wolfremoved most mbed.h includes
2012-02-19 Arthur Wolfrepaired Pause subsystem, added M109 ( wait for temp...
2012-02-02 Arthur Wolfcleanup before merging
2012-02-02 Arthur Wolfadded missing files
2011-12-05 Arthur Wolfmajor bug fixes, way too many to enumerate
2011-11-22 Arthur Wolfpartially working Extruder module, fixed but in Robot.cpp
2011-11-20 Arthur Wolfhalfway thru the Extruder functionality
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-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-19 Arthur Wolffirst commit