Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to Boost 1.52 | John Wiegley | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | Changes to support using homebrew and ninja | John Wiegley | 2012-09-26 | 1 | -31/+3 |
| | |||||
* | Updated to Boost 1.50 | John Wiegley | 2012-07-30 | 1 | -2/+2 |
| | |||||
* | Build-related changes | John Wiegley | 2012-04-25 | 1 | -2/+1 |
| | |||||
* | More support for building with Clang | John Wiegley | 2012-04-25 | 1 | -0/+1 |
| | |||||
* | Upgrade GCC_VERSION to 4.7 | John Wiegley | 2012-04-25 | 1 | -1/+1 |
| | |||||
* | Update lib/Makefile for Boost 1.49 | John Wiegley | 2012-03-01 | 1 | -8/+6 |
| | |||||
* | Added support for building with gcc trunk (pre 4.7) | John Wiegley | 2011-11-30 | 1 | -2/+2 |
| | |||||
* | Default to using Boost 1.48, without _GLIBCXX_DEBUG | John Wiegley | 2011-11-15 | 1 | -7/+6 |
| | |||||
* | Use gcc 4.6 with Boost 1.47 | John Wiegley | 2011-09-08 | 1 | -5/+4 |
| | |||||
* | Whitespace fixes | John Wiegley | 2011-09-07 | 1 | -2/+2 |
| | |||||
* | Use -ggdb | John Wiegley | 2011-09-07 | 1 | -2/+2 |
| | |||||
* | Update to use Boost 1.47 | John Wiegley | 2011-07-12 | 1 | -3/+3 |
| | |||||
* | Don't use --toolset when building Boost | John Wiegley | 2011-03-31 | 1 | -1/+1 |
| | |||||
* | Added a missing plus (+) to lib/Makefile | John Wiegley | 2011-03-29 | 1 | -1/+1 |
| | |||||
* | Use g++ 4.6 by default locally | John Wiegley | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Bump default Boost version to 1.46.1 | John Wiegley | 2011-03-23 | 1 | -2/+2 |
| | |||||
* | Support Boost 1.46 and Boost.Filesystem v3 | John Wiegley | 2011-02-28 | 1 | -1/+1 |
| | |||||
* | Don't build Boost/ICU by default in lib/Makefile | John Wiegley | 2011-02-04 | 1 | -2/+2 |
| | |||||
* | lib/Makefile now uses GCC_VERSION for building | John Wiegley | 2011-02-04 | 1 | -24/+29 |
| | |||||
* | Use Boost.Test instead of CppUnit | John Wiegley | 2011-02-04 | 1 | -15/+1 |
| | |||||
* | Use boost-release when building ledger/lib | John Wiegley | 2011-01-04 | 1 | -2/+6 |
| | |||||
* | Update to Boost 1.45 | John Wiegley | 2010-11-26 | 1 | -2/+5 |
| | |||||
* | Added acprep support for building with Clang | John Wiegley | 2010-10-07 | 1 | -9/+23 |
| | |||||
* | Moved up to Boost 1.44 | John Wiegley | 2010-08-24 | 1 | -1/+1 |
| | |||||
* | Added lib-clean make rule to lib/Makefile | John Wiegley | 2010-06-10 | 1 | -0/+4 |
| | |||||
* | Moved up to g++ 4.5 | John Wiegley | 2010-06-07 | 1 | -39/+52 |
| | |||||
* | Updated to Boost 1.43 | John Wiegley | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | FMoved up to Boost 1.42 | John Wiegley | 2010-02-04 | 1 | -1/+1 |
| | |||||
* | Moved up to Boost 1.41 | John Wiegley | 2009-11-24 | 1 | -73/+35 |
| | |||||
* | Don't configure doxygen or dot when building CppUnit | John Wiegley | 2009-11-14 | 1 | -2/+4 |
| | |||||
* | Improved lib/Makefile | John Wiegley | 2009-11-08 | 1 | -16/+38 |
| | |||||
* | Added support for Boost.Regex w/ ICU | John Wiegley | 2009-11-07 | 1 | -8/+31 |
| | | | | | This allows for correct searching of UTF-8 encoded strings, such as lower-case versions of Russian words to find mixed-case words. | ||||
* | 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'. |