| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tweak some help texts in the build system | Hugo Locurcio | 2018-06-07 | 1 | -2/+2 |
| * | Fix IPhone and OSX cross compilation | Fabio Alessandrelli | 2018-03-28 | 1 | -0/+1 |
| * | Fix WebM SIMD optimizations on macOS. | bruvzg | 2018-03-01 | 1 | -1/+1 |
| * | Fix previous commit, "bits" still needed for buildsystem | Rémi Verschelde | 2018-02-19 | 1 | -1/+4 |
| * | OSX: Remove unnecessary bits assignment | Rémi Verschelde | 2018-02-19 | 1 | -4/+1 |
| * | OSX: Remove support for 32-bit and fat binaries | Rémi Verschelde | 2018-02-19 | 1 | -20/+6 |
| * | Fix macOS build after #16092 | bruvzg | 2018-01-26 | 1 | -1/+1 |
| * | Make separate debug symbols opt-in | Hein-Pieter van Braam | 2018-01-26 | 1 | -0/+1 |
| * | SCons: Fix usage of LD when we meant LINK | Rémi Verschelde | 2018-01-05 | 1 | -2/+2 |
| * | -Removed OpenMP support, replaced by a custom class. | Juan Linietsky | 2017-12-24 | 1 | -3/+0 |
| * | Do not require OpenMP for non-tools builds (export templates) | Rémi Verschelde | 2017-12-22 | 1 | -1/+1 |
| * | MacPorts clang version selection, and OpenMP linking fix. | bruvzg | 2017-12-14 | 1 | -9/+9 |
| * | Adds `macports_clang` build flag to build using clang-5.0 form MacPorts (with... | bruvzg | 2017-12-14 | 1 | -0/+13 |
| * | Cleanup old references to GLES2 renderer | Rémi Verschelde | 2017-11-19 | 1 | -1/+1 |
| * | change matrix and enable caching for Android, iOS and macOS (cross-compile) | Rhody Lugo | 2017-11-13 | 1 | -2/+9 |
| * | Fix python 3 build in osx-specific platform | N0hbdy | 2017-10-07 | 1 | -1/+1 |
| * | Merged iphone and osx audio drivers into drivers/coreaudio | Marcelo Fernandez | 2017-09-30 | 1 | -1/+1 |
| * | Use BoolVariable for third-party options. | Elliott Sales de Andrade | 2017-09-25 | 1 | -1/+1 |
| * | Use EnumVariable for choice-based build options. | Elliott Sales de Andrade | 2017-09-25 | 1 | -1/+2 |
| * | Create separate debug info files by default | Hein-Pieter van Braam | 2017-09-16 | 1 | -1/+10 |
| * | Make build scripts Python3 compatible | Matthias Hoelzl | 2017-08-27 | 1 | -1/+1 |
| * | Allow building fat binaries with osxcross | Fabio Alessandrelli | 2017-08-23 | 1 | -2/+6 |
| * | Reinit audio device when the system default device changes on OS X | Marcelo Fernandez | 2017-07-16 | 1 | -1/+1 |
| * | Buildsystem: Improve detect.py readability and fix issues | Rémi Verschelde | 2017-07-01 | 1 | -38/+32 |
| * | SCons: Add option to toggle warnings (on by default) | Rémi Verschelde | 2017-03-26 | 1 | -1/+1 |
| * | Add API to access battery power state | Julian Murgia | 2017-03-04 | 1 | -0/+1 |
| * | Set minimum version to 10.9 building OSX | BastiaanOlij | 2016-11-25 | 1 | -0/+2 |
| * | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | 2016-11-01 | 1 | -6/+4 |
| * | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-01 | 1 | -32/+32 |
| * | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 2016-11-01 | 1 | -59/+59 |
| * | SCons: Use colored output if available, change "colored"->"verbose" | Błażej Szczygieł | 2016-10-17 | 1 | -3/+0 |
| * | Theora: Don't compile unnecessary files, rename "x86_opt_*" | Błażej Szczygieł | 2016-10-16 | 1 | -1/+1 |
| * | freetype: Make it a module and split thirdparty library | Rémi Verschelde | 2016-10-15 | 1 | -4/+0 |
| * | zlib: Split thirdparty files, simplify scons option | Rémi Verschelde | 2016-10-15 | 1 | -1/+0 |
| * | glew: Split thirdparty files and isolate env | Rémi Verschelde | 2016-10-15 | 1 | -3/+1 |
| * | osx: Support gamepad input. | Andreas Haas | 2016-09-06 | 1 | -1/+1 |
| * | -make freetype build for all platforms the same, default as builtin except on... | Juan Linietsky | 2016-06-09 | 1 | -7/+0 |
| * | GLEW: Define static + enabled and includes via SCons | Rémi Verschelde | 2016-06-08 | 1 | -5/+2 |
| * | fix freetype paths on osx and mingw | Juan Linietsky | 2016-05-29 | 1 | -2/+2 |
| * | Added 'fat' option for bits param on scons for osx, this will produce a fat b... | marcelofg55 | 2016-05-20 | 1 | -1/+4 |
| * | Remove trailing spaces | Rémi Verschelde | 2016-04-02 | 1 | -1/+1 |
| * | Update detect.py | punto- | 2016-01-29 | 1 | -1/+1 |
| * | audio crash | Ariel Manzur | 2016-01-29 | 1 | -1/+1 |
| * | 0theora compilation fixes | Juan Linietsky | 2015-11-25 | 1 | -1/+1 |
| * | Fixed theora playback. Removed theoraplayer. | Juan Linietsky | 2015-09-26 | 1 | -1/+0 |
| * | disabling theora for now (will be re-written, re-enabled later) | Juan Linietsky | 2015-09-10 | 1 | -0/+1 |
| * | merged some stuff for okam | Juan Linietsky | 2015-09-03 | 1 | -8/+29 |
| * | -try fixing LLVM color diagnostic on osx | hurikhan | 2015-01-13 | 1 | -1/+1 |
| * | osx support for llvm coloring added | hurikhan | 2015-01-12 | 1 | -0/+3 |
| * | OS X: Add keyboard layout detection and fix build | Rhody Lugo | 2015-01-08 | 1 | -1/+1 |