summaryrefslogtreecommitdiff
path: root/acprep
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Made acprep more verbose, and sensitive to errorsJohn Wiegley2009-10-301-61/+55
|
* Removed the "all" phase from acprepJohn Wiegley2009-10-291-5/+2
|
* Change to opt build to resolve warningsJohn Wiegley2009-10-291-0/+1
|
* Prettified the build display just a touchJohn Wiegley2009-10-281-1/+1
|
* acprep environment variable append fixJohn Wiegley2009-10-281-1/+1
|
* Look for Boost in custom places for standard buildJohn Wiegley2009-10-271-1/+16
|
* Added Boost variable definitions for opt buildsJohn Wiegley2009-10-251-0/+17
|
* Running acprep now checks for submodule updatesJohn Wiegley2009-10-251-0/+1
|
* Clarified some boolean logic in acprepJohn Wiegley2009-10-251-2/+2
|
* Added more warning options if acprep --warn is usedJohn Wiegley2009-10-251-0/+3
|
* Disable build warnings by defaultJohn Wiegley2009-10-251-1/+1
| | | | Also, make them errors if --warn is enabled.
* Updated dependencies list of Mac OS XJohn Wiegley2009-10-251-6/+11
|
* Removed unnecessary use of BOOST_VERSION in acprepJohn Wiegley2009-10-251-53/+36
|
* Added some missing casts, upgraded to Boost 1.40John Wiegley2009-10-091-8/+36
|
* Upgraded Boost version reference to 1.39John Wiegley2009-06-221-6/+6
|
* Extended Makefile fix, to accomodate newest automakeJohn Wiegley2009-06-021-0/+1
|
* acprep upload was deleting the file after uploadJohn Wiegley2009-03-311-2/+1
|
* Removed old ledger disk images when uploadingJohn Wiegley2009-03-231-0/+1
|
* Fixes to the final binary .dmg creationJohn Wiegley2009-03-231-2/+4
|
* Recursively translate library names for bindmgJohn Wiegley2009-03-231-14/+23
|
* Added bindmg and upload phases, for my own useJohn Wiegley2009-03-221-0/+57
|
* Changed "dependencies" phase for CentOS systemsJohn Wiegley2009-03-191-11/+8
| | | | | It's still not complete yet, because MPFR isn't part of the CentOS package set.
* Do not set ARCHFLAGS by default for DarwinJohn Wiegley2009-03-111-5/+5
| | | | | I'm not using these yet, since it's impossible to build a fully universal binary on my machine due to the way GMP is built by MacPorts.
* Fixed the acprep distcheck buildJohn Wiegley2009-03-111-14/+7
|
* Ensure that ledger-proof exists when neededJohn Wiegley2009-03-111-9/+12
|
* Added a buildlibs phase, for rebuilding BoostJohn Wiegley2009-03-111-9/+61
| | | | The advantage here is that it setups up the compiler path correctly.
* Execution errors in acprep now stop the buildJohn Wiegley2009-03-101-7/+11
|
* Fixed how the environment is setup in acprepJohn Wiegley2009-03-101-5/+5
|
* Re-enabled use of _GLIBCXX_DEBUG on my machineJohn Wiegley2009-03-101-11/+10
|
* Removed default optimization flag -march=nativeJohn Wiegley2009-03-101-3/+0
|
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-25/+31
|
* Refactored some code in acprepJohn Wiegley2009-03-101-24/+43
|
* Only clean if needed, not whenever acprep changesJohn Wiegley2009-03-101-1/+2
|
* Made -fpch-deps a default flag if PCH is enabledJohn Wiegley2009-03-091-0/+1
| | | | | This helps to build things correctly if a dependency like fdstream.h changes, or there is an external update to a package.
* Disable use of _GLIBCXX_DEBUG by defaultJohn Wiegley2009-03-091-1/+1
|
* Rewrote acprep in Python and improved the buildJohn Wiegley2009-03-091-381/+1265
|