summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Expand)AuthorAgeFilesLines
...
* Fix CPPDEFINES problems with dicts (both Append and MergeFlags). From Jean-B...Gary Oberbrunner2010-08-152-14/+108
* Fix issue with implicit-cache when files are removed on disk. Fixes issue #1...Gary Oberbrunner2010-08-121-3/+4
* Added generation of solution and projects for MSVS 2008 (Evgeny Podjachev)Gary Oberbrunner2010-08-121-5/+11
* Fix <variablelist> formatting in some new function definitions: make someSteven Knight2010-08-022-96/+188
* Fix issue 2048: when morphing an Entry into a Dir, retain any existing execut...Gary Oberbrunner2010-07-312-5/+20
* Continuation of previous commit; new Fortran 03 tool needs to be included in ...Gary Oberbrunner2010-07-301-0/+1
* Support for Fortran 03, from Luca Falavigna.Gary Oberbrunner2010-07-304-1/+333
* Print the path to the SCons package in use in scons --versionGary Oberbrunner2010-07-281-0/+5
* Issue 2551: Add an entry in the Builders section for Command(),Steven Knight2010-07-231-0/+11
* Issue 2549: Add support for DMD version 2. (Russel Winder)Steven Knight2010-07-231-5/+22
* Add the generated function documentation to the User's Guide as an appendix.Steven Knight2010-07-223-102/+97
* Integrated patch for issue 2571, various fixes for MSVS project generation. ...Gary Oberbrunner2010-07-222-82/+150
* Move the authoritative source for functions from the man page to variousSteven Knight2010-07-2118-13/+4504
* cleanup .cvsignore garbageAnatoly Techtonik2010-07-057-7/+0
* Fix substitution in command-line actions created by the global Alias() function.Steven Knight2010-07-051-0/+8
* Add .sx assembly files to preprocessed-assembly source scanner list. Closes i...Gary Oberbrunner2010-07-041-1/+1
* Set module metadata for site_scons/site_init.py files. From Arve Knudsen; cl...Gary Oberbrunner2010-07-041-2/+14
* Add all the per-system and per-user site_scons dirs, per discussion in SEP 002.Gary Oberbrunner2010-07-041-6/+56
* Fix #2574: case sensitivity issue with Fortran module scanner.Gary Oberbrunner2010-06-171-3/+3
* Issue 2390: Support appending to $*FLAGS values (CLVar instances) in aSteven Knight2010-06-152-11/+21
* Issue 2647: In Executor.Null.get_all_children(), really return all ofSteven Knight2010-06-151-1/+1
* Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge fromSteven Knight2010-06-152-12/+40
* Test fixes for Solaris, notably making test/Actions/function.py printSteven Knight2010-06-082-2/+6
* Architecture canonicalization fixes:Steven Knight2010-06-071-9/+12
* For some reason, using the `imp` module to do imports doesn't do quite theGreg Noel2010-06-074-38/+22
* When trying to execute v[cs]*vars*.bat scripts to fetch the VisualSteven Knight2010-06-062-8/+39
* Fix tests on win32William Deegan2010-06-051-0/+3
* Initial Migration of MSVC logic from 1.3 branch.William Deegan2010-06-033-66/+116
* Prepare for checkpoint release. Everything should be set up and readyGreg Noel2010-05-302-6/+5
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-288-29/+37
* Start the deprecation cycle for the BuildDir() method and the build_dirGreg Noel2010-05-264-34/+38
* Fix "Ignoring corrupt sconsign entry" warnings when upgrading from 1.x.Steven Knight2010-05-261-2/+2
* Update deprecated features to the next life-cycle stageGreg Noel2010-05-216-46/+57
* Remove a spurious checked-in vc.py.bak file.Steven Knight2010-05-201-394/+0
* Apply changes caught by fixer plus trivial optimizationsGreg Noel2010-05-201-3/+2
* Fix breakage in how AddMethod() handles instances.Steven Knight2010-05-191-1/+1
* Convert SubstitutionEnvironment from an old-style class to a new-style class.Steven Knight2010-05-192-9/+7
* Fix unit test ripple effect from converting SCons.Util.Proxy to a new-style c...Steven Knight2010-05-191-2/+4
* Convert Util.Proxy from an old-style class to a new-style class.Steven Knight2010-05-193-7/+38
* Convert Environment.MethodWrapper from an old-style class to a new-style class.Steven Knight2010-05-181-1/+1
* Convert an old-style class in Tool/mwcc.py to a new-style class.Steven Knight2010-05-181-1/+1
* Convert an old-style class in Platform/win32.py to a new-style class.Steven Knight2010-05-181-1/+1
* Convert old-style classes in MS Tool modules to new-style classes.Steven Knight2010-05-184-6/+6
* Convert Environment._Null from an old-style class to a new-style class.Steven Knight2010-05-171-1/+1
* Convert (most) old-style classes in Util.py to new-style classes. Refactor a...Steven Knight2010-05-171-18/+12
* Eliminate custom use of old-style Proxy class in Node/FSTests.py.Steven Knight2010-05-171-8/+1
* Convert old-style classes in Node/FS.py to new-style classes. Refactor assig...Steven Knight2010-05-171-11/+9
* Convert old-style classes in Platform/__init.py to new-style classes. Add an...Steven Knight2010-05-171-5/+8
* Convert an old-style class in Tool/packaging/rpm.py to a new-style class.Steven Knight2010-05-161-1/+1
* Convert old-style classes in Scanner/*.py modules to new-style classes.Steven Knight2010-05-162-4/+4