| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgraded Boost version reference to 1.39 | John Wiegley | 2009-06-22 | 1 | -6/+6 |
* | Extended Makefile fix, to accomodate newest automake | John Wiegley | 2009-06-02 | 1 | -0/+1 |
* | acprep upload was deleting the file after upload | John Wiegley | 2009-03-31 | 1 | -2/+1 |
* | Removed old ledger disk images when uploading | John Wiegley | 2009-03-23 | 1 | -0/+1 |
* | Fixes to the final binary .dmg creation | John Wiegley | 2009-03-23 | 1 | -2/+4 |
* | Recursively translate library names for bindmg | John Wiegley | 2009-03-23 | 1 | -14/+23 |
* | Added bindmg and upload phases, for my own use | John Wiegley | 2009-03-22 | 1 | -0/+57 |
* | Changed "dependencies" phase for CentOS systems | John Wiegley | 2009-03-19 | 1 | -11/+8 |
* | Do not set ARCHFLAGS by default for Darwin | John Wiegley | 2009-03-11 | 1 | -5/+5 |
* | Fixed the acprep distcheck build | John Wiegley | 2009-03-11 | 1 | -14/+7 |
* | Ensure that ledger-proof exists when needed | John Wiegley | 2009-03-11 | 1 | -9/+12 |
* | Added a buildlibs phase, for rebuilding Boost | John Wiegley | 2009-03-11 | 1 | -9/+61 |
* | Execution errors in acprep now stop the build | John Wiegley | 2009-03-10 | 1 | -7/+11 |
* | Fixed how the environment is setup in acprep | John Wiegley | 2009-03-10 | 1 | -5/+5 |
* | Re-enabled use of _GLIBCXX_DEBUG on my machine | John Wiegley | 2009-03-10 | 1 | -11/+10 |
* | Removed default optimization flag -march=native | John Wiegley | 2009-03-10 | 1 | -3/+0 |
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -25/+31 |
* | Refactored some code in acprep | John Wiegley | 2009-03-10 | 1 | -24/+43 |
* | Only clean if needed, not whenever acprep changes | John Wiegley | 2009-03-10 | 1 | -1/+2 |
* | Made -fpch-deps a default flag if PCH is enabled | John Wiegley | 2009-03-09 | 1 | -0/+1 |
* | Disable use of _GLIBCXX_DEBUG by default | John Wiegley | 2009-03-09 | 1 | -1/+1 |
* | Rewrote acprep in Python and improved the build | John Wiegley | 2009-03-09 | 1 | -381/+1265 |
* | Enable -g when gcov support is being used | John Wiegley | 2009-03-08 | 1 | -1/+1 |
* | make release-distcheck works again | John Wiegley | 2009-03-07 | 1 | -1/+1 |
* | Don't run autogen from acprep unless necessary | John Wiegley | 2009-03-04 | 1 | -18/+21 |
* | Don't warn about old-style casts (e.g., Python.h) | John Wiegley | 2009-03-04 | 1 | -1/+1 |
* | Using ./acprep now builds statically by default | John Wiegley | 2009-03-03 | 1 | -1/+1 |
* | Reorganized some files in tools/ and test/ | John Wiegley | 2009-02-28 | 1 | -1/+1 |
* | Use g++-4.3 on OS X, if available | John Wiegley | 2009-02-28 | 1 | -1/+11 |
* | Fixed a system-specific issue in acprep | John Wiegley | 2009-02-26 | 1 | -1/+3 |
* | Build Python module using automake, not setup.py | John Wiegley | 2009-02-24 | 1 | -1/+1 |
* | By default, build Ledger with the included gettext | John Wiegley | 2009-02-22 | 1 | -1/+1 |
* | Removed a bash-ism from acprep | John Wiegley | 2009-02-21 | 1 | -1/+1 |
* | Added support for using GNU gettext | John Wiegley | 2009-02-21 | 1 | -0/+10 |
* | acprep --gprof now passes -g -pg to the linker | John Wiegley | 2009-02-21 | 1 | -0/+1 |
* | Increase amount of warnings reported with --pch | John Wiegley | 2009-02-16 | 1 | -7/+6 |
* | acprep now uses ccache for --devel if available | John Wiegley | 2009-02-16 | 1 | -3/+9 |
* | acprep doesn't call out to git if it's not there | John Wiegley | 2009-02-15 | 1 | -7/+9 |
* | Reorganized the way acprep handles switches | John Wiegley | 2009-02-13 | 1 | -34/+16 |
* | Removed a bad variable setting in acprep | John Wiegley | 2009-02-12 | 1 | -3/+1 |
* | Added -I/sw/include to Fink to acprep users | John Wiegley | 2009-02-12 | 1 | -9/+28 |
* | Made acprep conform to /bin/sh, instead of /bin/bash. | John Wiegley | 2009-02-11 | 1 | -8/+12 |
* | Updated the Boost version I'm building with on OS X to 1.38. | John Wiegley | 2009-02-11 | 1 | -1/+1 |
* | Pass all unrecognized options to configure. | John Wiegley | 2009-02-10 | 1 | -2/+2 |
* | Use --disable-static on Linux x86_64 machines. | John Wiegley | 2009-02-09 | 1 | -0/+3 |
* | acprep now takes a --pch flag, as in "--pch --devel". It must come first. | John Wiegley | 2009-02-08 | 1 | -3/+6 |
* | Conditionalize the ability to use pre-compiled headers. | John Wiegley | 2009-02-08 | 1 | -27/+31 |
* | Re-enabled the use of pre-compiled headers over debug libs in acprep --devel. | John Wiegley | 2009-02-08 | 1 | -12/+21 |
* | Removed unneeded -D directives from acprep. | John Wiegley | 2009-02-07 | 1 | -4/+0 |
* | Removed include path reference to libofx. | John Wiegley | 2009-02-07 | 1 | -1/+0 |