| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-10 | CMake: Consistently set _DEBUG and NDEBUG in all platforms | Yuri Kunde Schlesner | |
| 2015-01-10 | Fix Windows build | bunnei | |
| 2015-01-10 | Merge pull request #342 from uppfinnarn/master | bunnei | |
| Build improvements | |||
| 2015-01-09 | Cleanup: Remove redundant /Oi flag | chinhodado | |
| `/Oi` is included in `/Ox` already | |||
| 2015-01-09 | Looks like that might be needed on OSX after all | Johannes Ekberg | |
| 2015-01-09 | Use -pthread where and only where needed | Johannes Ekberg | |
| Passing -pthread to GCC as a flag makes it both link to libpthread, and make C standard library routines reentrant. This makes the additional explicit links unnecessary. Additionally, on OSX, this is the default behavior, and clang will print a message about it being unused if it's present there. | |||
| 2015-01-09 | Link Cocoa, IOKit and CoreVideo on OSX | Johannes Ekberg | |
| These are implicitly linked by Xcode, but with this, you can also build it with any other generator, which does not have this behavior. CoreFoundation is included as a part of Cocoa (which is an umbrella framework), and Cocoa is generally recommended to link against, rather than its individual components (CoreFoundation, Foundation, libobjc, ...). | |||
| 2015-01-09 | Generic PLATFORM_LIBRARIES var | Johannes Ekberg | |
| This both reduces redundancy in add_executable definitions, and makes it easier to link additional libraries. In particular, extra libraries are needed on OSX - see next commit. | |||
| 2015-01-09 | CMake: Enable VS parallel builds for a good reduction in compile times | Yuri Kunde Schlesner | |
| This enables the /MP compiler flag, which parallelizes builds of by distributing compilation of individual object files across workes processes, instead of being limited to per-project parallelism. Reduces the time for a full compile from 72 s to 45 s on my machine. | |||
| 2014-12-29 | CMake: Require Boost 1.57.0 (fixes Travis OS X) | Yuri Kunde Schlesner | |
| 2014-12-22 | Merge pull request #275 from yuriks/cmake-clean | bunnei | |
| Clean up CMake library specification | |||
| 2014-12-21 | CMake: Silence PNG not found error | Yuri Kunde Schlesner | |
| Hopefully this will make people stop thinking it's a hard dependency. | |||
| 2014-12-21 | CMake: Use improved optimization flags on MSVC | Yuri Kunde Schlesner | |
| While not having a noticeable effect on CPU-bound applications, this change gives an about 30-50% increase in performance for games using the GPU. | |||
| 2014-12-20 | Add nihstro (a 3DS shader tools suite) as a submodule. | Tony Wasserka | |
| 2014-12-20 | Remove C++14/1y requirement | Yuri Kunde Schlesner | |
| 2014-12-16 | Switch to C++14 to use std::make_unique | Yuri Kunde Schlesner | |
| 2014-12-15 | Clean up CMake library specification | Yuri Kunde Schlesner | |
| The X11 libraries don't need to be specified when doing dynamic linking | |||
| 2014-12-07 | Integrate Boost into build system and perform a trivial cleanup in ↵ | Tony Wasserka | |
| vertex_shader.cpp. | |||
| 2014-12-01 | CMake: Place all the built files in BUILD_DIR/bin/<Configuration> when ↵ | Subv | |
| compiling with MSVC | |||
| 2014-10-07 | Added configuration file system. | archshift | |
| Uses QSettings on citra-qt, and inih on citra-cli. | |||
| 2014-09-02 | Removed the need for X11 on OS X | archshift | |
| It only causes issues when someone (who doesn't need it) doesn't have it. | |||
| 2014-09-01 | CMake cleanup | Yuri 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-09-01 | Replace GLEW with a glLoadGen loader. | Yuri Kunde Schlesner | |
| This should fix the GL loading errors that occur in some drivers due to the use of deprecated functions by GLEW. Side benefits are more accurate auto-completion (deprecated function and symbols don't exist) and faster pointer loading (less entrypoints to load). In addition it removes an external library depency, simplifying the build system a bit and eliminating one set of binary libraries for Windows. | |||
| 2014-08-25 | Pica: Add support for dumping textures. | Tony Wasserka | |
| 2014-08-19 | Add Qt5 option. Use Qt5 by default. | Sacha | |
| 2014-08-18 | CMake Cleanup | Sacha | |
| 2014-05-19 | * Remove -fpermissive | Phillip Stephens | |
| 2014-05-19 | CMakeLists: Fixed GLEW include var name, compile flag vars | archshift | |
| After adding FindGLEW.cmake to externals, the variable call for the GLEW include path needed to be revised. Append flags on OSX, rather than overwrite them. I realized that GCC_COMPILE_FLAGS was changed to CMAKE_CXX_FLAGS mistakenly, so both were changed to a more platform-independent name. | |||
| 2014-05-19 | CMakeLists: rename HEADS, improved comments | archshift | |
| Changes for clarity of comments, removed redundant compiler flags. | |||
| 2014-05-19 | Indent fixes | archshift | |
| 2014-05-17 | Indent fixes | archshift | |
| 2014-05-16 | Added FindGLEW to cmake-modules | archshift | |
| 2014-04-30 | Support for C++11 on OSX | archshift | |
| 2014-04-30 | A bit of Cmake love | archshift | |
| 2014-04-29 | Some more experimentation | archshift | |
| 2014-04-28 | IT'S ALIVE! | archshift | |
| 2014-04-25 | Fixed CMake's import of GLFW. | Thomas Edvalson | |
| 2014-04-24 | removed "COVERAGE_" from "GCC_COVERAGE_COMPILE_FLAGS" | bunnei | |
| 2014-04-23 | fixes to scm_rev generation to make it conistent with windows build | bunnei | |
| 2014-04-23 | added scm rev generation on Linux/cmake | bunnei | |
| 2014-04-22 | fixes to build on linux | bunnei | |
| 2014-04-09 | fixed a bunch of errors in CMakeLists | bunnei | |
| 2014-04-09 | updated CMakeLists | bunnei | |
| 2013-09-26 | renamed from citrus to citra | ShizZy | |
| 2013-09-13 | renamed project to 'citrus' | ShizZy | |
| 2013-08-29 | adding initial project layout | ShizZy | |
