replace all uses of module::kernel pointer with kernel::instance singleton pointer
[clinton/Smoothieware.git] / src / libs / Kernel.cpp
2013-12-27 Michael Moonreplace all uses of module::kernel pointer with kernel...
2013-12-22 Jim MorrisMerge pull request #295 from wolfmanjm/feature/uip...
2013-12-22 Jim MorrisMerge Network code with webserver etc
2013-11-24 Arthur Wolfincomplete implementation of multi-extruder support...
2013-06-12 Jim MorrisMerge branch 'upstreamedge' into fix/version-makefile
2013-06-11 Jim MorrisMerge pull request #172 from wolfmanjm/feature/get_publ...
2013-06-09 Jim MorrisAdd THEKERNEL which accesses the Kernel Singleton from...
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 MorrisAdded a new event GET_PUBLIC_DATA used to retrieve...
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 WolfAdded comments to most files in libs/
2013-03-16 Arthur Wolffixing merge conflict
2013-03-15 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-11 Arthur Wolfputting Endstops back into main.cpp
2013-03-11 Arthur WolfMerge branch 'extruderfix' of github.com:arthurwolf...
2013-03-11 Arthur Wolfhoming problem solved ( defaults in Endstops.cpp were...
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-15 arthurwolfMerge pull request #114 from orcinus/HomingDirection
2013-02-15 LogxenMerge branch 'edge' into rostock2
2013-02-14 Adam GreenTry clarifing SerialConsole() UART selection.
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 #92 from wolfmanjm/move_digipot
2013-02-08 Jim Morrismove digipot instance to CurrentControl module
2013-02-06 Michael MoonModule: don't sign all modules up for ON_CONFIG_RELOAD...
2013-02-02 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-01-31 Adam GreenMerge branch 'edge' into checksum_macro
2013-01-30 Adam GreenCalculate Fletcher Checksums at compile time from string.
2013-01-23 arthurwolfMerge pull request #86 from bgamari/edge
2013-01-23 Ben GamariKernel: Use vector<array<Module*>> instead of flat...
2013-01-15 Ben GamariMerge pull request #83 from bgamari/fixes
2013-01-15 Ben GamariKernel: Use bzero instead of loop
2013-01-15 Michael MoonMerge branch 'feature/on_second_tick_event' into edge
2013-01-15 Michael Moonmove on_second_tick callout to on_idle event, also...
2013-01-15 Michael MoonEvents: add ON_SECOND_TICK event that fires once per...
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 Moonuse an enum to better manage the event indexes, add...
2013-01-02 Michael Moonreinstate configuration of uart0 baudrate, set default...
2013-01-02 Michael Moonreinstate timer initialisation, disabled as part of...
2013-01-02 Michael Moonreduce debug information sent via UART0
2013-01-02 Michael Moondebug- repair kernel startup routine
2013-01-02 Michael Moonkernel debugging using early setup uart
2013-01-02 Michael MoonMerge branch 'release/0.1'
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-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-07 Arthur Wolfcorrected stepper block change duration compensation...
2012-11-07 Arthur Wolfcorrected interrupt priorities
2012-11-06 arthurwolfMerge pull request #66 from arthurwolf/stepper
2012-11-06 arthurwolfMerge pull request #65 from arthurwolf/edge
2012-11-06 Arthur Wolfstepper branch ready for merging with edge, debug stuff...
2012-11-02 Arthur WolfMerge branch 'stepper' of github.com:arthurwolf/Smoothi...
2012-11-02 Arthur Wolfoptimized kernel
2012-10-30 Arthur Wolfmade kernel more efficient, and some caching in gcode...
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-25 Arthur Wolfcommiting just to show the new configvalue class
2012-09-17 Arthur Wolfmerging edge into stepper
2012-09-13 Arthur Wolfre-enabling serial
2012-09-08 Arthur Wolfadded -q ( quiet ) option to the play command
2012-08-15 Arthur Wolfmerging edge into stepper, correcting conflicts
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-07-01 Arthur WolfMerge branch 'edge' into stepper
2012-06-27 Arthur Wolfworking code, only one bug left
2012-06-26 Arthur Wolfhalf-way commit to explain some of what is going on
2012-06-14 Logxenreworked config system to retain a compacted version...
2012-06-13 Logxeninitial commit for caching config values during init
2012-05-09 LogxenMerge branch 'edge' into wait4q
2012-05-09 Mark A. CooperMerge pull request #26 from logxen/edge
2012-05-09 Logxenreplaced all occurrences of '_ckeckusm' with '_checksum'
2012-05-09 arthurwolfMerge pull request #23 from logxen/issue13
2012-05-09 LogxenAdded ON_IDLE event to Kernel and Module, but it isn...
2012-04-20 Arthur Wolfadded CurrentControl module to control the digipot...
2012-02-27 Arthur Wolfremoved most mbed.h includes
2012-02-19 Arthur Wolfrepaired Pause subsystem, added M109 ( wait for temp...
2012-02-18 Arthur Wolfmade temperature_control modular ( multiple concurrent...
2012-02-02 Arthur Wolfcleanup before merging
2012-02-02 Arthur Wolfadded missing files
2012-01-18 Arthur Wolfprecaution commit
2012-01-06 Arthur Wolfadded missing files, working on extruder module ( not...
2012-01-03 Arthur WolfBasic 3D printing support working, a gigaton of bugfixes
next