Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed -j16 from lib/Makefile | John Wiegley | 2009-10-31 | 1 | -2/+2 |
| | |||||
* | Build Boost before CPPUnit in lib/Makefile | John Wiegley | 2009-10-25 | 1 | -1/+1 |
| | |||||
* | Added some missing casts, upgraded to Boost 1.40 | John Wiegley | 2009-10-09 | 1 | -5/+5 |
| | |||||
* | Upgraded Boost version reference to 1.39 | John Wiegley | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | Added a buildlibs phase, for rebuilding Boost | John Wiegley | 2009-03-11 | 1 | -11/+12 |
| | | | | The advantage here is that it setups up the compiler path correctly. | ||||
* | Pass CC/LD/CXX to CppUnit build in lib/Makefile | John Wiegley | 2009-02-28 | 1 | -7/+7 |
| | |||||
* | Updated the Boost version I'm building with on OS X to 1.38. | John Wiegley | 2009-02-11 | 1 | -3/+3 |
| | |||||
* | Removed Boost submodule. | John Wiegley | 2009-01-28 | 1 | -6/+8 |
| | |||||
* | Removed useless make rule. | John Wiegley | 2009-01-24 | 1 | -3/+0 |
| | |||||
* | Removed gdtoa build from lib/Makefile. It's part of the overall system now. | John Wiegley | 2009-01-23 | 1 | -11/+2 |
| | |||||
* | For cppunit builds, run autogen.sh before configure. | John Wiegley | 2008-08-26 | 1 | -3/+3 |
| | |||||
* | Don't build Boost with architecture=combined, since this excludes using | John Wiegley | 2008-08-13 | 1 | -2/+3 |
| | | | | MacPort's Python (which I'm not able to build with +universal right now). | ||||
* | Added a missing --build-type=complete option. | John Wiegley | 2008-08-13 | 1 | -2/+3 |
| | |||||
* | Fix up the build process in lib/Makefile. | John Wiegley | 2008-08-12 | 1 | -15/+30 |
| | |||||
* | Added a simple Makefile for building some of Ledger's dependency libraries and | John Wiegley | 2008-08-08 | 1 | -0/+42 |
installing them into /usr/local/stow. It will likely have to be run using 'sudo make'. |