summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* utfcpp: Update to 4.0.4Alexis Hildebrandt2023-12-1031-518/+1579
|
* Updated lib/utfcppAlexis Hildebrandt2023-02-0128-156/+2768
| | | | | | | * Squashed 'lib/utfcpp/' content from commit 79835a5fa git-subtree-dir: lib/utfcpp git-subtree-split: 79835a5fa57271f07a90ed36123e30ae9741178e * Change include path to utfcpp
* Replace utfcpp submodule with partial subtreeAlexis Hildebrandt2015-01-129-0/+1016
| | | | | | | | | | | | * Remove utfcpp submodule * Squashed 'lib/utfcpp/' content from commit 63cd498 git-subtree-dir: lib/utfcpp git-subtree-split: 63cd4984464e875546b4a91918be7355357a3a68 * Merge commit '82003f30ba8ba436cf7cef380155f50ed4242b37' as 'lib/utfcpp' * Remove needless utfcpp subtree files * Change include path to utfcpp Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
* Replace sha1.cc with boost::uuid::details::sha1David Bremner2014-04-172-678/+0
| | | | | | | | sha1.cc is not redistributable by Debian because the license doesn't permit redistribution of modified versions. This isn't ideal since the ::details namespace is subject to change, but it avoids adding a dependency to ledger.
* Upgrade to Boost 1.52John Wiegley2013-01-301-1/+1
|
* Changes to support using homebrew and ninjaJohn Wiegley2012-09-262-33/+5
|
* Updated to Boost 1.50John Wiegley2012-07-302-5/+5
|
* Added script for building Boost with iccJohn Wiegley2012-05-251-0/+17
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-271/+0
|
* Added script for building Boost with GCCJohn Wiegley2012-05-011-0/+16
|
* Build-related changesJohn Wiegley2012-04-252-8/+7
|
* More support for building with ClangJohn Wiegley2012-04-252-0/+18
|
* Upgrade GCC_VERSION to 4.7John Wiegley2012-04-251-1/+1
|
* Update lib/Makefile for Boost 1.49John Wiegley2012-03-011-8/+6
|
* Updated lib/utfcppJohn Wiegley2012-02-171-0/+0
|
* Corrected a cast in sha1.cppJohn Wiegley2012-02-171-8/+8
|
* Fixed two casts that are errors with gcc 4.7John Wiegley2011-11-301-2/+2
|
* Added support for building with gcc trunk (pre 4.7)John Wiegley2011-11-301-2/+2
|
* Changed line-endings in sha1.h/cpp to UNIXJohn Wiegley2011-11-302-678/+678
|
* Default to using Boost 1.48, without _GLIBCXX_DEBUGJohn Wiegley2011-11-151-7/+6
|
* Use gcc 4.6 with Boost 1.47John Wiegley2011-09-081-5/+4
|
* Whitespace fixesJohn Wiegley2011-09-071-2/+2
|
* Use -ggdbJohn Wiegley2011-09-071-2/+2
|
* Update to use Boost 1.47John Wiegley2011-07-121-3/+3
|
* Don't use --toolset when building BoostJohn Wiegley2011-03-311-1/+1
|
* Added a missing plus (+) to lib/MakefileJohn Wiegley2011-03-291-1/+1
|
* Use g++ 4.6 by default locallyJohn Wiegley2011-03-281-1/+1
|
* Bump default Boost version to 1.46.1John Wiegley2011-03-231-2/+2
|
* Support Boost 1.46 and Boost.Filesystem v3John Wiegley2011-02-281-1/+1
|
* Don't build Boost/ICU by default in lib/MakefileJohn Wiegley2011-02-041-2/+2
|
* lib/Makefile now uses GCC_VERSION for buildingJohn Wiegley2011-02-041-24/+29
|
* Use Boost.Test instead of CppUnitJohn Wiegley2011-02-041-15/+1
|
* Fixed compiler warnings when building with ClangJohn Wiegley2011-02-041-0/+0
|
* Use boost-release when building ledger/libJohn Wiegley2011-01-041-2/+6
|
* Update to Boost 1.45John Wiegley2010-11-261-2/+5
|
* Added acprep support for building with ClangJohn Wiegley2010-10-071-9/+23
|
* Removed extraneous semicolons from utfcppJohn Wiegley2010-10-061-0/+0
|
* Moved up to Boost 1.44John Wiegley2010-08-241-1/+1
|
* Added lib-clean make rule to lib/MakefileJohn Wiegley2010-06-101-0/+4
|
* Moved up to g++ 4.5John Wiegley2010-06-071-39/+52
|
* Updated to Boost 1.43John Wiegley2010-05-271-1/+1
|
* FMoved up to Boost 1.42John Wiegley2010-02-041-1/+1
|
* Moved up to Boost 1.41John Wiegley2009-11-241-73/+35
|
* Don't configure doxygen or dot when building CppUnitJohn Wiegley2009-11-141-2/+4
|
* Improved lib/MakefileJohn Wiegley2009-11-081-16/+38
|
* Added support for Boost.Regex w/ ICUJohn Wiegley2009-11-071-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 submoduleJohn Wiegley2009-11-031-0/+0
|
* Removed -j16 from lib/MakefileJohn Wiegley2009-10-311-2/+2
|
* Build Boost before CPPUnit in lib/MakefileJohn Wiegley2009-10-251-1/+1
|
* Use boost::iostreams::file_descriptor_sinkJohn Wiegley2009-10-251-184/+0
| | | | This is instead of the custom fdstream.hpp file I was distributing.