index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils.h
Commit message (
Expand
)
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
*
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
*
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
*
Use correct int return type for stream input operations
kanreki
2021-12-08
1
-12
/
+12
*
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
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2018-01-27
1
-1
/
+1
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2017-01-05
1
-1
/
+1
*
Fix build under msys32; add Appveyor continuous build
Evan Mallory
2016-09-17
1
-1
/
+1
*
[misc] Update year in copyright notice to 2016
Alexis Hildebrandt
2016-01-02
1
-1
/
+1
*
Bump copyright notice to 2015
Alexis Hildebrandt
2014-12-27
1
-1
/
+1
*
Fix crash when using --trace 10 or above
Alexis Hildebrandt
2014-12-23
1
-1
/
+1
*
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
*
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
[next]