aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Common: Remove unused fifo_queue.h.Gravatar Emmanuel Gil Peyrot2015-06-27
|
* Move video_core/color.h to common/color.hGravatar archshift2015-05-30
|
* Move video_core/math.h to common/vector_math.hGravatar archshift2015-05-30
| | | | The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core.
* Merge pull request #758 from yuriks/sync-loggingGravatar Yuri Kunde Schlesner2015-05-15
|\ | | | | Common: Remove async logging
| * Remove unused concurrent_ring_buffer.hGravatar Yuri Kunde Schlesner2015-05-15
| |
* | Common: Remove unused cruft from math_util, and remove a duplicated Rect ↵Gravatar Emmanuel Gil Peyrot2015-05-14
|/ | | | class in common_types.
* Common: Remove mem_arena.cpp/hGravatar Yuri Kunde Schlesner2015-05-07
| | | | | | It is superfluous for Citra. (It's only really necessary if you're doing JIT. We were using it but not taking any advantage from it.) This should make 32-bit builds work again.
* Common: Remove hash.cpp/hGravatar Yuri Kunde Schlesner2015-05-07
| | | | Currently unused and the code quality is pretty questionable.
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Add profiling infrastructure and widgetGravatar Yuri Kunde Schlesner2015-03-01
|
* Remove "super lame/broken" file_search compilation unit that was leftover ↵Gravatar archshift2015-02-18
| | | | from Dolphin
* Remove redundant utf8 compilation unit that was leftover from DolphinGravatar archshift2015-02-18
|
* Remove useless extended_trace compilation unit that was leftover from DolphinGravatar archshift2015-02-18
|
* 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.
* Common: Add a clone of std::make_uniqueGravatar Yuri Kunde Schlesner2014-12-20
|
* Remove old logging systemGravatar Yuri Kunde Schlesner2014-12-13
|
* Add configurable per-class log filteringGravatar 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 support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman2014-09-12
|
* Initial HID PAD work, with GLFW only.Gravatar Kevin Hartman2014-09-11
|
* Removed fixed_size_queue.hGravatar archshift2014-09-08
| | | | It's unused and doesn't look like it compiles anyway :/
* Removed common/std_xyz, instead using the std headerGravatar archshift2014-09-07
|
* Removed common/atomic, instead using std::atomicGravatar archshift2014-09-02
|
* CMake cleanupGravatar Yuri Kunde Schlesner2014-09-01
| | | | | | | | Several cleanups to the buildsystem: - Do better factoring of common libs between platforms. - Add support to building on Windows. - Remove Qt4 support. - Re-sort file lists and add missing headers.
* CMakeLists: rename HEADS, improved commentsGravatar archshift2014-05-19
| | | | Changes for clarity of comments, removed redundant compiler flags.
* Updated cmakelistsGravatar archshift2014-05-16
|
* Fixed indentsGravatar archshift2014-04-30
|
* IT'S ALIVE!Gravatar archshift2014-04-28
|
* fixes to scm_rev generation to make it conistent with windows buildGravatar bunnei2014-04-23
|
* added scm rev generation on Linux/cmakeGravatar bunnei2014-04-23
|
* updated CMakeLists for missing filesGravatar ShizZy2014-04-22
|
* updated CMakeListsGravatar bunnei2014-04-09
|
* convert tabs to spacesGravatar bunnei2014-04-01
|
* updated CMakeLists.txt file for new common filesGravatar ShizZy2013-09-04
|
* adding initial project layoutGravatar ShizZy2013-08-29