John Wiegley
|
cb8ca79d5c
|
Added rule to build a TAGS file.
|
2008-08-10 00:55:10 -04:00 |
|
John Wiegley
|
fe8bbd9f7f
|
Temporarily ignore members of lib/ that I've not yet decided about yet.
|
2008-08-10 00:54:55 -04:00 |
|
John Wiegley
|
6fe833bb9b
|
Moved sources which I did not write from src/ into lib/.
|
2008-08-09 19:48:23 -04:00 |
|
John Wiegley
|
5419e74378
|
Merge branch 'master' into v2.7a
|
2008-08-09 17:40:47 -04:00 |
|
John Wiegley
|
d2453088c4
|
Revert "Don't require automake-1.10, since it doesn't exist on some of our Buildbot"
This reverts commit 88967beff6.
|
2008-08-09 17:21:47 -04:00 |
|
John Wiegley
|
88967beff6
|
Don't require automake-1.10, since it doesn't exist on some of our Buildbot
machines yet.
|
2008-08-09 16:47:25 -04:00 |
|
John Wiegley
|
bd37a19e17
|
Removed my copyright from a file I didn't write (an ambitious Perl script had
addeded it).
|
2008-08-09 16:38:02 -04:00 |
|
John Wiegley
|
d4b660e68a
|
Only define ARCHFLAGS on Darwin systems.
|
2008-08-09 16:26:29 -04:00 |
|
John Wiegley
|
c9b67f4f20
|
Always generate a make.sh file, to ease running 'make distcheck' locally.
|
2008-08-09 16:20:45 -04:00 |
|
John Wiegley
|
c747da11fa
|
If the Makefile says that ledger.so is out of date, forcibly rebuild it.
|
2008-08-09 16:10:44 -04:00 |
|
John Wiegley
|
3c6a466219
|
'make distcheck' now works with Python support enabled.
|
2008-08-09 07:56:41 -04:00 |
|
John Wiegley
|
d83e2f3487
|
Was forced to hack the '=' transaction operator to get it to work. This
feature's implementation needs more work, so it's being pulled from 2.6.1 in
order to be developed further.
|
2008-08-09 07:17:12 -04:00 |
|
John Wiegley
|
083f8b74b0
|
Removed a line of whitespace.
|
2008-08-08 21:47:25 -04:00 |
|
John Wiegley
|
8cebce5676
|
Added code for the csv2ledger parser that I use personally.
|
2008-08-08 19:21:55 -04:00 |
|
John Wiegley
|
a42ecd5938
|
Removed all use of USE_BOOST_PYTHON from the main Ledger sources. When Python
support is enabled for use within Ledger, it will do so through the current
scoping mechanism.
|
2008-08-08 18:50:21 -04:00 |
|
John Wiegley
|
d6fd0cd24f
|
Removed a redundant comment.
|
2008-08-08 18:49:50 -04:00 |
|
John Wiegley
|
2b2994e08f
|
Removed incorrectly placed single quotes.
|
2008-08-08 04:28:52 -04:00 |
|
John Wiegley
|
2a299ebca3
|
Pass the boost suffix down when using --build with acprep.
|
2008-08-08 04:18:40 -04:00 |
|
John Wiegley
|
b6078393b6
|
Added a simple Makefile for building some of Ledger's dependency libraries and
installing them into /usr/local/stow. It will likely have to be run using
'sudo make'.
|
2008-08-08 03:45:57 -04:00 |
|
John Wiegley
|
e123128da0
|
Added several submodules, to ease the pain of keeping track of Ledger's
dependencies. At the moment all it does is check them out for you at the same
version that I'm using.
|
2008-08-08 03:19:21 -04:00 |
|
John Wiegley
|
3f7430bd81
|
Don't include gdtoa/.libs anymore, it's not being used.
|
2008-08-08 03:13:29 -04:00 |
|
John Wiegley
|
ce2885731f
|
--disable-shared is now the default for acprep users.
|
2008-08-08 03:08:19 -04:00 |
|
John Wiegley
|
4d1057c472
|
Added a pretty divider line. :)
|
2008-08-08 03:08:10 -04:00 |
|
John Wiegley
|
3be1534915
|
Don't overwrite PYTHON_HOME or PYTHON_VERSION if defined in the environment.
|
2008-08-08 03:03:11 -04:00 |
|
John Wiegley
|
2a12dec5ae
|
Added a stub --local for people who used to use it.
|
2008-08-08 02:39:11 -04:00 |
|
John Wiegley
|
3e795cc160
|
Changes needed since all of the documentation files moved into 'doc'.
|
2008-08-08 01:34:40 -04:00 |
|
John Wiegley
|
2617000f10
|
Changed the AUTOCONF and AUTOMAKE_VERSION variables to match what comes with
OS X.
|
2008-08-08 01:20:44 -04:00 |
|
John Wiegley
|
008302b7f5
|
Removed --long option from git-describe, since it breaks on older machines
that are running the Buildbot.
|
2008-08-08 00:58:19 -04:00 |
|
John Wiegley
|
9628850bc0
|
Moved autoconf minimum version back to 2.61 (which is what comes with OS X).
|
2008-08-08 00:30:54 -04:00 |
|
John Wiegley
|
510ec81063
|
Fixes and optimizations to the 'make release' and 'make release-distcheck'
rules.
|
2008-08-08 00:18:11 -04:00 |
|
John Wiegley
|
afc592c52c
|
Fixed some spurious warnings in the non-debug build.
|
2008-08-08 00:17:53 -04:00 |
|
John Wiegley
|
b555649589
|
Relaxed checking of Automake requirements, and removed any need for the
'myacprep' script. Also support Python is now checked for by default when
building the development version (i.e., from version control).
|
2008-08-07 23:26:30 -04:00 |
|
John Wiegley
|
8dc5f14b65
|
Moved several documentation files into the 'doc' directory.
|
2008-08-07 23:25:42 -04:00 |
|
John Wiegley
|
2f5d25cefa
|
Removed the need for a version.m4.in file.
|
2008-08-07 22:56:42 -04:00 |
|
John Wiegley
|
ac441fdd64
|
Removed the need for an external valgrind.sh script. Using autoconf instead.
|
2008-08-07 22:56:25 -04:00 |
|
John Wiegley
|
651ada9cad
|
Added a 'make fulltest' so that I can be sure everything works.
|
2008-08-07 05:54:25 -04:00 |
|
John Wiegley
|
26e121dde0
|
Pass all flags to the underlying make when --build is passed to acprep.
|
2008-08-07 05:53:41 -04:00 |
|
John Wiegley
|
f31f9866db
|
The OFX parsing code is compiling again, but not working yet.
|
2008-08-07 05:44:16 -04:00 |
|
John Wiegley
|
8e7bf65dbc
|
Added -L flags for locating CppUnit libraries.
|
2008-08-07 05:44:03 -04:00 |
|
John Wiegley
|
494893f756
|
Fixed a bug that was causing RegressionTests not to run at all.
|
2008-08-07 05:43:49 -04:00 |
|
John Wiegley
|
b010b2fc78
|
Several changes to acprep to help me prepare a universal binary on OS X for
distribution.
|
2008-08-07 05:23:04 -04:00 |
|
John Wiegley
|
721effa6ba
|
Removed 'release' rule and added a 'docs' rule for making the documentation.
|
2008-08-07 05:02:43 -04:00 |
|
John Wiegley
|
83d0a3bb13
|
Backed out the PackageMaker file, I'm not ready to check it in yet.
|
2008-08-07 04:30:48 -04:00 |
|
John Wiegley
|
76bdb44a68
|
Fix to 'make release', and also added the PackageMaker config file, for
building an installable Ledger package for OS X users.
|
2008-08-07 03:32:27 -04:00 |
|
John Wiegley
|
925387d7c0
|
The Python interface code is now building again and passes its unit tests.
|
2008-08-07 03:28:48 -04:00 |
|
John Wiegley
|
8d89329b3f
|
Link against the dynamic Boost libraries, as this is required for properly
building the Python extension library.
|
2008-08-07 03:22:53 -04:00 |
|
John Wiegley
|
71e0491aec
|
Added a module init file (__init__.py) for the test directory.
|
2008-08-07 02:58:27 -04:00 |
|
John Wiegley
|
c0e7315467
|
Changed tests module reference to just test.
|
2008-08-07 02:58:15 -04:00 |
|
John Wiegley
|
2362150880
|
Added Python compilation files (.pyc) to the ignore file.
|
2008-08-07 02:58:05 -04:00 |
|
John Wiegley
|
9dac35fd52
|
Added rules for building with Python support and also for building a universal
binary when preparing a release for distribution.
|
2008-08-07 02:54:33 -04:00 |
|