Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-23 | scons: ppc support. | Michel Dänzer | |
2008-09-08 | scons: Install shared libs in the right subdir. | José Fonseca | |
2008-09-08 | scons: Install libGL.so and respective symlinks. | José Fonseca | |
2008-09-02 | scons: Optimize for speed, not size, with MSVC. | José Fonseca | |
2008-07-24 | scons: Lookup WINDDK and WINCE SDK directories in the registry. | José Fonseca | |
2008-07-18 | scons: Set default LIBS env var. | José Fonseca | |
2008-07-18 | scons: Convert tabs to spaces. | José Fonseca | |
2008-07-16 | mesa: WinCE fixes | Jonathan White | |
2008-07-15 | python: Don't use python cflags as they conflict with existing flags. | José Fonseca | |
2008-07-15 | python: Move the python scons code to a separate tool module. | José Fonseca | |
2008-07-04 | scons: Enable gcc SSE2 intrinsics on x86. | José Fonseca | |
2008-07-03 | scons: Add a env.CodeGenerate method to simplify code generation via python ↵ | José Fonseca | |
scripts. env.CodeGenerate( target = 'my_source.c', script = 'my_generator.py', source = ['input.txt', 'another.txt'], command = 'python $SCRIPT $SOURCE > $TARGET' ) It will take care generating all appropriate dependencies, including any module imported by the generator script, and the respective .pyc file side effects. | |||
2008-07-01 | scons: Output mapfile on windows ddk profile builds. | José Fonseca | |
2008-06-27 | scons: Get x86-64<->x86 cross build of assembly files right. | José Fonseca | |
2008-06-23 | scons: Update to target WinCE 6.0. | José Fonseca | |
2008-06-06 | scons: Put the tool logic in a frontend tool. | José Fonseca | |
More logic can be shared between public and private branches this way. | |||
2008-05-28 | scons: Play nice with MS Embedded Visual C++. | José Fonseca | |