started hacking on the new conveyor model
[clinton/Smoothieware.git] / src / modules / robot / Block.cpp
2016-05-17 Jim Morrisstarted hacking on the new conveyor model
2016-05-15 Jim Morrisstart at tick 0
2016-05-15 Jim Morrisfixed bugs
2016-05-14 Jim MorrisInital rewrite of stepticker and associated code to...
2016-03-08 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2016-03-08 Jim MorrisMerge pull request #868 from tritao/typos
2016-03-08 Joao MatosFixed some typos and minor consistency issues.
2015-12-16 Jim MorrisMerge pull request #804 from wolfmanjm/feature/wcs...
2015-12-15 Jim Morriswhitespace changes...
2015-12-12 Jim MorrisSquashed commit of the following:
2015-01-21 Arthur WolfMerge pull request #552 from lautr3k/module/Drills
2014-12-09 Jim MorrisMerge pull request #551 from wolfmanjm/use-pendsv-handl...
2014-12-02 Jim MorrisMerge remote-tracking branch 'upstream/edge' into use...
2014-12-01 Jim MorrisMerge remote-tracking branch 'upstream/edge' into use...
2014-11-29 Jim Morrisfix deadlock/race condition
2014-11-29 Jim Morrisremove acceleration tick from timer3, use the pending...
2014-11-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2014-11-23 Jim Morrisadd debug pins to makefile, ignored if not set origin/fix/trapezoid-symmetry
2014-11-21 Jim Morrisuse floorf isntead of floor
2014-11-21 Jim Morrisget rid of #define max and use stl::max
2014-11-19 Jim Morrisuse uint64 for fx counter so minimum speed is now much...
2014-11-17 Jim Morrisput accleratrion in the block, thi sallows M204 to...
2014-08-20 Jim MorrisMerge pull request #491 from soldierkam/edge
2014-08-06 Jim MorrisMerge pull request #473 from wolfmanjm/refactor/planner...
2014-08-06 Jim Morrisplanner is no longer a module
2014-06-29 Jim MorrisMerge branch 'edge'
2014-06-24 Jim MorrisMerge pull request #442 from wolfmanjm/upstreamedge
2014-06-24 Jim MorrisFix initial pause at start of print
2014-06-19 Jim MorrisMerge pull request #434 from Smoothieware/optimize...
2014-06-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into optim...
2014-06-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into optim...
2014-06-19 Jim Morrisreallocate the gcode vector in block to reduce memory...
2014-06-19 Jim Morrisstrip off Gxxx and Mxxx in Gcode
2014-05-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-05-24 Jim MorrisMerge pull request #401 from wolfmanjm/fix/cleanup...
2014-05-24 Jim Morriscleanup a bunch of fields that should be private
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...
next