summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New doc toolchain changes:Gary Oberbrunner2013-05-043-23/+40
* - patched setup.py and several MANIFEST files, such that the docbook-xslDirk Baechle2013-05-0418-268/+606
* - added documentation and tests for the new Docbook toolDirk Baechle2013-05-0366-631/+1419
* - relinked the build of all documentation outputs to the bootstrap processDirk Baechle2013-05-0350-1814/+48680
* - cleaned up 'bin' directoryDirk Baechle2013-05-0311-903/+858
* - added default files in doc/generated/Dirk Baechle2013-05-03247-0/+19482
* - switched to different schemaLocation URIDirk Baechle2013-05-03223-241/+230
* - added basic configuration for the Serna XML editorDirk Baechle2013-05-03114-1/+62161
* - removed suffix= from 'scons_output_command ' and moved itDirk Baechle2013-05-0340-980/+1532
* - corrected xincludes for MAN pagesDirk Baechle2013-05-0323-429/+9459
* - added filename prefix to all scons_example namesDirk Baechle2013-05-0334-862/+864
* - switched all docs to SCons XSDDirk Baechle2013-05-0374-2905/+2418
* - added Docbook Tool to the sourcesDirk Baechle2013-05-031357-1295/+411789
* - switching MAN pages from troff format to Docbook/refentryDirk Baechle2013-05-037-7471/+8652
* - added first version of the SCons XSDDirk Baechle2013-05-0359-336/+13113
* - removed *.in files from the user guideDirk Baechle2013-05-0382-24918/+3241
* - added configuration for Xmlmind's XML editorDirk Baechle2013-05-0341-0/+17487
* - rewrote all tool/builder docs to new SCons XSDDirk Baechle2013-05-03108-1318/+5961
* - started to implement new XML toolsDirk Baechle2013-05-038-807/+771
* SConstruct: rpm refuses to build SCons package without rpmbuildanatoly techtonik2013-04-221-1/+1
* Merged in techtonik/scons (pull request #66)Gary Oberbrunner2013-04-201-6/+7
|\
| * Make Debug.caller_stack() return full stack.anatoly techtonik2013-02-031-6/+7
* | Added comment (minor)Gary Oberbrunner2013-04-201-9/+12
* | Merged in bdbaddog/scons (pull request #70: MSVC2012 stuff)Gary Oberbrunner2013-04-204-8/+45
|\ \
| * | added text to changes.txt for this set of changes resolving some issues with ...William Deegan2013-04-111-0/+11
| * | should resolve issues with VS2012 (and probably VS2010) on 64(and probably 32...William Deegan2013-04-112-6/+35
| * | TARGET_OS|ARCH should never be defaulted to HOST_OS|ARCH. This makes it impos...William Deegan2013-04-091-2/+2
| * | Raised deprecated python version to be anything less than 2.7 to prep for mov...William Deegan2013-02-221-1/+1
| |/
* | Updated src/CHANGES.txt for recent changes.Gary Oberbrunner2013-04-201-2/+5
* | Added tests for ZIPROOT, and tweaked the ZIPROOT doc a bit.Gary Oberbrunner2013-04-204-88/+170
* | Test harness: fail_test() can now take an optional message to print on failure.Gary Oberbrunner2013-04-201-10/+17
* | Merged in ziproot (pull request #1)Philipp Kraus2013-04-153-2/+11
|\ \
| * | add optional ziprootPhilipp Kraus2013-04-123-2/+11
|/ /
* | Merged in carandraug/scons (pull request #67).Gary Oberbrunner2013-03-173-14/+97
|\ \
| * | Do not check for result type in CheckContext.Result, support duck typingCarnë Draug2013-03-021-12/+7
| * | Allow NoneType for CheckContext.ResultCarnë Draug2013-02-151-4/+6
| |/
* | Move back to 'develop' mode after rel_2.3.0.Gary Oberbrunner2013-03-046-13/+18
* | Merged rel_2.3.0 branch after release.Gary Oberbrunner2013-03-048-52/+69
|\ \
| * | Added tag 2.3.0 for changeset 38e9e6d0ba0cGary Oberbrunner2013-03-040-0/+0
| * | Added note in Announce.txt re: deprecating python versions older than 2.7.Gary Oberbrunner2013-03-032-13/+22
| * | Final auto updates for 2.3.0 release.Gary Oberbrunner2013-03-027-39/+47
|/ /
* | Merged in bdbaddog/scons (pull requests #68 and #69)Gary Oberbrunner2013-03-022-3/+15
|\ \
| * | Raised deprecated python version to be anything less than 2.7 to prep for mov...William Deegan2013-02-221-1/+1
| * | improved comment around changed codeWilliam Deegan2013-02-221-0/+1
| * | Changes to setup.py to allow it to be parsed by python3.x. This allows it to ...William Deegan2013-02-221-2/+13
| |/
* | Updated release doc files for 2.3 release.Gary Oberbrunner2013-02-103-42/+68
|/
* removed misleading comment from test/gettext/Translate/MultiCatalog.pyPaweł Tomulik2013-01-071-2/+0
* added test case gettext/Translate/MultiCatalog.pyPaweł Tomulik2013-01-071-0/+122
* added test case gettext/Translate/MultiCatalog.pyPaweł Tomulik2013-01-071-1/+1
* fixed bug with mutable default argument in Tool/GettextCommon.pyPaweł Tomulik2013-01-071-1/+2