aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/chunk_file.h
Commit message (Collapse)AuthorAge
* Core: Cleanup core includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Common: Fix FileUtil includes, and everything relying on those.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Remove the useless msg_handler compilation unit that was left over from DolphinGravatar archshift2015-02-18
|
* 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.
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-03
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* chunk_file: General cleanupGravatar Lioncash2014-09-21
| | | | | - Remove unnecessary ifdefs - Remove commented out code. Can be retrieved later if needed.
* Common: Rename the File namespace to FileUtil, to match the filename and ↵Gravatar Emmanuel Gil Peyrot2014-09-17
| | | | prevent collisions.
* Common: Move header guards over to pragma onceGravatar Lioncash2014-08-17
| | | | Also replaced C headers with the C++ equivalent ones
* Improved clarity and whitespaceGravatar archshift2014-05-19
| | | | Changed QGL version to 3,2 in order to be less restrictive, yet it should still change up to 4,1 on OSX on Qt5.
* Problematic class with no current implementationGravatar archshift2014-04-27
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08