summaryrefslogtreecommitdiffstats
path: root/src/common/chunk_file.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Remove chunk_file.h and linear_disk_cache.hLioncash2018-04-261-623/+0
| | | | These are unused (and given chunk_file references Dolphin's >SVN< I doubt they were going to be used).
* Format: Run the new clang format on everythingJames Rowe2018-01-211-2/+3
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-6/+3
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-283/+256
|
* general: Replace 0 literals with nullptr where applicableLioncash2015-09-121-2/+2
|
* Core: Cleanup core includes.Emmanuel Gil Peyrot2015-06-281-1/+2
|
* Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot2015-06-281-3/+4
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+2
|
* Remove the useless msg_handler compilation unit that was left over from Dolphinarchshift2015-02-191-1/+1
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-5/+4
| | | | | | | 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 macrosYuri Kunde Schlesner2014-12-131-6/+29
|
* Change NULLs to nullptrs.Rohit Nirmal2014-12-031-12/+12
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-7/+7
|
* chunk_file: General cleanupLioncash2014-09-221-244/+0
| | | | | - 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 prevent collisions.Emmanuel Gil Peyrot2014-09-171-4/+4
|
* Common: Move header guards over to pragma onceLioncash2014-08-171-4/+1
| | | | Also replaced C headers with the C++ equivalent ones
* Improved clarity and whitespacearchshift2014-05-201-0/+1
| | | | 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 implementationarchshift2014-04-281-2/+2
|
* fixed project includes to use new directory structurebunnei2014-04-091-2/+2
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+874