- 11 Jan, 2012 1 commit
-
-
Jesse Beder authored
-
- 14 Nov, 2011 1 commit
-
-
Jesse Beder authored
-
- 04 Aug, 2011 1 commit
-
-
Jesse Beder authored
-
- 16 Mar, 2011 1 commit
-
-
Jesse Beder 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.)
-
- 03 Mar, 2011 3 commits
-
-
Jesse Beder authored
Added explicit doc start/end tokens for the emitter, and set it so that if you try to write after you've already written a full doc, it writes a doc start and continues
-
Jesse Beder authored
-
Jesse Beder authored
-
- 02 Mar, 2011 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Refactored bool emitting to make it 1) correct for the short bool form and 2) not barf on early versions of VS
-
Jesse Beder authored
Moved the local structs from Emitter::Write(bool) to an anonymous namespace in the hopes that Visual Studio <= 2003 will be happy
-
- 28 Oct, 2010 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 22 Oct, 2010 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 21 Oct, 2010 1 commit
-
-
Jesse Beder authored
-
- 19 Oct, 2010 1 commit
-
-
Jesse Beder 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 1 commit
-
-
Jesse Beder authored
Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes
-
- 17 Nov, 2009 1 commit
-
-
Jesse Beder authored
Refactored emitter operator << overloads to not template them, so it's easier to overload for pointer types
-
- 06 Nov, 2009 1 commit
-
-
Jesse Beder authored
-
- 29 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 22 Oct, 2009 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 19 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 30 Jul, 2009 1 commit
-
-
Jesse Beder authored
-
- 22 May, 2009 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-