aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common
Commit message (Expand)AuthorAge
...
* | Merge pull request #570 from purpasmart96/config_memGravatar bunnei2015-02-18
|\ \
| | * Asserts: Use lambdas to keep assertion code away from the main code pathGravatar Yuri Kunde Schlesner2015-02-18
| |/ |/|
| * ConfigMem: Clean up the Config memory to be more like the shared page and movedGravatar purpasmart962015-02-16
* | Merge pull request #529 from Subv/masterGravatar bunnei2015-02-14
|\ \ | |/ |/|
* | backend: Add logging subentry for ldrGravatar Lioncash2015-02-12
| * Build: Fixed some warningsGravatar Subv2015-02-12
|/
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
* Merge pull request #526 from purpasmart96/citra_stubsGravatar bunnei2015-02-10
|\
| * Services: Stub some functionsGravatar purpasmart962015-02-07
* | Fix a wrong file name in a commentGravatar chinhodado2015-02-07
|/
* Common: Fix SCOPE_EXIT to actually create unique identifiers.Gravatar Yuri Kunde Schlesner2015-01-30
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-21
* Logging: Log all called service functions (under trace). Compile out all trac...Gravatar archshift2015-01-10
* Merge pull request #431 from yuriks/thread-queue-cleanupGravatar bunnei2015-01-07
|\
| * Common: Clean up ThreadQueueListGravatar Yuri Kunde Schlesner2015-01-07
* | Merge pull request #425 from Subv/coretimingGravatar bunnei2015-01-07
|\ \ | |/ |/|
| * CoreTiming: Ported the CoreTiming namespace from PPSSPPGravatar Subv2015-01-07
* | Merge pull request #421 from linkmauve/remove-dead-platformsGravatar bunnei2015-01-06
|\ \
* \ \ Merge pull request #376 from Subv/arc_reorderGravatar bunnei2015-01-06
|\ \ \
| | * | Common: Remove dead platform #ifdefs to make the code more readable.Gravatar Emmanuel Gil Peyrot2015-01-06
| |/ / |/| |
* | | Common: Use std::abs instead of abs, using abs with cmath fails on some systems.Gravatar Emmanuel Gil Peyrot2015-01-05
* | | Common: Remove the unused x86-specific 128-bit float type.Gravatar Emmanuel Gil Peyrot2015-01-05
| |/ |/|
| * Archives: Changed the way paths are built for the archives.Gravatar Subv2015-01-03
| * SaveDataCheck: Move the files to nand/titleGravatar Subv2015-01-03
| * Archives: Change the folder layout of some archives.Gravatar Subv2015-01-02
|/
* Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv2015-01-02
* SOC_U: Preliminary implementation of sockets.Gravatar Subv2014-12-31
* Merge pull request #369 from darkf/mingw_Gravatar bunnei2014-12-30
|\
| * Fix MSVC-related #defines and add CMakeLists commentGravatar darkf2014-12-29
| * Fix merge conflictsGravatar darkf2014-12-29
| |\
* | | Archives: Implemented ExtSaveData and SharedExtSaveDataGravatar Subv2014-12-29
| |/ |/|
* | Merge pull request #322 from chinhodado/masterGravatar bunnei2014-12-22
|\ \
* \ \ Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\ \ \
| | * | More warning cleanupsGravatar Chin2014-12-21
| |/ / |/| |
| * | License changeGravatar purpasmart962014-12-20
* | | BitField: Add an explicit Assign method.Gravatar Tony Wasserka2014-12-20
* | | Common: Add a clone of std::make_uniqueGravatar Yuri Kunde Schlesner2014-12-20
|/ /
* | SaveData: Implemented the SystemSaveData archive.Gravatar Subv2014-12-17
* | Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-17
* | Restore the original console color after logging a message.Gravatar Yuri Kunde Schlesner2014-12-14
* | Remove old logging systemGravatar Yuri Kunde Schlesner2014-12-13
* | Add configurable per-class log filteringGravatar Yuri Kunde Schlesner2014-12-13
* | Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* | Implement text path trimming for shorter paths.Gravatar Yuri Kunde Schlesner2014-12-13
* | Re-add coloring to the console logging output.Gravatar Yuri Kunde Schlesner2014-12-13
* | New logging systemGravatar Yuri Kunde Schlesner2014-12-13
* | Add SCOPE_EXIT macro to conveniently execute cleanup actionsGravatar Yuri Kunde Schlesner2014-12-13
* | Added missing include in common_funcs.hGravatar Yuri Kunde Schlesner2014-12-13
* | Remove redundant include from common_funcs.hGravatar Yuri Kunde Schlesner2014-12-13
* | Merge pull request #267 from bunnei/apt-shared-fontGravatar bunnei2014-12-12
|\ \