Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetics: replaced non-breakable spaces by normal white spaces in comments. | Olivier Tilloy | 2010-11-21 | 1 | -1/+1 |
| | |||||
* | Add the new preview module to the build rules. | Olivier Tilloy | 2010-05-26 | 1 | -1/+1 |
| | |||||
* | Install only selected modules (exclude main). | Olivier Tilloy | 2010-03-18 | 1 | -1/+3 |
| | |||||
* | Do not add the --user switch for Python < 2.6. | Olivier Tilloy | 2010-03-18 | 1 | -4/+9 |
| | |||||
* | Add a --user switch to the install target to install pyexiv2 in the user ↵ | Olivier Tilloy | 2010-03-18 | 1 | -9/+17 |
| | | | | site directory. | ||||
* | Explain the BOOSTLIB argument. | Olivier Tilloy | 2010-02-22 | 1 | -0/+3 |
| | |||||
* | Allow the builder to specify a custom name for the boost::python library | Mark Lee | 2010-02-21 | 1 | -1/+1 |
| | | | | | | | Needed, for example, when building on certain versions of Debian and Ubuntu (because they added the -mt suffix to the library names). Example: `scons BOOSTLIB=boost_python-mt` | ||||
* | Complete documentation generated with sphinx. | Olivier Tilloy | 2010-02-16 | 1 | -1/+2 |
|\ | |||||
| * | Removed useless execution magic: scons scripts are not standalone executables. | Olivier Tilloy | 2010-02-16 | 1 | -1/+0 |
| | | |||||
| * | Dispatch build targets. | Olivier Tilloy | 2010-02-16 | 1 | -0/+2 |
| | | |||||
* | | Removed a useless import. | Olivier Tilloy | 2010-02-08 | 1 | -1/+0 |
| | | |||||
* | | Use SCons' Glob to install all source files in src/pyexiv2. | Xoff | 2010-02-08 | 1 | -1/+1 |
|/ | | | See http://www.scons.org/doc/1.2.0/HTML/scons-user/x3394.html for details. | ||||
* | Take environment variables into account when compiling. | Olivier Tilloy | 2010-01-25 | 1 | -1/+11 |
| | |||||
* | Use platform-specific include and lib dirs. | Olivier Tilloy | 2009-10-20 | 1 | -2/+2 |
| | |||||
* | Use distutils.sysconfig to determine to python include and lib paths. | Olivier Tilloy | 2009-10-19 | 1 | -4/+3 |
| | |||||
* | Install all the python modules. | Olivier Tilloy | 2009-10-19 | 1 | -2/+4 |
| | |||||
* | Refactor the structure of the exiv2 wrapper, retrieve more data for an EXIF tag. | Olivier Tilloy | 2008-04-19 | 1 | -2/+2 |
| | |||||
* | pyexiv2 will now install in the 'site-packages' python directory. Fixes bug ↵ | Olivier Tilloy | 2007-12-26 | 1 | -1/+1 |
| | | | | #177249, thanks to a patch provided by Chris Mayo. | ||||
* | Added support for DESTDIR in SConscript for installation. This will ease the ↵ | Olivier Tilloy | 2007-09-27 | 1 | -10/+19 |
| | | | | creation of a Debian package (feature request by Michal Cihar, see http://www.sirena.org.uk/log/?p=58) | ||||
* | Added an 'install' target to the SConscript script, invoke 'scons install' ↵ | Olivier Tilloy | 2007-01-01 | 1 | -1/+7 |
| | | | | to use. | ||||
* | Split the Sconstruct script into two files. | Olivier Tilloy | 2007-01-01 | 1 | -0/+17 |
Improved the portability of the build process. Object files and library are now built in a separate directory from the sources. |