| Commit message (Expand) | Author | Age | Files | Lines |
| * | scons: Reorder options for clarity | Rémi Verschelde | 2016-11-03 | 1 | -33/+47 |
| * | style: Various other PEP8 fixes in Python files | Rémi Verschelde | 2016-11-01 | 1 | -11/+11 |
| * | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | 2016-11-01 | 1 | -5/+0 |
| * | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-01 | 1 | -151/+151 |
| * | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 2016-11-01 | 1 | -199/+199 |
| * | Merge pull request #6490 from zaps166/webm-pr | Rémi Verschelde | 2016-10-30 | 1 | -0/+1 |
| |\ |
|
| | * | Add WebM module | Błażej Szczygieł | 2016-10-23 | 1 | -0/+1 |
| * | | Merge pull request #6959 from RandomShaper/fix-big-libs | Rémi Verschelde | 2016-10-30 | 1 | -0/+1 |
| |\ \ |
|
| | * | | scons: Move lib splitting method to methods.py | Rémi Verschelde | 2016-10-30 | 1 | -0/+1 |
| * | | | fix bug introduced by #6501 | yg2f | 2016-10-26 | 1 | -1/+1 |
| |/ / |
|
| * | | "CCFLAGS" are for C and C++ compiler | Błażej Szczygieł | 2016-10-22 | 1 | -1/+1 |
| * | | Merge pull request #6881 from vnen/msvc-project-output | Rémi Verschelde | 2016-10-22 | 1 | -3/+3 |
| |\ \ |
|
| | * | | Fix output binary paths for VS project generation | George Marques | 2016-10-20 | 1 | -3/+3 |
| * | | | Merge pull request #6858 from zaps166/gcc-color-output | Rémi Verschelde | 2016-10-22 | 1 | -3/+5 |
| |\ \ \ |
|
| | * | | | SCons: Use colored output if available, change "colored"->"verbose" | Błażej Szczygieł | 2016-10-17 | 1 | -3/+5 |
| * | | | | Merge pull request #6857 from zaps166/disable-asserts-in-release | Rémi Verschelde | 2016-10-22 | 1 | -0/+2 |
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | | Disable asserts in release mode | Błażej Szczygieł | 2016-10-17 | 1 | -0/+2 |
| | |/ / |
|
| * | | | Merge pull request #6855 from vnen/xaudio2-driver | Rémi Verschelde | 2016-10-18 | 1 | -0/+1 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Isolate XAudio2 driver | George Marques | 2016-10-17 | 1 | -0/+1 |
| | |/ |
|
| * | | Merge pull request #6850 from akien-mga/pr-scsub-shebang | Rémi Verschelde | 2016-10-17 | 1 | -0/+2 |
| |\ \
| |/
|/| |
|
| | * | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-17 | 1 | -0/+2 |
| * | | Theora: Don't compile unnecessary files, rename "x86_opt_*" | Błażej Szczygieł | 2016-10-16 | 1 | -3/+2 |
| |/ |
|
| * | freetype: Make it a module and split thirdparty library | Rémi Verschelde | 2016-10-15 | 1 | -9/+1 |
| * | zlib: Split thirdparty files, simplify scons option | Rémi Verschelde | 2016-10-15 | 1 | -4/+0 |
| * | glew: Split thirdparty files and isolate env | Rémi Verschelde | 2016-10-15 | 1 | -0/+1 |
| * | squish: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-15 | 1 | -4/+1 |
| * | mpc: Move to a module and split thirdparty libmpcdec | Rémi Verschelde | 2016-10-15 | 1 | -4/+1 |
| * | theora: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-15 | 1 | -9/+1 |
| * | openssl: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-15 | 1 | -6/+1 |
| * | ogg/vorbis/opus: Make them modules and unbundle thirdparty libs | Rémi Verschelde | 2016-10-15 | 1 | -7/+3 |
| * | webp: Make it a module and unbundle libwebp thirdparty files | Rémi Verschelde | 2016-10-15 | 1 | -4/+1 |
| * | dds/etc1/pbm/pvr: Make those modules and split thirdparty files | Rémi Verschelde | 2016-10-15 | 1 | -11/+1 |
| * | enet: Split enet thirdparty files and allow unbundling | Rémi Verschelde | 2016-10-15 | 1 | -0/+1 |
| * | jpg: Make it a module and split jpgd thirdparty files | Rémi Verschelde | 2016-10-15 | 1 | -3/+0 |
| * | png: Split library to thirdparty dir and allow unbundling | Rémi Verschelde | 2016-10-15 | 1 | -3/+1 |
| * | Remove speex support, it is obsoleted by opus | Rémi Verschelde | 2016-10-13 | 1 | -4/+0 |
| * | Fix Android build detection on Windows | George Marques | 2016-10-09 | 1 | -1/+1 |
| * | Merge pull request #6501 from SuperUserNameMan/windows_compile_with_standalon... | Rémi Verschelde | 2016-10-03 | 1 | -2/+1 |
| |\ |
|
| | * | scons detects standalone MSVC on Windows | yg2f | 2016-09-16 | 1 | -2/+1 |
| * | | Add CC parameter to allow use of custom C compiler | Emmanuel Leblond | 2016-09-25 | 1 | -1/+2 |
| |/ |
|
| * | Add android_add_default_config for config.py | volzhs | 2016-07-07 | 1 | -0/+2 |
| * | Change method of storing folding, solves problems with inheritance, closes #3395 | Juan Linietsky | 2016-06-28 | 1 | -0/+4 |
| * | Cleaner way to enable ptrcall | Juan Linietsky | 2016-06-26 | 1 | -1/+4 |
| * | added "arch" parameter, made iphone use it to build isim | Ariel Manzur | 2016-06-23 | 1 | -1/+4 |
| * | -make freetype build for all platforms the same, default as builtin except on... | Juan Linietsky | 2016-06-09 | 1 | -1/+10 |
| * | Keep the default environment variables as set by SCons | Pedro J. Estébanez | 2016-06-06 | 1 | -8/+3 |
| * | Fix MS Visual Studio build settings | Aleksandar Danilovic | 2016-05-28 | 1 | -7/+18 |
| * | Added 'fat' option for bits param on scons for osx, this will produce a fat b... | marcelofg55 | 2016-05-20 | 1 | -1/+3 |
| * | cloning env for builtin_openssl _and_ openssl :) | Ariel Manzur | 2016-05-06 | 1 | -4/+4 |
| * | Ignore invalid folders in `platform` | Rémi Verschelde | 2016-04-29 | 1 | -1/+1 |