aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/break_points.cpp
Commit message (Collapse)AuthorAge
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* disassembler: Get rid of a const_castGravatar Lioncash2015-03-30
|
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* License changeGravatar purpasmart962014-12-20
|
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* break_points.cpp: return directly from conditionalsGravatar archshift2014-08-12
|
* break_points: cleaned up, added `find_if`sGravatar archshift2014-08-12
|
* Changed iterators to use auto, some of which using range-based loopsGravatar archshift2014-08-11
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08