Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scons: Enable gcc SSE2 intrinsics on x86. | José Fonseca | 2008-07-04 | 1 | -1/+6 |
| | |||||
* | scons: Add a env.CodeGenerate method to simplify code generation via python ↵ | José Fonseca | 2008-07-03 | 1 | -3/+69 |
| | | | | | | | | | | | | | | | 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. | ||||
* | scons: Output mapfile on windows ddk profile builds. | José Fonseca | 2008-07-01 | 1 | -0/+4 |
| | |||||
* | scons: Get x86-64<->x86 cross build of assembly files right. | José Fonseca | 2008-06-27 | 1 | -0/+7 |
| | |||||
* | scons: Update to target WinCE 6.0. | José Fonseca | 2008-06-23 | 2 | -15/+78 |
| | |||||
* | scons: Put the tool logic in a frontend tool. | José Fonseca | 2008-06-06 | 1 | -0/+323 |
| | | | | More logic can be shared between public and private branches this way. | ||||
* | scons: Play nice with MS Embedded Visual C++. | José Fonseca | 2008-05-28 | 5 | -0/+655 |