summaryrefslogtreecommitdiff
path: root/src/utils.h
Commit message (Expand)AuthorAgeFilesLines
* use sha1sum in anonymize_posts::operator()dbear4962024-09-161-1/+1
* promote compatability with Boost <1.86.0dbear4962024-09-161-15/+25
* update to Boost 1.86.0dbear4962024-09-161-6/+6
* Rename SHA-512/256 to the more appropriate SHA-512HalfJohn Wiegley2024-08-051-1/+1
* Add support for --hashes=sha512_256 as another algorithmJohn Wiegley2024-08-051-0/+6
* Fix compilation errors with NO_ASSERTAlexis Hildebrandt2023-04-251-1/+2
* Move DEBUG_MODE related defines to system.hh.inAlexis Hildebrandt2023-04-151-25/+0
* Use #pragma onceAlexis Hildebrandt2023-04-101-4/+1
* Bump required Boost version to 1.72Alexis Hildebrandt2023-03-241-4/+0
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Change header guard names to use `INCLUDED_` prefixPhil Newton2022-04-061-3/+3
* Use correct int return type for stream input operationskanreki2021-12-081-12/+12
* Remove unused macros HAVE_ACCESS and HAVE_REALPATHTim Landscheidt2019-01-121-5/+1
* Unbreak with boost 1.68Jan Beich2018-07-091-0/+4
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* Fix build under msys32; add Appveyor continuous buildEvan Mallory2016-09-171-1/+1
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Fix crash when using --trace 10 or aboveAlexis Hildebrandt2014-12-231-1/+1
* Require the use of C++11John Wiegley2014-04-171-4/+0
* Replace sha1.cc with boost::uuid::details::sha1David Bremner2014-04-171-4/+7
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Fixed a reference to HAVE_EDITJohn Wiegley2012-05-201-6/+5
* Guard against an incorrect use of assert()John Wiegley2012-05-201-1/+1
* Changed all ASSERTS_ON -> !NO_ASSERTSJohn Wiegley2012-05-201-6/+3
* A few more CMake-related fixesJohn Wiegley2012-05-201-4/+1
* Work around collision between Format's put & GraphJohn Wiegley2012-05-201-94/+0
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-25/+32
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-45/+0
* Added support for building with Clang and libc++ in C++11John Wiegley2012-04-281-4/+4
* Added 'lowered' helper functionJohn Wiegley2012-04-041-0/+6
* Added to_string(std::size_t)John Wiegley2012-03-131-0/+6
* DO_VERIFY() was always true in optimized buildsJohn Wiegley2012-03-111-1/+1
* Added to_string() and operator+(const char *, string)John Wiegley2012-03-091-0/+10
* Call boost::regex, not boost::make_regexJohn Wiegley2012-03-071-2/+2
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Made the --debug option's argument a regexJohn Wiegley2012-02-281-2/+24
* Another fix for Boost.Filesystem v3John Wiegley2011-03-251-1/+3
* Support Boost 1.46 and Boost.Filesystem v3John Wiegley2011-02-281-0/+6
* Fixed a bug preventing g++ 4.6 from workingJohn Wiegley2011-02-041-1/+1
* Fixes for compilation as C++0x codeJohn Wiegley2011-02-041-0/+6
* Fixed compiler warnings when building with ClangJohn Wiegley2011-02-041-4/+4
* Changes for building with Visual Studio 2008John Wiegley2010-06-151-2/+2
* Untabified all source filesJohn Wiegley2010-06-111-83/+83
* Enabled timers and logging in NDEBUG buildsJohn Wiegley2010-06-051-3/+3
* Allow opt -NDEBUG build to complete without warningsJohn Wiegley2010-06-041-4/+4
* Abstracted an sha1sum() functionJohn Wiegley2010-03-061-0/+10