Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated lib/utfcpp | John Wiegley | 2012-02-17 | 1 | -0/+0 |
| | |||||
* | Corrected a cast in sha1.cpp | John Wiegley | 2012-02-17 | 1 | -8/+8 |
| | |||||
* | Fixed two casts that are errors with gcc 4.7 | John Wiegley | 2011-11-30 | 1 | -2/+2 |
| | |||||
* | Added support for building with gcc trunk (pre 4.7) | John Wiegley | 2011-11-30 | 1 | -2/+2 |
| | |||||
* | Changed line-endings in sha1.h/cpp to UNIX | John Wiegley | 2011-11-30 | 2 | -678/+678 |
| | |||||
* | 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 |
| | |||||
* | Fixed compiler warnings when building with Clang | John Wiegley | 2011-02-04 | 1 | -0/+0 |
| | |||||
* | 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 |
| | |||||
* | Removed extraneous semicolons from utfcpp | John Wiegley | 2010-10-06 | 1 | -0/+0 |
| | |||||
* | 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. | ||||
* | Updated utfcpp submodule | John Wiegley | 2009-11-03 | 1 | -0/+0 |
| | |||||
* | 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 |
| | |||||
* | Use boost::iostreams::file_descriptor_sink | John Wiegley | 2009-10-25 | 1 | -184/+0 |
| | | | | This is instead of the custom fdstream.hpp file I was distributing. | ||||
* | 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. | ||||
* | Fixed more trivial warnings found by g++ 4.3 | John Wiegley | 2009-03-09 | 1 | -2/+2 |
| | |||||
* | Pass CC/LD/CXX to CppUnit build in lib/Makefile | John Wiegley | 2009-02-28 | 1 | -7/+7 |
| | |||||
* | Corrected warnings g++-4.3.3 was complaining about | John Wiegley | 2009-02-28 | 2 | -9/+9 |
| | |||||
* | Added support for using GNU gettext | John Wiegley | 2009-02-21 | 1 | -0/+271 |
| | |||||
* | Removed CppUnit submodule reference | John Wiegley | 2009-02-13 | 1 | -0/+0 |
| | | | | | This library is a dependency for running "make check", but it's not built as part of a Ledger build, and so doesn't belong as a submodule. | ||||
* | Updated the Boost version I'm building with on OS X to 1.38. | John Wiegley | 2009-02-11 | 1 | -3/+3 |
| | |||||
* | Removed the binary caching code, and the XML, QIF and Gnucash parsers. | John Wiegley | 2009-02-03 | 2 | -0/+0 |
| | |||||
* | Fixed some warnings caused by using g++ 4.3. | John Wiegley | 2009-02-02 | 1 | -0/+0 |
| | |||||
* | Removed all dependency on gdtoa. | John Wiegley | 2009-01-30 | 1 | -0/+0 |
| | |||||
* | Removed Boost submodule. | John Wiegley | 2009-01-28 | 2 | -6/+8 |
| | |||||
* | Updated gdtoa submodule. | John Wiegley | 2009-01-26 | 1 | -0/+0 |
| |