summaryrefslogtreecommitdiff
path: root/src/error.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
|
* Switch to using Boost.FormatJohn Wiegley2012-05-141-14/+6
|
* Started writing Python unit testsJohn Wiegley2012-03-011-0/+6
|
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
|
* Untabified all source filesJohn Wiegley2010-06-111-26/+26
|
* Corrections to the way error strings are generatedJohn Wiegley2010-06-101-0/+2
|
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
|
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-4/+0
|
* Fixed many compiler warnings from g++ 4.4John Wiegley2009-10-251-8/+8
|
* Corrected warnings g++-4.3.3 was complaining aboutJohn Wiegley2009-02-281-4/+4
|
* Added a warning_() macroJohn Wiegley2009-02-261-0/+10
|
* Added a new source_context functionJohn Wiegley2009-02-261-0/+5
|
* Use a "format accumulator" for error stringsJohn Wiegley2009-02-211-3/+12
| | | | | | | | This makes it possible to internationalize strings while still using I/O streams. For example: std::cout << ACCUM(_("Hello to %1 and %2!") << "me" << "you") << std::endl;
* Simplified the textual parser, and improved metadata support.John Wiegley2009-02-041-3/+3
|
* Removed report_error() function and reordered context for parsing errors.John Wiegley2009-02-021-2/+0
|
* Moved error code into error.h.John Wiegley2009-02-021-35/+6
|
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+14
|
* Correctly report the line context when there is a valexpr parsing error.John Wiegley2009-01-221-8/+22
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Fixed the way that nested caught exceptions are rethrown, and how valueJohn Wiegley2008-09-151-1/+1
| | | | expressions are displayed when errors are found in them.
* Ledger now builds without any significant warnings, except for one file. SomeJohn Wiegley2008-08-101-4/+6
| | | | | of the warnings had to be temporarily disabled, but will be checked again once the code has moved into master.
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+85
is in doc/, etc.