index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce ledger.hh
Alexis Hildebrandt
2023-04-16
1
-1
/
+1
*
Use #cmakedefine01 for system capability checks
Alexis Hildebrandt
2023-04-15
1
-3
/
+3
*
Bump required Boost version to 1.72
Alexis Hildebrandt
2023-03-24
1
-4
/
+0
*
Fix compiler warnings
Alexis Hildebrandt
2023-02-20
1
-0
/
+4
*
Update copyright year
Alexis Hildebrandt
2023-02-02
1
-1
/
+1
*
Update copyright statement for 2022
Alexis Hildebrandt
2022-07-02
1
-1
/
+1
*
[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
-2
/
+2
*
[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
*
Fix build for building with g++ 4.8
John Wiegley
2014-05-07
1
-0
/
+8
*
Bump copyright information to 2014
Alexis Hildebrandt
2014-02-02
1
-1
/
+1
*
Resolve new compiler warnings from Clang
John Wiegley
2013-05-19
1
-1
/
+1
*
Bump copyright information to 2013
John Wiegley
2013-02-18
1
-1
/
+1
*
Don't use __has_feature in utils.cc
John Wiegley
2012-08-02
1
-4
/
+4
*
Guard some function definitions for ASan
John Wiegley
2012-07-30
1
-0
/
+8
*
Changed all ASSERTS_ON -> !NO_ASSERTS
John Wiegley
2012-05-20
1
-1
/
+1
*
Work around collision between Format's put & Graph
John Wiegley
2012-05-20
1
-40
/
+0
*
Converted the Ledger build system to use CMake
John Wiegley
2012-05-20
1
-22
/
+20
*
Switch to using Boost.Format
John Wiegley
2012-05-14
1
-3
/
+3
*
Added support for building with Clang and libc++ in C++11
John Wiegley
2012-04-28
1
-2
/
+2
*
Always call TRACE_CTOR at the end of constructors
John Wiegley
2012-03-20
1
-5
/
+7
*
Added --verify-memory and missing TRACE_[CD]TOR calls
John Wiegley
2012-03-18
1
-26
/
+84
*
Guarded against unreachable code warnings
John Wiegley
2012-03-11
1
-3
/
+0
*
Started writing Python unit tests
John Wiegley
2012-03-01
1
-2
/
+1
*
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
-1
/
+6
*
Added --rich-data for 'convert', and SHA1 checksum checking
John Wiegley
2012-02-26
1
-2
/
+2
*
Do not evaluate strings as booleans
John Wiegley
2012-02-11
1
-1
/
+1
*
Fixed compiler warnings when building with Clang
John Wiegley
2011-02-04
1
-3
/
+1
*
Untabified all source files
John Wiegley
2010-06-11
1
-49
/
+49
*
Corrections to the way error strings are generated
John Wiegley
2010-06-10
1
-0
/
+2
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
Fixed some debug output
John Wiegley
2009-11-13
1
-0
/
+5
*
Use ledger::string only if VERIFY_ON or BOOST_PYTHON
John Wiegley
2009-11-11
1
-0
/
+4
*
All strings passed to Python are now Unicode objects
John Wiegley
2009-11-10
1
-11
/
+13
*
std::string now only intercepted if STRING_VERIFY_ON
John Wiegley
2009-11-05
1
-0
/
+4
*
Disabled a memory check when --verify is on
John Wiegley
2009-10-28
1
-0
/
+7
*
Added TRUE_CURRENT_TIME() macro
John Wiegley
2009-10-28
1
-6
/
+7
*
Improved argument parsing logic used by the REPL
John Wiegley
2009-10-26
1
-0
/
+53
*
Fixed the memory tracing code (used by --verify)
John Wiegley
2009-10-25
1
-33
/
+56
*
Fixed many compiler warnings from g++ 4.4
John Wiegley
2009-10-25
1
-8
/
+10
*
Enabled use of pre-compiled headers by default
John Wiegley
2009-03-10
1
-0
/
+2
*
Reduced the #include dependency tree to a minimum
John Wiegley
2009-03-04
1
-1
/
+3
*
Added a warning_() macro
John Wiegley
2009-02-26
1
-4
/
+2
*
The Great Renaming, Part II
John Wiegley
2009-02-23
1
-1
/
+1
*
Fixed another memory bug in by_payee_xacts
John Wiegley
2009-02-21
1
-6
/
+12
*
Compilation verification code only with debugging
John Wiegley
2009-02-16
1
-0
/
+2
[next]