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
*
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
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
Added ledger::string(Iter, Iter) constructor
John Wiegley
2009-11-17
1
-0
/
+5
*
Move a typedef in utils.h
John Wiegley
2009-11-12
1
-4
/
+4
*
Use ledger::string only if VERIFY_ON or BOOST_PYTHON
John Wiegley
2009-11-11
1
-0
/
+8
*
All strings passed to Python are now Unicode objects
John Wiegley
2009-11-10
1
-27
/
+27
*
XML reporting now works via the "xml" command
John Wiegley
2009-11-09
1
-5
/
+16
*
Added basic foundation for XML reporting
John Wiegley
2009-11-09
1
-0
/
+34
*
Removed a bunch of empty comments
John Wiegley
2009-11-08
1
-2
/
+0
*
std::string now only intercepted if STRING_VERIFY_ON
John Wiegley
2009-11-05
1
-1
/
+9
*
Whitespace fix
John Wiegley
2009-11-04
1
-1
/
+1
*
Parse \n and such in all strings read with READ_INTO
John Wiegley
2009-10-31
1
-0
/
+18
*
Added serialization methods for most type
John Wiegley
2009-10-30
1
-0
/
+12
*
Made the id function available in post contexts
John Wiegley
2009-10-27
1
-2
/
+3
*
Improved argument parsing logic used by the REPL
John Wiegley
2009-10-26
1
-0
/
+2
*
New valexpr functions: id, idstring, magnitude
John Wiegley
2009-10-25
1
-0
/
+13
*
Fixed many compiler warnings from g++ 4.4
John Wiegley
2009-10-25
1
-4
/
+4
*
Enabled use of pre-compiled headers by default
John Wiegley
2009-03-10
1
-2
/
+0
*
Reduced the #include dependency tree to a minimum
John Wiegley
2009-03-04
1
-4
/
+2
*
Corrected warnings g++-4.3.3 was complaining about
John Wiegley
2009-02-28
1
-7
/
+7
*
Marked all strings needing internationalization
John Wiegley
2009-02-25
1
-2
/
+2
*
The Great Renaming, Part II
John Wiegley
2009-02-23
1
-1
/
+1
*
--exchange option now accepts multiple commodities
John Wiegley
2009-02-22
1
-0
/
+8
*
Compilation verification code only with debugging
John Wiegley
2009-02-16
1
-1
/
+0
*
Properly handle UTF-8 characters in commodity strings.
John Wiegley
2009-02-12
1
-37
/
+39
*
Fixed some #include ordering issues.
John Wiegley
2009-02-07
1
-5
/
+0
*
More revision to the way options are handled; reworked CSV command.
John Wiegley
2009-02-07
1
-1
/
+2
*
Removed the now unused pushvar.h file.
John Wiegley
2009-02-06
1
-1
/
+0
*
Added proper handling of SIGINT (C-c) and SIGPIPE (pager quits).
John Wiegley
2009-02-04
1
-0
/
+22
*
Removed the binary caching code, and the XML, QIF and Gnucash parsers.
John Wiegley
2009-02-03
1
-36
/
+0
*
Changed many uses of "unsigned long" to std::size_t.
John Wiegley
2009-02-01
1
-1
/
+1
*
Added a streaming object for outputting XML strings (convenience wrapper).
John Wiegley
2009-02-01
1
-0
/
+24
*
Added documentation stubs for all include files and classes.
John Wiegley
2009-01-31
1
-1
/
+2
*
Created a new stream.h file for dealing with output streaming.
John Wiegley
2009-01-30
1
-0
/
+1
[next]