summaryrefslogtreecommitdiff
path: root/acprep
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Now it takes --warn and --debug flags, and I use tools/myacprep to collect together all the flags I normally use in development.
* Removed a bad variable setting in acprepJohn Wiegley2009-02-121-3/+1
|
* Added -I/sw/include to Fink to acprep usersJohn Wiegley2009-02-121-9/+28
|
* Made acprep conform to /bin/sh, instead of /bin/bash.John Wiegley2009-02-111-8/+12
|
* Updated the Boost version I'm building with on OS X to 1.38.John Wiegley2009-02-111-1/+1
|
* Pass all unrecognized options to configure.John Wiegley2009-02-101-2/+2
|
* Use --disable-static on Linux x86_64 machines.John Wiegley2009-02-091-0/+3
|
* acprep now takes a --pch flag, as in "--pch --devel". It must come first.John Wiegley2009-02-081-3/+6
|
* Conditionalize the ability to use pre-compiled headers.John Wiegley2009-02-081-27/+31
|
* Re-enabled the use of pre-compiled headers over debug libs in acprep --devel.John Wiegley2009-02-081-12/+21
|
* Removed unneeded -D directives from acprep.John Wiegley2009-02-071-4/+0
|
* Removed include path reference to libofx.John Wiegley2009-02-071-1/+0
|
* Added blank lines to acprep for clarity.John Wiegley2009-02-041-3/+16
|
* Fixed the auto-discovery of the Boost suffix in acprep.John Wiegley2009-02-031-3/+5
|
* Attempt to "auto-discover" the user's Boost installation suffix.John Wiegley2009-02-021-0/+11
|
* Increased Boost dependency version number to 1_37.John Wiegley2009-01-281-8/+10
|
* Changed --dir option for acprep to --output, which makes more sense.John Wiegley2009-01-251-2/+2
|
* Reorganized Ledger so that it builds as 7 separate libraries. This is mainlyJohn Wiegley2009-01-251-1/+1
| | | | to prove to myself that it has proper decoupling between prior code areas.
* Switched over to using irrxml for parsing XML, rather than expat.John Wiegley2009-01-241-3/+0
|
* Call out to git-submodule from acprep.John Wiegley2009-01-231-0/+4
|
* Add $PYTHON_HOME/lib before /opt/local/lib in acprep.John Wiegley2009-01-231-1/+1
|
* Added README notes for people using Ubuntu, and made the use of a certainJohn Wiegley2008-08-261-1/+4
| | | | warning flag conditional for Darwin systems.
* Small administrative updatesJohn Wiegley2008-08-181-1/+1
|
* Added the use of autogen.sh from http://buildconf.brlcad.org/. 'acprep' stillJohn Wiegley2008-08-141-9/+1
| | | | | remains useful (mostly to me), but now users can use this script if they expect to find it.
* Don't build with all warning flags on unless './acprep --devel' is use. SomeJohn Wiegley2008-08-141-25/+25
| | | | older version of g++ don't like all the warnings flags.
* Reduced automake dependency down to 1.9.John Wiegley2008-08-131-1/+1
|
* Revert "Use MacPort's Python if available."John Wiegley2008-08-131-9/+6
| | | | This reverts commit 431edefffd580e4ff76806eef58e407da7eebfbf.
* Use MacPort's Python if available.John Wiegley2008-08-131-6/+9
|
* Several changes to autoconf and automake files:John Wiegley2008-08-111-1/+1
| | | | | | | - Always build with Python support, if it's available - Better rule for building the TAGS file (optional) - Basic reorganization - Don't run the RegressionTests if no Python interpretor is found
* Disabled some redundant warning flags.John Wiegley2008-08-101-3/+3
|
* Ledger now builds without any significant warnings, except for one file. SomeJohn Wiegley2008-08-101-1/+5
| | | | | of the warnings had to be temporarily disabled, but will be checked again once the code has moved into master.
* Revert "Don't require automake-1.10, since it doesn't exist on some of our ↵John Wiegley2008-08-091-1/+1
| | | | | | Buildbot" This reverts commit 88967beff6e772e2825750ef49ef15e2358bd7da.
* Don't require automake-1.10, since it doesn't exist on some of our BuildbotJohn Wiegley2008-08-091-1/+1
| | | | machines yet.
* Only define ARCHFLAGS on Darwin systems.John Wiegley2008-08-091-7/+6
|
* Always generate a make.sh file, to ease running 'make distcheck' locally.John Wiegley2008-08-091-5/+15
|
* Removed a line of whitespace.John Wiegley2008-08-081-1/+0
|
* Removed incorrectly placed single quotes.John Wiegley2008-08-081-1/+1
|
* Pass the boost suffix down when using --build with acprep.John Wiegley2008-08-081-3/+4
|
* --disable-shared is now the default for acprep users.John Wiegley2008-08-081-4/+3
|
* Don't overwrite PYTHON_HOME or PYTHON_VERSION if defined in the environment.John Wiegley2008-08-081-3/+9
|
* Added a stub --local for people who used to use it.John Wiegley2008-08-081-0/+3
|
* Changed the AUTOCONF and AUTOMAKE_VERSION variables to match what comes withJohn Wiegley2008-08-081-2/+2
| | | | OS X.