summaryrefslogtreecommitdiff
path: root/acprep
Commit message (Collapse)AuthorAgeFilesLines
* acprep change needed for optimized builds on my systemJohn Wiegley2011-03-251-1/+1
|
* Add --make option to acprep, for invoking another makeJohn Wiegley2011-03-231-1/+10
|
* Bump default Boost version to 1.46.1John Wiegley2011-03-231-9/+10
|
* Support Boost 1.46 and Boost.Filesystem v3John Wiegley2011-02-281-1/+1
|
* Added support for Ubuntu Lucid to acprepJohn Wiegley2011-02-041-10/+20
|
* Added --gcc46 and --cpp0x options to acprepJohn Wiegley2011-02-041-7/+31
|
* Use MacPorts Python when I build with ClangJohn Wiegley2011-02-041-1/+4
|
* Use Boost.Test instead of CppUnitJohn Wiegley2011-02-041-10/+0
|
* Fixed compiler warnings when building with ClangJohn Wiegley2011-02-041-1/+2
|
* Update to Boost 1.45John Wiegley2010-11-261-1/+1
|
* Added acprep support for building with ClangJohn Wiegley2010-10-071-42/+58
|
* Moved up to Boost 1.44John Wiegley2010-08-241-1/+1
|
* 'make check' for gcov shouldn't listen to -jJohn Wiegley2010-06-231-1/+1
|
* Don't build gcov Ledger with asserts enabledJohn Wiegley2010-06-151-3/+10
|
* Version information is now based on version.m4John Wiegley2010-06-151-19/+7
|
* Tests run in parallel with using acprep -jX makeJohn Wiegley2010-06-151-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 acprepJohn Wiegley2010-06-131-1/+4
|
* Added --prefix option to acprepPriit Laes2010-06-131-1/+18
| | | | Signed-off-by: Priit Laes <plaes@plaes.org>
* Fixed documentation bug in acprepJohn Wiegley2010-06-131-1/+1
|
* Improved the way that acprep finds PythonJohn Wiegley2010-06-121-4/+12
| | | | If Boost.Python comes from /opt, then Python must too.
* Added --enable-cache, --enable-doxygen to acprepJohn Wiegley2010-06-121-0/+12
|
* Many improvements to how Boost is found by acprepJohn Wiegley2010-06-121-17/+43
|
* Corrected Boost lookup if no suffix existsJohn Wiegley2010-06-111-1/+2
|
* In acprep, improve determination of gcc to useJohn Wiegley2010-06-111-19/+32
|
* Untabified all source filesJohn Wiegley2010-06-111-22/+22
|
* Fixed a minor typo in acprepJohn Wiegley2010-06-101-1/+1
|
* Moved up to g++ 4.5John Wiegley2010-06-071-31/+61
|
* Look for Boost in lib64, as well as libJohn Wiegley2010-06-041-1/+3
|
* For 'acprep opt' enable NDEBUG for even more speedJohn Wiegley2010-06-031-0/+1
|
* Preserve timestamp when copying objects from toolsJohn Wiegley2010-06-031-0/+6
|
* Added acprep option --universal, now off by defaultJohn Wiegley2010-06-021-4/+8
|
* Disable PCH for 'default' buildsJohn Wiegley2010-06-021-1/+2
|
* Updated to Boost 1.43John Wiegley2010-05-271-12/+12
|
* Fixed a sequencing problem in acprepJohn Wiegley2010-05-271-6/+6
|
* acprep --no-python now disables Python supportJohn Wiegley2010-05-221-0/+6
|
* Minor change to setup_for_johnw in acprepJohn Wiegley2010-05-221-3/+0
|
* phase_patch in acprep is no longer neededJohn Wiegley2010-05-221-39/+0
| | | | This is because AM_SILENT_RULES is now used in configure.ac.
* Always configure the environment in phase_configJohn Wiegley2010-02-041-18/+17
|
* FMoved up to Boost 1.42John Wiegley2010-02-041-16/+18
|
* New acprep options for locating which Boost to useJohn Wiegley2010-01-211-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 phaseJohn Wiegley2010-01-211-1/+2
|
* Fixed the guard test for calling setup_for_johnwJohn Wiegley2010-01-171-3/+2
|
* Fix in acprep to the way Boost is foundJohn Wiegley2010-01-161-41/+40
|
* Fix to several pathnames in acprepJohn Wiegley2009-11-241-20/+35
|
* Set CFLAGS for the libintl.a buildJohn Wiegley2009-11-241-0/+3
|
* Optimized Mac build of Ledger now 32-bit and 64-bitJohn Wiegley2009-11-241-13/+24
|
* Moved up to Boost 1.41John Wiegley2009-11-241-33/+17
|
* Python is enabled by default if building via acprepJohn Wiegley2009-11-191-1/+1
|
* Updated system dependencies listsJohn Wiegley2009-11-191-25/+84
|
* Don't use GLIBCXX_DEBUG only for opt buildsJohn Wiegley2009-11-141-2/+2
|