Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rip out GLIBCXX_DEBUG references | John Wiegley | 2012-02-10 | 1 | -16/+0 | |
| | ||||||
* | Fix issue #51 - oneiric misspelled | Seth Mason | 2011-12-29 | 1 | -3/+3 | |
| | ||||||
* | Defend against unknown versions of Ubuntu | John Wiegley | 2011-12-21 | 1 | -2/+6 | |
| | ||||||
* | Added support for building with gcc trunk (pre 4.7) | John Wiegley | 2011-11-30 | 1 | -21/+34 | |
| | ||||||
* | Default to using Boost 1.48, without _GLIBCXX_DEBUG | John Wiegley | 2011-11-15 | 1 | -4/+5 | |
| | ||||||
* | Added dependency rules for Ubuntu Oeneric | John Wiegley | 2011-10-24 | 1 | -1/+34 | |
| | ||||||
* | Corrections to acprep | John Wiegley | 2011-10-11 | 1 | -15/+18 | |
| | ||||||
* | Use -ggdb | John Wiegley | 2011-09-07 | 1 | -0/+2 | |
| | ||||||
* | Fixed whitespace in acprep | John Wiegley | 2011-08-07 | 1 | -13/+13 | |
| | ||||||
* | Update to use Boost 1.47 | John Wiegley | 2011-07-12 | 1 | -6/+6 | |
| | ||||||
* | Added several Mac OS X packages to "dependencies" | John Wiegley | 2011-03-30 | 1 | -13/+5 | |
| | ||||||
* | Fixed 'acprep dependencies' for Ubuntu Hardy and Natty | John Wiegley | 2011-03-28 | 1 | -1/+3 | |
| | ||||||
* | acprep change needed for optimized builds on my system | John Wiegley | 2011-03-25 | 1 | -1/+1 | |
| | ||||||
* | Add --make option to acprep, for invoking another make | John Wiegley | 2011-03-23 | 1 | -1/+10 | |
| | ||||||
* | Bump default Boost version to 1.46.1 | John Wiegley | 2011-03-23 | 1 | -9/+10 | |
| | ||||||
* | Support Boost 1.46 and Boost.Filesystem v3 | John Wiegley | 2011-02-28 | 1 | -1/+1 | |
| | ||||||
* | Added support for Ubuntu Lucid to acprep | John Wiegley | 2011-02-04 | 1 | -10/+20 | |
| | ||||||
* | Added --gcc46 and --cpp0x options to acprep | John Wiegley | 2011-02-04 | 1 | -7/+31 | |
| | ||||||
* | 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 | |
| |