aboutsummaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
AgeCommit message (Collapse)Author
2015-03-01Add profiling infrastructure and widgetYuri Kunde Schlesner
2015-02-18Remove "super lame/broken" file_search compilation unit that was leftover ↵archshift
from Dolphin
2015-02-18Remove redundant utf8 compilation unit that was leftover from Dolphinarchshift
2015-02-18Remove useless extended_trace compilation unit that was leftover from Dolphinarchshift
2015-02-18Remove the useless msg_handler compilation unit that was left over from Dolphinarchshift
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
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.
2014-12-20Common: Add a clone of std::make_uniqueYuri Kunde Schlesner
2014-12-13Remove old logging systemYuri Kunde Schlesner
2014-12-13Add configurable per-class log filteringYuri Kunde Schlesner
2014-12-13New logging systemYuri Kunde Schlesner
2014-12-13Add SCOPE_EXIT macro to conveniently execute cleanup actionsYuri Kunde Schlesner
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman
2014-09-11Initial HID PAD work, with GLFW only.Kevin Hartman
2014-09-08Removed fixed_size_queue.harchshift
It's unused and doesn't look like it compiles anyway :/
2014-09-07Removed common/std_xyz, instead using the std headerarchshift
2014-09-02Removed common/atomic, instead using std::atomicarchshift
2014-09-01CMake cleanupYuri Kunde Schlesner
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.
2014-05-19CMakeLists: rename HEADS, improved commentsarchshift
Changes for clarity of comments, removed redundant compiler flags.
2014-05-16Updated cmakelistsarchshift
2014-04-30Fixed indentsarchshift
2014-04-28IT'S ALIVE!archshift
2014-04-23fixes to scm_rev generation to make it conistent with windows buildbunnei
2014-04-23added scm rev generation on Linux/cmakebunnei
2014-04-22updated CMakeLists for missing filesShizZy
2014-04-09updated CMakeListsbunnei
2014-04-01convert tabs to spacesbunnei
2013-09-04updated CMakeLists.txt file for new common filesShizZy
2013-08-29adding initial project layoutShizZy