Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use sha1sum in anonymize_posts::operator() | dbear496 | 2024-09-16 | 1 | -1/+1 |
| | |||||
* | promote compatability with Boost <1.86.0 | dbear496 | 2024-09-16 | 1 | -15/+25 |
| | |||||
* | update to Boost 1.86.0 | dbear496 | 2024-09-16 | 1 | -6/+6 |
| | | | | fixes #2378 | ||||
* | Rename SHA-512/256 to the more appropriate SHA-512Half | John Wiegley | 2024-08-05 | 1 | -1/+1 |
| | |||||
* | Add support for --hashes=sha512_256 as another algorithm | John Wiegley | 2024-08-05 | 1 | -0/+6 |
| | |||||
* | Fix compilation errors with NO_ASSERT | Alexis Hildebrandt | 2023-04-25 | 1 | -1/+2 |
| | |||||
* | Move DEBUG_MODE related defines to system.hh.in | Alexis Hildebrandt | 2023-04-15 | 1 | -25/+0 |
| | |||||
* | Use #pragma once | Alexis Hildebrandt | 2023-04-10 | 1 | -4/+1 |
| | |||||
* | Bump required Boost version to 1.72 | Alexis Hildebrandt | 2023-03-24 | 1 | -4/+0 |
| | |||||
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
| | |||||
* | Change header guard names to use `INCLUDED_` prefix | Phil Newton | 2022-04-06 | 1 | -3/+3 |
| | | | | Fixes #2049 | ||||
* | Use correct int return type for stream input operations | kanreki | 2021-12-08 | 1 | -12/+12 |
| | | | | | | | | This makes it safe to compare results to -1 to indicate EOF, regardless of whether char is considered signed or unsigned; and so eliminates compiler warnings on platforms such as ARM. Fixes bug #2058. | ||||
* | Remove unused macros HAVE_ACCESS and HAVE_REALPATH | Tim Landscheidt | 2019-01-12 | 1 | -5/+1 |
| | |||||
* | Unbreak with boost 1.68 | Jan Beich | 2018-07-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | In file included from src/main.cc:34: In file included from src/global.h:41: In file included from src/option.h:45: In file included from src/scope.h:45: In file included from src/op.h:45: In file included from src/expr.h:45: In file included from src/exprbase.h:57: src/utils.h:47:10: fatal error: 'boost/uuid/sha1.hpp' file not found #include <boost/uuid/sha1.hpp> ^ | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Fix build under msys32; add Appveyor continuous build | Evan Mallory | 2016-09-17 | 1 | -1/+1 |
| | | | | | | | | | | | | * Appveyor is a continuous integration platform for Windows that is free for open source projects. See latest test build here: https://ci.appveyor.com/project/Evan/ledger/build/artifacts * Changed WIN32 to _WIN32 because this article http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system claims that it is defined by the greatest number of compilers. * Modified HAVE_ISATTY and other system defines so that system.hh compiles when cmake fails to find the relevant function. * Add missing include in test/unit/t_value.cc Almost all tests fail when you run them on msys32. I will address that in a future PR. | ||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
| | | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" | ||||
* | Fix crash when using --trace 10 or above | Alexis Hildebrandt | 2014-12-23 | 1 | -1/+1 |
| | | | | | uint8_t is typedef'd to char, thus boost::lexical_cast treats it as such instead of a number. | ||||
* | Require the use of C++11 | John Wiegley | 2014-04-17 | 1 | -4/+0 |
| | |||||
* | Replace sha1.cc with boost::uuid::details::sha1 | David Bremner | 2014-04-17 | 1 | -4/+7 |
| | | | | | | | | 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. | ||||
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | Fixed a reference to HAVE_EDIT | John Wiegley | 2012-05-20 | 1 | -6/+5 |
| | |||||
* | Guard against an incorrect use of assert() | John Wiegley | 2012-05-20 | 1 | -1/+1 |
| | |||||
* | Changed all ASSERTS_ON -> !NO_ASSERTS | John Wiegley | 2012-05-20 | 1 | -6/+3 |
| | |||||
* | A few more CMake-related fixes | John Wiegley | 2012-05-20 | 1 | -4/+1 |
| | |||||
* | Work around collision between Format's put & Graph | John Wiegley | 2012-05-20 | 1 | -94/+0 |
| | |||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -25/+32 |
| | |||||
* | Switched to Boost.PropertyTree for XML generation | John Wiegley | 2012-05-18 | 1 | -45/+0 |
| | |||||
* | Added support for building with Clang and libc++ in C++11 | John Wiegley | 2012-04-28 | 1 | -4/+4 |
| | |||||
* | Added 'lowered' helper function | John Wiegley | 2012-04-04 | 1 | -0/+6 |
| | |||||
* | Added to_string(std::size_t) | John Wiegley | 2012-03-13 | 1 | -0/+6 |
| | |||||
* | DO_VERIFY() was always true in optimized builds | John Wiegley | 2012-03-11 | 1 | -1/+1 |
| | |||||
* | Added to_string() and operator+(const char *, string) | John Wiegley | 2012-03-09 | 1 | -0/+10 |
| | |||||
* | Call boost::regex, not boost::make_regex | John Wiegley | 2012-03-07 | 1 | -2/+2 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Made the --debug option's argument a regex | John Wiegley | 2012-02-28 | 1 | -2/+24 |
| | |||||
* | Another fix for Boost.Filesystem v3 | John Wiegley | 2011-03-25 | 1 | -1/+3 |
| | |||||
* | Support Boost 1.46 and Boost.Filesystem v3 | John Wiegley | 2011-02-28 | 1 | -0/+6 |
| | |||||
* | Fixed a bug preventing g++ 4.6 from working | John Wiegley | 2011-02-04 | 1 | -1/+1 |
| | |||||
* | Fixes for compilation as C++0x code | John Wiegley | 2011-02-04 | 1 | -0/+6 |
| | |||||
* | Fixed compiler warnings when building with Clang | John Wiegley | 2011-02-04 | 1 | -4/+4 |
| | |||||
* | Changes for building with Visual Studio 2008 | John Wiegley | 2010-06-15 | 1 | -2/+2 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -83/+83 |
| | |||||
* | Enabled timers and logging in NDEBUG builds | John Wiegley | 2010-06-05 | 1 | -3/+3 |
| | |||||
* | Allow opt -NDEBUG build to complete without warnings | John Wiegley | 2010-06-04 | 1 | -4/+4 |
| | |||||
* | Abstracted an sha1sum() function | John Wiegley | 2010-03-06 | 1 | -0/+10 |
| |