Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |