summaryrefslogtreecommitdiff
path: root/acprep
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Don't build with all warning flags on unless './acprep --devel' is use. SomeJohn Wiegley2008-08-141-25/+25
* 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
* 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
* 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
* Revert "Don't require automake-1.10, since it doesn't exist on some of our Bu...John Wiegley2008-08-091-1/+1
* Don't require automake-1.10, since it doesn't exist on some of our BuildbotJohn Wiegley2008-08-091-1/+1
* 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
* Removed --long option from git-describe, since it breaks on older machinesJohn Wiegley2008-08-081-1/+1
* Relaxed checking of Automake requirements, and removed any need for theJohn Wiegley2008-08-071-28/+23
* Removed the need for a version.m4.in file.John Wiegley2008-08-071-1/+1
* Pass all flags to the underlying make when --build is passed to acprep.John Wiegley2008-08-071-1/+1
* Added -L flags for locating CppUnit libraries.John Wiegley2008-08-071-0/+2
* Several changes to acprep to help me prepare a universal binary on OS X forJohn Wiegley2008-08-071-7/+49
* The Python interface code is now building again and passes its unit tests.John Wiegley2008-08-071-4/+8
* Updated a comment.John Wiegley2008-08-051-0/+3
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-26/+110
* Added version.m4 to the ignore list.John Wiegley2008-08-051-1/+1
* Changed the way that version info is included into a Ledger build.John Wiegley2008-08-041-2/+1
* Got pre-compiled headers working again, which are used if --devel is passed toJohn Wiegley2008-08-031-3/+2
* Corrected a failing test.John Wiegley2008-07-301-1/+2
* Updated acprep to reflect a more modern OS X system.John Wiegley2008-07-301-11/+9
* Enabled a huge number of warning flags for g++ in acprep, and fixed them allJohn Wiegley2008-07-301-15/+17
* More work toward getting the textual parser working again. Since this meansJohn Wiegley2008-07-241-11/+21
* Merge branch 'master' into v2.7aJohn Wiegley2008-07-231-1/+1
|\
| * acprep: I don't keep ChangeLog files under version control anymore, butJohn Wiegley2008-07-231-1/+1
* | Added back the --version option, and changed acprep so that it hacks on theJohn Wiegley2008-07-211-1/+13
* | Changed the target directory within ~/Products.John Wiegley2008-07-201-2/+3