Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-09 | Kernel: Start using boost::intrusive_ptr for lifetime management | Yuri Kunde Schlesner | |
2014-12-29 | Clipper: Avoid dynamic allocations | Yuri Kunde Schlesner | |
The triangle clipper was allocating its temporary input, output and work buffers using a std::vector. Since this is a hot path, it's desirable to use stack allocation instead. | |||
2014-12-20 | Add nihstro (a 3DS shader tools suite) as a submodule. | Tony Wasserka | |
2014-12-07 | externals: Add boost submodule. | Tony Wasserka | |
2014-10-07 | Added configuration file system. | archshift | |
Uses QSettings on citra-qt, and inih on citra-cli. | |||
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 | Update GLFW to 3.0.4 and include x64 lib for MSVC | Yuri Kunde Schlesner | |
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-23 | Remove documentation for external modules. | Yuri Kunde Schlesner | |
We don't need these and they clutter up the repository. | |||
2014-08-19 | Add Qt5 option. Use Qt5 by default. | Sacha | |
2014-08-18 | CMake Cleanup | Sacha | |
2014-05-19 | Indent fixes | archshift | |
2014-05-16 | Added FindGLEW to cmake-modules | archshift | |
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 | |
2013-08-29 | adding initial project layout | ShizZy | |