summaryrefslogtreecommitdiff
path: root/src/error.cc
Commit message (Collapse)AuthorAgeFilesLines
* Switch to using Boost.FormatJohn Wiegley2012-05-141-2/+0
|
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
|
* Corrected the type of a castJohn Wiegley2012-02-171-1/+1
|
* Cleanup whitespaceJohn Wiegley2011-08-181-2/+2
|
* Increased an assertion's length limitJohn Wiegley2011-05-301-1/+1
|
* Corrections to the regression testsJohn Wiegley2011-03-031-1/+1
|
* Fix for Boost.Filesystem v3John Wiegley2011-02-281-1/+1
|
* Untabified all source filesJohn Wiegley2010-06-111-12/+12
|
* Corrections to the way error strings are generatedJohn Wiegley2010-06-101-0/+1
|
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
|
* Added a few more missing castsJohn Wiegley2009-10-311-3/+3
|
* Added two missing castsJohn Wiegley2009-10-311-1/+1
|
* Fixed many compiler warnings from g++ 4.4John Wiegley2009-10-251-15/+14
|
* Added some missing casts, upgraded to Boost 1.40John Wiegley2009-10-091-1/+2
|
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
|
* Corrected warnings g++-4.3.3 was complaining aboutJohn Wiegley2009-02-281-7/+7
|
* If an error occurred in /dev/stdin, don't fopen itJohn Wiegley2009-02-271-1/+1
|
* Added a new source_context functionJohn Wiegley2009-02-261-0/+36
|
* Use a "format accumulator" for error stringsJohn Wiegley2009-02-211-1/+3
| | | | | | | | 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-7/+7
|
* Removed report_error() function and reordered context for parsing errors.John Wiegley2009-02-021-6/+0
|
* Moved error code into error.h.John Wiegley2009-02-021-0/+84