summaryrefslogtreecommitdiff
path: root/acprep
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Use -fast for building optimized Ledger on OS XJohn Wiegley2009-11-141-4/+8
|
* Fixes to the ways OS X libraries are locatedJohn Wiegley2009-11-141-69/+70
|
* Improved some of the dependencies targetsJohn Wiegley2009-11-141-6/+3
|
* Removed ARCHFLAGS from the acprep fileJohn Wiegley2009-11-141-15/+4
|
* Use the static Python libs when building staticallyJohn Wiegley2009-11-141-0/+8
|
* Python support is now off by defaultJohn Wiegley2009-11-131-8/+14
|
* Restore the Doxygen documentation buildJohn Wiegley2009-11-111-0/+1
|
* Added a --no-git flag to acprepJohn Wiegley2009-11-101-10/+15
|
* XML reporting now works via the "xml" commandJohn Wiegley2009-11-091-2/+2
|
* Use static Boost when availableJohn Wiegley2009-11-071-0/+8
|
* Added support for Boost.Regex w/ ICUJohn Wiegley2009-11-071-4/+16
| | | | | This allows for correct searching of UTF-8 encoded strings, such as lower-case versions of Russian words to find mixed-case words.
* acprep's --boost option now takes an argumentJohn Wiegley2009-11-071-1/+1
|
* Reverted back to the previous versioning methodJohn Wiegley2009-11-051-8/+8
|
* Fix to how version numbers are generatedJohn Wiegley2009-11-051-1/+1
|
* Only disable shared libraries by default for myselfJohn Wiegley2009-11-051-2/+3
|
* Base Ledger version on the date, time and commit hashJohn Wiegley2009-11-041-3/+10
|
* Removed an unnecessary second call to phase_makeallJohn Wiegley2009-11-021-2/+0
|
* Fixed 'acprep dependencies' command for CentOSJohn Wiegley2009-11-011-7/+8
|
* In acprep, use md5 module if hashlib isn't presentJohn Wiegley2009-11-011-2/+9
|
* Fixes to proof build in acprepJohn Wiegley2009-10-311-7/+8
|
* Generation of po/POTFILES.in no longer depends on GitJohn Wiegley2009-10-311-5/+4
|
* Fixed a duplicated call to makeall in phase_proofJohn Wiegley2009-10-311-2/+0
|
* Rearranged some code in acprepJohn Wiegley2009-10-311-41/+11
|
* Made acprep more sensitive to failuresJohn Wiegley2009-10-311-4/+14
|
* Removed an unnecessary if statement in acprepJohn Wiegley2009-10-311-3/+2
|
* Moved autoconf-related files into toolsJohn Wiegley2009-10-301-1/+15
| | | | This makes it more certain that people cloning from Git will use acprep.
* Look for Boost in /opt/local before /usr/localJohn Wiegley2009-10-301-37/+38
|
* On my system, use _GLIBCXX_FULLY_DYNAMIC_STRINGJohn Wiegley2009-10-301-3/+5
|