aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Collapse)AuthorAgeFilesLines
* Check that Python ≥ 2.6 in the build script.Olivier Tilloy2011-08-191-0/+3
| | | Fail gracefully and with a meaningful error message if this is not the case.
* Add a "test" scons target to run the unit tests.Olivier Tilloy2010-04-141-5/+15
|\
| * The test scons target is now aware of the result of running the test suite.Olivier Tilloy2010-04-141-5/+2
| |
| * Return the test runner's result.Olivier Tilloy2010-04-141-1/+1
| |
| * Isolate the PYTHONPATH fiddling in a separate function,Olivier Tilloy2010-04-141-5/+12
| | | | | | and do it when running the unit tests too.
| * Add a scons target to run the unit tests.Olivier Tilloy2010-04-141-0/+6
| |
* | Updated a comment: building the doc doesn't require fiddling with the ↵Olivier Tilloy2010-04-141-2/+1
|/ | | | PYTHONPATH anymore.
* Do not require PYTHONPATH manipulations to build the doc.Olivier Tilloy2010-04-141-0/+8
|
* Help text for the --user switch.Olivier Tilloy2010-03-181-1/+2
|
* Do not add the --user switch for Python < 2.6.Olivier Tilloy2010-03-181-1/+7
|
* Add a --user switch to the install target to install pyexiv2 in the user ↵Olivier Tilloy2010-03-181-0/+1
| | | | site directory.
* Removed useless execution magic: scons scripts are not standalone executables.Olivier Tilloy2010-02-161-1/+0
|
* Resolve the install target.Olivier Tilloy2010-02-161-1/+1
|
* Dispatch build targets.Olivier Tilloy2010-02-161-1/+17
|
* BuildDir is deprecated.Olivier Tilloy2010-01-251-2/+1
|
* Split the Sconstruct script into two files.Olivier Tilloy2007-01-011-0/+5
Improved the portability of the build process. Object files and library are now built in a separate directory from the sources.