Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - corrected xincludes for MAN pages | Dirk Baechle | 2013-05-03 | 23 | -429/+9459 |
| | | | | | | - started to work on support for UserGuide examples - added xslt for transforming SCons XSD to Docbook documents - added SConstructs for all documents and titlepage for the UserGuide | ||||
* | - added filename prefix to all scons_example names | Dirk Baechle | 2013-05-03 | 34 | -862/+864 |
| | | | | | - added unique suffixes to each scons_output_command - extended SCons Docbook XSD by the new suffix attribute | ||||
* | - switched all docs to SCons XSD | Dirk Baechle | 2013-05-03 | 74 | -2905/+2418 |
| | |||||
* | - added Docbook Tool to the sources | Dirk Baechle | 2013-05-03 | 1357 | -1295/+411789 |
| | | | | - added SConstruct for the MAN pages | ||||
* | - switching MAN pages from troff format to Docbook/refentry | Dirk Baechle | 2013-05-03 | 7 | -7471/+8652 |
| | |||||
* | - added first version of the SCons XSD | Dirk Baechle | 2013-05-03 | 59 | -336/+13113 |
| | | | | - rewrote User Guide XML files, such that they are valid against it | ||||
* | - removed *.in files from the user guide | Dirk Baechle | 2013-05-03 | 82 | -24918/+3241 |
| | |||||
* | - added configuration for Xmlmind's XML editor | Dirk Baechle | 2013-05-03 | 41 | -0/+17487 |
| | |||||
* | - rewrote all tool/builder docs to new SCons XSD | Dirk Baechle | 2013-05-03 | 108 | -1318/+5961 |
| | |||||
* | - started to implement new XML tools | Dirk Baechle | 2013-05-03 | 8 | -807/+771 |
| | | | | - prepared introduction of SCons XSD namespace | ||||
* | SConstruct: rpm refuses to build SCons package without rpmbuild | anatoly techtonik | 2013-04-22 | 1 | -1/+1 |
| | | | | installed (Fedora 18) | ||||
* | Merged in techtonik/scons (pull request #66) | Gary Oberbrunner | 2013-04-20 | 1 | -6/+7 |
|\ | | | | | | | Make Debug.caller_stack() return full stack. | ||||
| * | Make Debug.caller_stack() return full stack. | anatoly techtonik | 2013-02-03 | 1 | -6/+7 |
| | | | | | | | | | | | | Previously it required to specify all needed levels as parameters, which is not practical. Now it return list of filename:line(function) strings starting from the root one. | ||||
* | | Added comment (minor) | Gary Oberbrunner | 2013-04-20 | 1 | -9/+12 |
| | | |||||
* | | Merged in bdbaddog/scons (pull request #70: MSVC2012 stuff) | Gary Oberbrunner | 2013-04-20 | 4 | -8/+45 |
|\ \ | |||||
| * | | added text to changes.txt for this set of changes resolving some issues with ↵ | William Deegan | 2013-04-11 | 1 | -0/+11 |
| | | | | | | | | | | | | MSVC and TARGET_ARCH/HOST_ARCH for MSVC | ||||
| * | | should resolve issues with VS2012 (and probably VS2010) on 64(and probably ↵ | William Deegan | 2013-04-11 | 2 | -6/+35 |
| | | | | | | | | | | | | 32)bit win. Addressing at least bugs 2883 and 2817 | ||||
| * | | TARGET_OS|ARCH should never be defaulted to HOST_OS|ARCH. This makes it ↵ | William Deegan | 2013-04-09 | 1 | -2/+2 |
| | | | | | | | | | | | | impossible to detect if the user specified a default. Tools should have this information available to do the appropriate thing for the specified target, and if not present use reasonable sequece of defaults to try | ||||
| * | | Raised deprecated python version to be anything less than 2.7 to prep for ↵ | William Deegan | 2013-02-22 | 1 | -1/+1 |
| |/ | | | | | | | moving the required version to 2.7 after the next major release | ||||
* | | Updated src/CHANGES.txt for recent changes. | Gary Oberbrunner | 2013-04-20 | 1 | -2/+5 |
| | | |||||
* | | Added tests for ZIPROOT, and tweaked the ZIPROOT doc a bit. | Gary Oberbrunner | 2013-04-20 | 4 | -88/+170 |
| | | | | | | | | | | Also cleaned up the ZIP tests by assuming that python has the zipfile module, which has been true since python 1.6. | ||||
* | | Test harness: fail_test() can now take an optional message to print on failure. | Gary Oberbrunner | 2013-04-20 | 1 | -10/+17 |
| | | |||||
* | | Merged in ziproot (pull request #1) | Philipp Kraus | 2013-04-15 | 3 | -2/+11 |
|\ \ | | | | | | | | | | optional ziproot option | ||||
| * | | add optional ziproot | Philipp Kraus | 2013-04-12 | 3 | -2/+11 |
|/ / | |||||
* | | Merged in carandraug/scons (pull request #67). | Gary Oberbrunner | 2013-03-17 | 3 | -14/+97 |
|\ \ | | | | | | | | | | | | | Added test for CheckContext custom result types. Also allow test.must_match() to take a match type. | ||||
| * | | Do not check for result type in CheckContext.Result, support duck typing | Carnë Draug | 2013-03-02 | 1 | -12/+7 |
| | | | |||||
| * | | Allow NoneType for CheckContext.Result | Carnë Draug | 2013-02-15 | 1 | -4/+6 |
| |/ | |||||
* | | Move back to 'develop' mode after rel_2.3.0. | Gary Oberbrunner | 2013-03-04 | 6 | -13/+18 |
| | | |||||
* | | Merged rel_2.3.0 branch after release. | Gary Oberbrunner | 2013-03-04 | 8 | -52/+69 |
|\ \ | |||||
| * | | Added tag 2.3.0 for changeset 38e9e6d0ba0c | Gary Oberbrunner | 2013-03-04 | 0 | -0/+0 |
| | | | |||||
| * | | Added note in Announce.txt re: deprecating python versions older than 2.7. | Gary Oberbrunner | 2013-03-03 | 2 | -13/+22 |
| | | | | | | | | | | | | Fixed deprecation warning message. (Includes some whitespace cleanup) | ||||
| * | | Final auto updates for 2.3.0 release. | Gary Oberbrunner | 2013-03-02 | 7 | -39/+47 |
|/ / | |||||
* | | Merged in bdbaddog/scons (pull requests #68 and #69) | Gary Oberbrunner | 2013-03-02 | 2 | -3/+15 |
|\ \ | |||||
| * | | Raised deprecated python version to be anything less than 2.7 to prep for ↵ | William Deegan | 2013-02-22 | 1 | -1/+1 |
| | | | | | | | | | | | | moving the required version to 2.7 after the next major release | ||||
| * | | improved comment around changed code | William Deegan | 2013-02-22 | 1 | -0/+1 |
| | | | |||||
| * | | Changes to setup.py to allow it to be parsed by python3.x. This allows it to ↵ | William Deegan | 2013-02-22 | 1 | -2/+13 |
| |/ | | | | | | | get far enough that it can check the python version and issue a sensible error message if running under unsupported python3 or above | ||||
* | | Updated release doc files for 2.3 release. | Gary Oberbrunner | 2013-02-10 | 3 | -42/+68 |
|/ | |||||
* | removed misleading comment from test/gettext/Translate/MultiCatalog.py | Paweł Tomulik | 2013-01-07 | 1 | -2/+0 |
| | |||||
* | added test case gettext/Translate/MultiCatalog.py | Paweł Tomulik | 2013-01-07 | 1 | -0/+122 |
| | |||||
* | added test case gettext/Translate/MultiCatalog.py | Paweł Tomulik | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | fixed bug with mutable default argument in Tool/GettextCommon.py | Paweł Tomulik | 2013-01-07 | 1 | -1/+2 |
| | |||||
* | Fix MSVS project generation for older (<10) MSVS versions. | Gary Oberbrunner | 2012-12-23 | 1 | -1/+1 |
| | |||||
* | Make VersionedSharedLib and its test not fail on Windows | Gary Oberbrunner | 2012-12-22 | 2 | -5/+24 |
| | |||||
* | Fix SHLINKCOMSTR test rot | Gary Oberbrunner | 2012-12-22 | 1 | -7/+7 |
| | |||||
* | Merging pull request #62 from Dirk Baechle: fixes for MinGW tests | Gary Oberbrunner | 2012-12-22 | 31 | -140/+178 |
|\ | |||||
| * | - moved check for an installed MSVC toolchain into its own function in TestSCons | Dirk Baechle | 2012-12-22 | 15 | -135/+36 |
| | | |||||
| * | - fixes for MinGW under Windows, mainly skipping MSVS-specific tests | Dirk Baechle | 2012-12-18 | 30 | -72/+209 |
| | | |||||
* | | Fix test/SCONSFLAGS test rot. | Gary Oberbrunner | 2012-12-21 | 1 | -2/+2 |
| | | |||||
* | | Merged in techtonik/scons (pull request #63: Another minor cleanup as the ↵ | Gary Oberbrunner | 2012-12-21 | 13 | -141/+32 |
|\ \ | | | | | | | | | | code study goes on) | ||||
| * | | Fix test/runtest/xml/output.py for the new behavior of --xml option | anatoly techtonik | 2012-12-20 | 1 | -1/+1 |
| | | |