summaryrefslogtreecommitdiffstats
path: root/src/common/break_points.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+0
|
* disassembler: Get rid of a const_castLioncash2015-03-301-2/+2
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-0/+1
| | | | | | | 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 changepurpasmart962014-12-211-2/+2
|
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-1/+1
|
* break_points.cpp: return directly from conditionalsarchshift2014-08-121-6/+2
|
* break_points: cleaned up, added `find_if`sarchshift2014-08-121-35/+27
|
* Changed iterators to use auto, some of which using range-based loopsarchshift2014-08-121-27/+28
|
* fixed project includes to use new directory structurebunnei2014-04-091-3/+3
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+203