summaryrefslogtreecommitdiff
path: root/acprep
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Do not set ARCHFLAGS by default for DarwinJohn Wiegley2009-03-111-5/+5
* 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
* 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
* 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
* Enable -g when gcov support is being usedJohn Wiegley2009-03-081-1/+1
* make release-distcheck works againJohn Wiegley2009-03-071-1/+1
* Don't run autogen from acprep unless necessaryJohn Wiegley2009-03-041-18/+21
* Don't warn about old-style casts (e.g., Python.h)John Wiegley2009-03-041-1/+1
* Using ./acprep now builds statically by defaultJohn Wiegley2009-03-031-1/+1
* Reorganized some files in tools/ and test/John Wiegley2009-02-281-1/+1
* Use g++-4.3 on OS X, if availableJohn Wiegley2009-02-281-1/+11
* Fixed a system-specific issue in acprepJohn Wiegley2009-02-261-1/+3
* Build Python module using automake, not setup.pyJohn Wiegley2009-02-241-1/+1
* By default, build Ledger with the included gettextJohn Wiegley2009-02-221-1/+1
* Removed a bash-ism from acprepJohn Wiegley2009-02-211-1/+1
* Added support for using GNU gettextJohn Wiegley2009-02-211-0/+10
* acprep --gprof now passes -g -pg to the linkerJohn Wiegley2009-02-211-0/+1
* Increase amount of warnings reported with --pchJohn Wiegley2009-02-161-7/+6
* acprep now uses ccache for --devel if availableJohn Wiegley2009-02-161-3/+9
* acprep doesn't call out to git if it's not thereJohn Wiegley2009-02-151-7/+9
* Reorganized the way acprep handles switchesJohn Wiegley2009-02-131-34/+16