Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use MacPorts Python when I build with Clang | John Wiegley | 2011-02-04 | 1 | -1/+4 |
| | |||||
* | Use Boost.Test instead of CppUnit | John Wiegley | 2011-02-04 | 1 | -10/+0 |
| | |||||
* | Fixed compiler warnings when building with Clang | John Wiegley | 2011-02-04 | 1 | -1/+2 |
| | |||||
* | Update to Boost 1.45 | John Wiegley | 2010-11-26 | 1 | -1/+1 |
| | |||||
* | Added acprep support for building with Clang | John Wiegley | 2010-10-07 | 1 | -42/+58 |
| | |||||
* | Moved up to Boost 1.44 | John Wiegley | 2010-08-24 | 1 | -1/+1 |
| | |||||
* | 'make check' for gcov shouldn't listen to -j | John Wiegley | 2010-06-23 | 1 | -1/+1 |
| | |||||
* | Don't build gcov Ledger with asserts enabled | John Wiegley | 2010-06-15 | 1 | -3/+10 |
| | |||||
* | Version information is now based on version.m4 | John Wiegley | 2010-06-15 | 1 | -19/+7 |
| | |||||
* | Tests run in parallel with using acprep -jX make | John Wiegley | 2010-06-15 | 1 | -0/+1 |
| | | | | | This is done using the multiprocessing library in Python 2.6. If that's unavailable, this feature does nothing. | ||||
* | Removed a needless Python 2.6ism from acprep | John Wiegley | 2010-06-13 | 1 | -1/+4 |
| | |||||
* | Added --prefix option to acprep | Priit Laes | 2010-06-13 | 1 | -1/+18 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Fixed documentation bug in acprep | John Wiegley | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | Improved the way that acprep finds Python | John Wiegley | 2010-06-12 | 1 | -4/+12 |
| | | | | If Boost.Python comes from /opt, then Python must too. | ||||
* | Added --enable-cache, --enable-doxygen to acprep | John Wiegley | 2010-06-12 | 1 | -0/+12 |
| | |||||
* | Many improvements to how Boost is found by acprep | John Wiegley | 2010-06-12 | 1 | -17/+43 |
| | |||||
* | Corrected Boost lookup if no suffix exists | John Wiegley | 2010-06-11 | 1 | -1/+2 |
| | |||||
* | In acprep, improve determination of gcc to use | John Wiegley | 2010-06-11 | 1 | -19/+32 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -22/+22 |
| | |||||
* | Fixed a minor typo in acprep | John Wiegley | 2010-06-10 | 1 | -1/+1 |
| | |||||
* | Moved up to g++ 4.5 | John Wiegley | 2010-06-07 | 1 | -31/+61 |
| | |||||
* | Look for Boost in lib64, as well as lib | John Wiegley | 2010-06-04 | 1 | -1/+3 |
| | |||||
* | For 'acprep opt' enable NDEBUG for even more speed | John Wiegley | 2010-06-03 | 1 | -0/+1 |
| | |||||
* | Preserve timestamp when copying objects from tools | John Wiegley | 2010-06-03 | 1 | -0/+6 |
| | |||||
* | Added acprep option --universal, now off by default | John Wiegley | 2010-06-02 | 1 | -4/+8 |
| | |||||
* | Disable PCH for 'default' builds | John Wiegley | 2010-06-02 | 1 | -1/+2 |
| | |||||
* | Updated to Boost 1.43 | John Wiegley | 2010-05-27 | 1 | -12/+12 |
| | |||||
* | Fixed a sequencing problem in acprep | John Wiegley | 2010-05-27 | 1 | -6/+6 |
| | |||||
* | acprep --no-python now disables Python support | John Wiegley | 2010-05-22 | 1 | -0/+6 |
| | |||||
* | Minor change to setup_for_johnw in acprep | John Wiegley | 2010-05-22 | 1 | -3/+0 |
| | |||||
* | phase_patch in acprep is no longer needed | John Wiegley | 2010-05-22 | 1 | -39/+0 |
| | | | | This is because AM_SILENT_RULES is now used in configure.ac. | ||||
* | Always configure the environment in phase_config | John Wiegley | 2010-02-04 | 1 | -18/+17 |
| | |||||
* | FMoved up to Boost 1.42 | John Wiegley | 2010-02-04 | 1 | -16/+18 |
| | |||||
* | New acprep options for locating which Boost to use | John Wiegley | 2010-01-21 | 1 | -179/+226 |
| | | | | | | | | | | --boost-home include and lib paths can usually be found from this --boost-suffix provides the library suffix, should start with '-' --boost-include the explicit include directory to use --boost-lib the explicit library directory to use Also, much better checking up front to determine if Boost is even available. | ||||
* | Report an error if acprep is given an unknown phase | John Wiegley | 2010-01-21 | 1 | -1/+2 |
| | |||||
* | Fixed the guard test for calling setup_for_johnw | John Wiegley | 2010-01-17 | 1 | -3/+2 |
| | |||||
* | Fix in acprep to the way Boost is found | John Wiegley | 2010-01-16 | 1 | -41/+40 |
| | |||||
* | Fix to several pathnames in acprep | John Wiegley | 2009-11-24 | 1 | -20/+35 |
| | |||||
* | Set CFLAGS for the libintl.a build | John Wiegley | 2009-11-24 | 1 | -0/+3 |
| | |||||
* | Optimized Mac build of Ledger now 32-bit and 64-bit | John Wiegley | 2009-11-24 | 1 | -13/+24 |
| | |||||
* | Moved up to Boost 1.41 | John Wiegley | 2009-11-24 | 1 | -33/+17 |
| | |||||
* | Python is enabled by default if building via acprep | John Wiegley | 2009-11-19 | 1 | -1/+1 |
| | |||||
* | Updated system dependencies lists | John Wiegley | 2009-11-19 | 1 | -25/+84 |
| | |||||
* | Don't use GLIBCXX_DEBUG only for opt builds | John Wiegley | 2009-11-14 | 1 | -2/+2 |
| | |||||
* | Use -fast for building optimized Ledger on OS X | John Wiegley | 2009-11-14 | 1 | -4/+8 |
| | |||||
* | Fixes to the ways OS X libraries are located | John Wiegley | 2009-11-14 | 1 | -69/+70 |
| | |||||
* | Improved some of the dependencies targets | John Wiegley | 2009-11-14 | 1 | -6/+3 |
| | |||||
* | Removed ARCHFLAGS from the acprep file | John Wiegley | 2009-11-14 | 1 | -15/+4 |
| | |||||
* | Use the static Python libs when building statically | John Wiegley | 2009-11-14 | 1 | -0/+8 |
| | |||||
* | Python support is now off by default | John Wiegley | 2009-11-13 | 1 | -8/+14 |
| |