Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | 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 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 |
| | | | | warning flag conditional for Darwin systems. | ||||
* | 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 |
| | | | | | 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. Some | John Wiegley | 2008-08-14 | 1 | -25/+25 |
| | | | | older version of g++ don't like all the warnings flags. | ||||
* | 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 |
| | | | | This reverts commit 431edefffd580e4ff76806eef58e407da7eebfbf. | ||||
* | 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 |
| | | | | | | | - 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 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 |
| | | | | | 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 Wiegley | 2008-08-09 | 1 | -1/+1 |
| | | | | | | Buildbot" This reverts commit 88967beff6e772e2825750ef49ef15e2358bd7da. | ||||
* | Don't require automake-1.10, since it doesn't exist on some of our Buildbot | John Wiegley | 2008-08-09 | 1 | -1/+1 |
| | | | | machines yet. | ||||
* | 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 |
| | |||||
* | Changed the AUTOCONF and AUTOMAKE_VERSION variables to match what comes with | John Wiegley | 2008-08-08 | 1 | -2/+2 |
| | | | | OS X. | ||||
* | Removed --long option from git-describe, since it breaks on older machines | John Wiegley | 2008-08-08 | 1 | -1/+1 |
| | | | | that are running the Buildbot. | ||||
* | Relaxed checking of Automake requirements, and removed any need for the | John Wiegley | 2008-08-07 | 1 | -28/+23 |
| | | | | | 'myacprep' script. Also support Python is now checked for by default when building the development version (i.e., from version control). | ||||
* | Removed the need for a version.m4.in file. | John Wiegley | 2008-08-07 | 1 | -1/+1 |
| | |||||
* | Pass all flags to the underlying make when --build is passed to acprep. | John Wiegley | 2008-08-07 | 1 | -1/+1 |
| | |||||
* | Added -L flags for locating CppUnit libraries. | John Wiegley | 2008-08-07 | 1 | -0/+2 |
| | |||||
* | Several changes to acprep to help me prepare a universal binary on OS X for | John Wiegley | 2008-08-07 | 1 | -7/+49 |
| | | | | distribution. | ||||
* | The Python interface code is now building again and passes its unit tests. | John Wiegley | 2008-08-07 | 1 | -4/+8 |
| | |||||
* | Updated a comment. | John Wiegley | 2008-08-05 | 1 | -0/+3 |
| | |||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -26/+110 |
| | | | | is in doc/, etc. | ||||
* | Added version.m4 to the ignore list. | John Wiegley | 2008-08-05 | 1 | -1/+1 |
| | |||||
* | Changed the way that version info is included into a Ledger build. | John Wiegley | 2008-08-04 | 1 | -2/+1 |
| | |||||
* | Got pre-compiled headers working again, which are used if --devel is passed to | John Wiegley | 2008-08-03 | 1 | -3/+2 |
| | | | | acprep. | ||||
* | Corrected a failing test. | John Wiegley | 2008-07-30 | 1 | -1/+2 |
| | |||||
* | Updated acprep to reflect a more modern OS X system. | John Wiegley | 2008-07-30 | 1 | -11/+9 |
| | |||||
* | Enabled a huge number of warning flags for g++ in acprep, and fixed them all | John Wiegley | 2008-07-30 | 1 | -15/+17 |
| | | | | | | except for several unused parameter warnings (because there is so much code still #if 0'd out), and one implicit conversion from long long to long which still has to be dealt with. | ||||
* | More work toward getting the textual parser working again. Since this means | John Wiegley | 2008-07-24 | 1 | -11/+21 |
| | | | | that value expressions must work, there are a lot of details involved. | ||||
* | Merge branch 'master' into v2.7a | John Wiegley | 2008-07-23 | 1 | -1/+1 |
|\ | |||||
| * | acprep: I don't keep ChangeLog files under version control anymore, but | John Wiegley | 2008-07-23 | 1 | -1/+1 |
| | | | | | | | | | | automake requires it, so when preparing the sources for building the ChangeLog is touch'd just as we were doing for AUTHORS and COPYING. | ||||
* | | Added back the --version option, and changed acprep so that it hacks on the | John Wiegley | 2008-07-21 | 1 | -1/+13 |
| | | | | | | | | generated Makefile to greatly reduce unneeded verbosity. | ||||
* | | Changed the target directory within ~/Products. | John Wiegley | 2008-07-20 | 1 | -2/+3 |
| | | |||||
* | | Don't remove pre-existing build directories when running acprep | John Wiegley | 2008-07-19 | 1 | -1/+0 |
| | | |||||
* | | Most things are building, but not the Python code | John Wiegley | 2008-05-12 | 1 | -4/+9 |
| | | |||||
* | | Changed PYTHON_HOME path in acprep | John Wiegley | 2008-05-11 | 1 | -1/+1 |
| | | |||||
* | | Use git-describe to determine the current Ledger source version. | John Wiegley | 2008-05-11 | 1 | -0/+3 |
| | |