Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check that Python ≥ 2.6 in the build script. | Olivier Tilloy | 2011-08-19 | 1 | -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 Tilloy | 2010-04-14 | 1 | -5/+15 |
|\ | |||||
| * | The test scons target is now aware of the result of running the test suite. | Olivier Tilloy | 2010-04-14 | 1 | -5/+2 |
| | | |||||
| * | Return the test runner's result. | Olivier Tilloy | 2010-04-14 | 1 | -1/+1 |
| | | |||||
| * | Isolate the PYTHONPATH fiddling in a separate function, | Olivier Tilloy | 2010-04-14 | 1 | -5/+12 |
| | | | | | | and do it when running the unit tests too. | ||||
| * | Add a scons target to run the unit tests. | Olivier Tilloy | 2010-04-14 | 1 | -0/+6 |
| | | |||||
* | | Updated a comment: building the doc doesn't require fiddling with the ↵ | Olivier Tilloy | 2010-04-14 | 1 | -2/+1 |
|/ | | | | PYTHONPATH anymore. | ||||
* | Do not require PYTHONPATH manipulations to build the doc. | Olivier Tilloy | 2010-04-14 | 1 | -0/+8 |
| | |||||
* | Help text for the --user switch. | Olivier Tilloy | 2010-03-18 | 1 | -1/+2 |
| | |||||
* | Do not add the --user switch for Python < 2.6. | Olivier Tilloy | 2010-03-18 | 1 | -1/+7 |
| | |||||
* | Add a --user switch to the install target to install pyexiv2 in the user ↵ | Olivier Tilloy | 2010-03-18 | 1 | -0/+1 |
| | | | | site directory. | ||||
* | Removed useless execution magic: scons scripts are not standalone executables. | Olivier Tilloy | 2010-02-16 | 1 | -1/+0 |
| | |||||
* | Resolve the install target. | Olivier Tilloy | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | Dispatch build targets. | Olivier Tilloy | 2010-02-16 | 1 | -1/+17 |
| | |||||
* | BuildDir is deprecated. | Olivier Tilloy | 2010-01-25 | 1 | -2/+1 |
| | |||||
* | Split the Sconstruct script into two files. | Olivier Tilloy | 2007-01-01 | 1 | -0/+5 |
Improved the portability of the build process. Object files and library are now built in a separate directory from the sources. |