summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* Make AlwaysBuild() work with Aliases.Steven Knight2004-12-171-0/+4
* Speed up Taskmaster by not calling Node methods so frequently.Steven Knight2004-12-161-4/+8
* Use the builtin md5 hexdigest routine if it's available. (Kevin Quick)Steven Knight2004-12-161-1/+3
* Apply build overrides once up front. (Kevin Quick)Steven Knight2004-12-151-1/+2
* Use the right scanner if the same source file is used for targets in two diff...Steven Knight2004-12-151-0/+6
* Fix how scanners sort dependencies so it doesn't matter if the dependency fil...Steven Knight2004-12-041-0/+4
* Fix Java parsing when creating an array of class instances.Steven Knight2004-12-031-0/+5
* Print --debug={tree,dtree,includes} even if the build has an error.Steven Knight2004-12-031-0/+3
* More command-line customizability: , , , , .Steven Knight2004-12-031-6/+7
* Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2004-12-021-0/+7
* Fix the internal Conftest._Have() function to not translate non-alphanumeric ...Steven Knight2004-12-021-0/+3
* More command-line customizability: and .Steven Knight2004-12-011-2/+2
* Add the ability to map keywords to ListOption (like we already do with EnumOp...Steven Knight2004-11-231-0/+3
* More command-line output customizability: , , , .Steven Knight2004-11-211-4/+6
* Fix Value node expansion in command-line strings. (Kevin Quick)Steven Knight2004-11-211-0/+2
* Add more customizability: , , , .Steven Knight2004-11-201-6/+7
* Add Fortran COMSTR variables for output customizability.Steven Knight2004-11-201-4/+9
* Add support for new tools: Metroworks CodeWarrior compiler and linker (Russe...Steven Knight2004-11-191-0/+10
* More display customizability: , . (Also add the missing , for completeness,...Steven Knight2004-11-151-3/+3
* Add more command-line customizability: and .Steven Knight2004-11-151-2/+3
* More command-line configurability: , .Steven Knight2004-11-151-1/+1
* More command-line customization: , .Steven Knight2004-11-151-1/+1
* Easier customization of printable strings for , and .Steven Knight2004-11-151-0/+4
* Support override expansions within target and source files names.Steven Knight2004-11-141-0/+3
* Allow Alias Nodes to have Actions.Steven Knight2004-11-131-0/+3
* On Python 2.x, return lists of Nodes from builders as a NodeList object with ...Steven Knight2004-11-121-0/+7
* Faster/leaner tree dumping. (Kevin Quick)Steven Knight2004-11-111-0/+2
* Handle moved SCons source tree. (Kevin Quick)Steven Knight2004-11-111-0/+3
* Fix hard-coding of Java paths in tests. (Kevin Quick)Steven Knight2004-11-111-0/+2
* Fix the use of reflective paths underneath build directories, when the path u...Steven Knight2004-11-111-0/+4
* Add explicit support for Builder wrapper functions (pseudo-Builders) in the B...Steven Knight2004-11-091-0/+4
* Improved regular expression for removing pairs from command-line strings. (...Steven Knight2004-10-271-0/+5
* Refactor Action/Executor interaction. (Kevin Quick)Steven Knight2004-10-241-0/+17
* Allow substitution of (Levi Stephen) and other construction variables used b...Steven Knight2004-10-231-0/+4
* Smarter sync'ing of the .sconsign file when it's written out at the end. (St...Steven Knight2004-10-231-0/+5
* Support .lex and .yacc file suffixes. (Matthew Doar)Steven Knight2004-10-221-0/+4
* Avoid copying __builtin__ when evaluating variables. (Gary Oberbrunner)Steven Knight2004-10-221-0/+3
* Support default Options values of None. (Gary Oberbrunner)Steven Knight2004-10-221-0/+4
* Handle use of Mkdir() when the file exists.Steven Knight2004-10-211-0/+4
* Allow explicit target_factory=Dir with Builders that make a directory to over...Steven Knight2004-10-201-0/+3
* Update the version numbers that --version prints every development build.Steven Knight2004-10-131-0/+3
* Fix Java parsing when a string is encountered. (Christian Neeb)Steven Knight2004-10-121-0/+5
* Optimization: don't expand variables by using eval unless we have to. (Han-...Steven Knight2004-10-101-2/+4
* Performance optimization: use re.sub() for variable expansion. (Han-Wen Nie...Steven Knight2004-10-091-0/+5
* Win32 portability fixes for tests.Steven Knight2004-10-091-5/+0
* ParseConfig and -I<space>filename.Steven Knight2004-10-081-0/+3
* Add a missing newline to the end of the --debug=explain unknownSteven Knight2004-10-081-0/+3
* Have the Qt Builder make uic-built files dependent on the .ui.h file, if it e...Steven Knight2004-10-081-0/+3
* Remove scan=0 calls to Node.current() for implicit cache. Remove last vestig...Steven Knight2004-10-071-4/+7
* Allow importing local files from Tools found on a toolpath. (Chad Austin)Steven Knight2004-10-071-0/+3