- 04 Aug, 2011 1 commit
-
-
jbeder authored
-
- 03 May, 2011 1 commit
-
-
jbeder authored
-
- 16 Mar, 2011 1 commit
-
-
jbeder authored
Marked Parser, Emitter, Node, Iterator, Mark, and Null for exporting to a DLL. It appears to work properly, although VS gives me lots of warning C4251 since I didn't export all data members of each of the above classes. It seems that it's not necessary to export those members (as long as you can't access them), and most of them are STL instances, which apparently cause lots of problems for DLLs. (For example, you simply can't export instances of std::map; see http://support.microsoft.com/kb/168958.)
-
- 10 Mar, 2011 1 commit
-
-
jbeder authored
-
- 04 Mar, 2011 1 commit
-
-
jbeder authored
Fixed folding bug (detecting indentation, example 8.2), and clipping/stripping empty strings (example 8.6)
-
- 03 Mar, 2011 6 commits
- 02 Mar, 2011 7 commits
-
-
jbeder authored
-
jbeder authored
Refactored bool emitting to make it 1) correct for the short bool form and 2) not barf on early versions of VS
-
jbeder authored
Flipped the include guard and the pragma, and don't use the pragma for early versions of gcc (< 3.4)
-
jbeder authored
-
jbeder authored
Moved the local structs from Emitter::Write(bool) to an anonymous namespace in the hopes that Visual Studio <= 2003 will be happy
-
jbeder authored
Merged contrib folders from the graphbuilder-api branch, including the recursive search in CMakeLists.txt
-
jbeder authored
Switched exception constants to const char * const (from const std::string) so we don't have to construct them all in every translation unit, and switched the exception class to derive from std::runtime_error (so it handles what() for us)
-
- 05 Feb, 2011 1 commit
-
-
jbeder authored
-
- 31 Jan, 2011 1 commit
-
-
jbeder authored
Added Anchor() regex (so that we're not just using Alphanumeric to match anchors), but it's still not 100% right (it shouldn't allow non-printable characters, e.g.). Also fixed a test that was broken along these lines (if a colon immediately follows an anchor, it's part of the anchor)
-
- 03 Dec, 2010 1 commit
-
-
jbeder authored
-
- 28 Oct, 2010 2 commits
- 22 Oct, 2010 2 commits
- 21 Oct, 2010 1 commit
-
-
jbeder authored
-
- 19 Oct, 2010 1 commit
-
-
jbeder authored
Merged the other-tags branch into the trunk (this wasn't an rX:Y merge, since the branch wasn't branched directly from the head of the trunk)
-
- 18 Oct, 2010 2 commits
- 01 May, 2010 1 commit
-
-
jbeder authored
-
- 02 Dec, 2009 2 commits
- 17 Nov, 2009 1 commit
-
-
jbeder authored
Refactored emitter operator << overloads to not template them, so it's easier to overload for pointer types
-
- 12 Nov, 2009 1 commit
-
-
jbeder authored
-
- 06 Nov, 2009 1 commit
-
-
jbeder authored
-
- 04 Nov, 2009 1 commit
-
-
jbeder authored
-
- 30 Oct, 2009 2 commits
- 29 Oct, 2009 2 commits