summaryrefslogtreecommitdiff
path: root/buildscripts/errorcodes.py
Commit message (Expand)AuthorAgeFilesLines
* Make "bare assert" check more selectiveTad Marshall2013-04-221-1/+1
* Have errorcodes.py track fassert and fassertFailed.Andy Schwerin2012-04-231-2/+3
* fail to build if you use a bare assert SERVER-1259Eliot Horowitz2012-03-261-0/+10
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-3/+2
* make buildscripts pay attention to fassert and assign error codesEliot Horowitz2012-03-231-1/+1
* improve scons invocation time by short circuiting regexEliot Horowitz2012-01-221-24/+35
* fix for windowsDwight2011-10-071-0/+1
* Preserve existing spacing when replacing 0 errorcodesMathias Stearn2011-08-011-5/+6
* Auto-gen zero error codes.gregs2011-06-211-11/+45
* fix error codesEliot Horowitz2011-06-061-1/+1
* add verify( <code> , <test> ) SERVER-1259Eliot Horowitz2011-05-291-1/+2
* use master for github link to avoid huge diffsMathias Stearn2011-05-121-3/+1
* Write docs/errors.md in binary modeMathias Stearn2011-05-121-1/+1
* not checking msgasserted for dupesEliot Horowitz2011-04-151-1/+1
* use /usr/bin/env python in all buildscriptsMathias Stearn2010-10-211-1/+1
* some cleaningEliot Horowitz2010-09-031-17/+2
* cleaning and error code stuffEliot Horowitz2010-07-191-0/+53
* don't look at module linksEliot Horowitz2010-06-021-1/+1
* seperate package for c++ clientEliot Horowitz2010-05-231-1/+1
* buildsystem: added new header directoriesRoman Shtylman2010-05-211-2/+2
* use stringstreamDwight2010-05-061-0/+0
* a little code cleanup / renameingDwight2010-01-031-0/+0
* Make buildscripts/errorcodes.py executableMathias Stearn2009-12-301-0/+1
* fix nightlyEliot Horowitz2009-12-291-1/+1
* fix 64-bit osxEliot Horowitz2009-12-281-1/+1
* use code in getLastError SERVER-112Eliot Horowitz2009-12-281-2/+1
* Exception classess need codes too SERVER-112Eliot Horowitz2009-12-281-3/+6
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-0/+82