| Commit message (Expand) | Author | Age | Files | Lines |
| * | Miscellaneous fixes: portability and version fixes, missing , better CXXCOM ... | Steven Knight | 2004-11-21 | 1 | -1/+1 |
|
|
| * | Add more customizability: , , , . | Steven Knight | 2004-11-20 | 1 | -2/+4 |
|
|
| * | Allow Alias Nodes to have Actions. | Steven Knight | 2004-11-13 | 4 | -24/+55 |
|
|
| * | On Python 2.x, return lists of Nodes from builders as a NodeList object with ... | Steven Knight | 2004-11-12 | 2 | -1/+49 |
|
|
| * | Better fix for reflective build_dir paths. (Kevin Quick) | Steven Knight | 2004-11-12 | 1 | -10/+6 |
|
|
| * | Fix the use of reflective paths underneath build directories, when the path u... | Steven Knight | 2004-11-11 | 2 | -1/+82 |
|
|
| * | Use a Node's environment in preference to the builder's environment. | Steven Knight | 2004-11-10 | 2 | -1/+42 |
|
|
| * | Refactor Action/Executor interaction. (Kevin Quick) | Steven Knight | 2004-10-24 | 2 | -10/+47 |
|
|
| * | Fix the execute-Mkdir-once patch so that it doesn't treat the directory as up... | Steven Knight | 2004-10-22 | 2 | -26/+3 |
|
|
| * | Handle use of Mkdir() when the file exists. | Steven Knight | 2004-10-21 | 2 | -3/+13 |
|
|
| * | Allow explicit target_factory=Dir with Builders that make a directory to over... | Steven Knight | 2004-10-20 | 3 | -1/+22 |
|
|
| * | Win32 portability fixes for tests. | Steven Knight | 2004-10-09 | 4 | -47/+25 |
|
|
| * | Add a missing newline to the end of the --debug=explain unknown | Steven Knight | 2004-10-08 | 1 | -1/+1 |
|
|
| * | Remove scan=0 calls to Node.current() for implicit cache. Remove last vestig... | Steven Knight | 2004-10-07 | 4 | -25/+47 |
|
|
| * | Clear out dependent-child caches when a node is rebuilt. (Kevin Quick) | Steven Knight | 2004-10-07 | 3 | -15/+41 |
|
|
| * | Better --debug=explain info when build actions change. (Kevin Quick) | Steven Knight | 2004-10-06 | 1 | -3/+8 |
|
|
| * | Add support for changing directory when executing Actions (the to the target ... | Steven Knight | 2004-09-27 | 2 | -20/+0 |
|
|
| * | Add a --debug=findlibs option. (Gary Oberbrunner) | Steven Knight | 2004-09-25 | 2 | -2/+30 |
|
|
| * | Get the source_scanner from the target node, not the source node. (Kevin Quick) | Steven Knight | 2004-09-24 | 2 | -6/+6 |
|
|
| * | Fix --no-exec handling of cache. (Kevin Quick) | Steven Knight | 2004-09-24 | 2 | -7/+27 |
|
|
| * | Fix handling when BuildDir exists but is unwriteable. Add Stop. to messages ... | Steven Knight | 2004-09-20 | 1 | -1/+1 |
|
|
| * | Fix --debug=explain when the action is a Python function. | Steven Knight | 2004-09-18 | 1 | -5/+8 |
|
|
| * | Return real builder names from the default, environment-less builders like Mk... | Steven Knight | 2004-09-15 | 1 | -3/+6 |
|
|
| * | Fix is_pseudo_derived_builder(). (Kevin Quick) | Steven Knight | 2004-09-15 | 2 | -1/+8 |
|
|
| * | Handle exceptions in FunctionActions. (Steve Christensen) | Steven Knight | 2004-09-15 | 2 | -9/+5 |
|
|
| * | Create .cvsignore files to ignore the generated *.pyc files. | Steven Knight | 2004-09-13 | 1 | -0/+1 |
|
|
| * | Remove the misbegotten --save-explain-info feature. | Steven Knight | 2004-08-17 | 4 | -104/+11 |
|
|
| * | Put back --implicit-cache, having it use the --debug=explain info instead of ... | Steven Knight | 2004-08-17 | 2 | -27/+28 |
|
|
| * | Optimizations in Node.FS._doLookup(). | Steven Knight | 2004-08-15 | 1 | -13/+31 |
|
|
| * | Fix null entries in CPPPATH. (Gary Oberbrunner) | Steven Knight | 2004-07-30 | 2 | -1/+10 |
|
|
| * | Refactorings towards a RelativeTopDir() function. | Steven Knight | 2004-07-29 | 2 | -64/+52 |
|
|
| * | Add a .win32 attribute for FS entries; preserve Literal() attributes when con... | Steven Knight | 2004-07-21 | 2 | -6/+24 |
|
|
| * | QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables.... | Steven Knight | 2004-07-12 | 1 | -3/+4 |
|
|
| * | Fix errors when there are dangling symlinks. (Gary Oberbrunner) | Steven Knight | 2004-07-08 | 2 | -2/+19 |
|
|
| * | Delay any creation of DefaultEnvironment() until after the SConscript files a... | Steven Knight | 2004-07-02 | 1 | -7/+9 |
|
|
| * | Officially support target_factory and source_factory when creating a Builder. | Steven Knight | 2004-06-25 | 4 | -55/+85 |
|
|
| * | Fix a problem with --debug=explain when actions change due to expanded constr... | Steven Knight | 2004-06-17 | 1 | -5/+8 |
|
|
| * | Add an option to not save the --debug=explain information. | Steven Knight | 2004-06-15 | 4 | -13/+112 |
|
|
| * | Make the use of the calc argument in Node methods consistent. | Steven Knight | 2004-06-02 | 3 | -10/+17 |
|
|
| * | Store the different dependencies in binfo separately. | Steven Knight | 2004-06-01 | 4 | -49/+83 |
|
|
| * | Remove dead imports and other things found by PyChecker. | Steven Knight | 2004-06-01 | 3 | -19/+20 |
|
|
| * | Add unit tests for the last two changes. | Steven Knight | 2004-05-25 | 2 | -0/+34 |
|
|
| * | Fix use of --debug=explain with SConsignFile(). (Chad Austin) | Steven Knight | 2004-05-24 | 1 | -1/+5 |
|
|
| * | Accomodate conversion from old .sconsign formats. | Steven Knight | 2004-05-24 | 1 | -1/+12 |
|
|
| * | Fix spurious rebuilds/reinstalls of header files and circular dependencies wi... | Steven Knight | 2004-05-19 | 4 | -65/+103 |
|
|
| * | When a Node has been built, don't walk the whole tree back to delete the pare... | Steven Knight | 2004-05-17 | 1 | -7/+3 |
|
|
| * | Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup. | Steven Knight | 2004-05-14 | 7 | -350/+401 |
|
|
| * | Refactor .sconsign management into its own module. | Steven Knight | 2004-05-06 | 2 | -4/+4 |
|
|
| * | Portability fixes for Win32. | Steven Knight | 2004-05-04 | 1 | -4/+8 |
|
|
| * | Really support strfunction for all Action subclasses by refactoring the inter... | Steven Knight | 2004-05-03 | 4 | -38/+22 |
|
|