summaryrefslogtreecommitdiff
path: root/src/utils.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Added ledger::string(Iter, Iter) constructorJohn Wiegley2009-11-171-0/+5
* Move a typedef in utils.hJohn Wiegley2009-11-121-4/+4
* Use ledger::string only if VERIFY_ON or BOOST_PYTHONJohn Wiegley2009-11-111-0/+8
* All strings passed to Python are now Unicode objectsJohn Wiegley2009-11-101-27/+27
* XML reporting now works via the "xml" commandJohn Wiegley2009-11-091-5/+16
* Added basic foundation for XML reportingJohn Wiegley2009-11-091-0/+34
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-2/+0
* std::string now only intercepted if STRING_VERIFY_ONJohn Wiegley2009-11-051-1/+9
* Whitespace fixJohn Wiegley2009-11-041-1/+1
* Parse \n and such in all strings read with READ_INTOJohn Wiegley2009-10-311-0/+18
* Added serialization methods for most typeJohn Wiegley2009-10-301-0/+12
* Made the id function available in post contextsJohn Wiegley2009-10-271-2/+3
* Improved argument parsing logic used by the REPLJohn Wiegley2009-10-261-0/+2
* New valexpr functions: id, idstring, magnitudeJohn Wiegley2009-10-251-0/+13
* Fixed many compiler warnings from g++ 4.4John Wiegley2009-10-251-4/+4
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-2/+0
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-4/+2
* Corrected warnings g++-4.3.3 was complaining aboutJohn Wiegley2009-02-281-7/+7
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-2/+2
* The Great Renaming, Part IIJohn Wiegley2009-02-231-1/+1