| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added blank lines to acprep for clarity. | John Wiegley | 2009-02-04 | 1 | -3/+16 |
* | Fixed the auto-discovery of the Boost suffix in acprep. | John Wiegley | 2009-02-03 | 1 | -3/+5 |
* | Attempt to "auto-discover" the user's Boost installation suffix. | John Wiegley | 2009-02-02 | 1 | -0/+11 |
* | Increased Boost dependency version number to 1_37. | John Wiegley | 2009-01-28 | 1 | -8/+10 |
* | Changed --dir option for acprep to --output, which makes more sense. | John Wiegley | 2009-01-25 | 1 | -2/+2 |
* | Reorganized Ledger so that it builds as 7 separate libraries. This is mainly | John Wiegley | 2009-01-25 | 1 | -1/+1 |
* | Switched over to using irrxml for parsing XML, rather than expat. | John Wiegley | 2009-01-24 | 1 | -3/+0 |
* | Call out to git-submodule from acprep. | John Wiegley | 2009-01-23 | 1 | -0/+4 |
* | Add $PYTHON_HOME/lib before /opt/local/lib in acprep. | John Wiegley | 2009-01-23 | 1 | -1/+1 |
* | Added README notes for people using Ubuntu, and made the use of a certain | John Wiegley | 2008-08-26 | 1 | -1/+4 |
* | Small administrative updates | John Wiegley | 2008-08-18 | 1 | -1/+1 |
* | Added the use of autogen.sh from http://buildconf.brlcad.org/. 'acprep' still | John Wiegley | 2008-08-14 | 1 | -9/+1 |
* | Don't build with all warning flags on unless './acprep --devel' is use. Some | John Wiegley | 2008-08-14 | 1 | -25/+25 |
* | Reduced automake dependency down to 1.9. | John Wiegley | 2008-08-13 | 1 | -1/+1 |
* | Revert "Use MacPort's Python if available." | John Wiegley | 2008-08-13 | 1 | -9/+6 |
* | Use MacPort's Python if available. | John Wiegley | 2008-08-13 | 1 | -6/+9 |
* | Several changes to autoconf and automake files: | John Wiegley | 2008-08-11 | 1 | -1/+1 |
* | Disabled some redundant warning flags. | John Wiegley | 2008-08-10 | 1 | -3/+3 |
* | Ledger now builds without any significant warnings, except for one file. Some | John Wiegley | 2008-08-10 | 1 | -1/+5 |
* | Revert "Don't require automake-1.10, since it doesn't exist on some of our Bu... | John Wiegley | 2008-08-09 | 1 | -1/+1 |
* | Don't require automake-1.10, since it doesn't exist on some of our Buildbot | John Wiegley | 2008-08-09 | 1 | -1/+1 |
* | Only define ARCHFLAGS on Darwin systems. | John Wiegley | 2008-08-09 | 1 | -7/+6 |
* | Always generate a make.sh file, to ease running 'make distcheck' locally. | John Wiegley | 2008-08-09 | 1 | -5/+15 |
* | Removed a line of whitespace. | John Wiegley | 2008-08-08 | 1 | -1/+0 |
* | Removed incorrectly placed single quotes. | John Wiegley | 2008-08-08 | 1 | -1/+1 |
* | Pass the boost suffix down when using --build with acprep. | John Wiegley | 2008-08-08 | 1 | -3/+4 |
* | --disable-shared is now the default for acprep users. | John Wiegley | 2008-08-08 | 1 | -4/+3 |
* | Don't overwrite PYTHON_HOME or PYTHON_VERSION if defined in the environment. | John Wiegley | 2008-08-08 | 1 | -3/+9 |
* | Added a stub --local for people who used to use it. | John Wiegley | 2008-08-08 | 1 | -0/+3 |