"src/vscode:/vscode.git/clone" did not exist on "78b7a1b8a934820c9c582dc554fd0f646b494f60"
- 24 Aug, 2011 2 commits
-
-
beder authored
-
convert-repo authored
-
- 22 Aug, 2011 1 commit
-
-
jbeder authored
-
- 04 Aug, 2011 3 commits
- 10 Jul, 2011 2 commits
- 29 May, 2011 1 commit
-
-
jbeder authored
-
- 18 May, 2011 1 commit
-
-
jbeder authored
-
- 03 May, 2011 1 commit
-
-
jbeder authored
-
- 30 Mar, 2011 1 commit
-
-
jbeder authored
-
- 21 Mar, 2011 1 commit
-
-
jbeder authored
-
- 17 Mar, 2011 2 commits
- 16 Mar, 2011 3 commits
-
-
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.)
-
jbeder authored
-
jbeder authored
-
- 15 Mar, 2011 1 commit
-
-
jbeder authored
Removed comparison/implicit conversion operators for Node, and renamed Node::Read<T>() to Node::to<T>()
-
- 10 Mar, 2011 1 commit
-
-
jbeder authored
-
- 04 Mar, 2011 3 commits
- 03 Mar, 2011 9 commits
-
-
jbeder authored
Refactored parse.cpp so that VS doesn't complain, added MinSizeRel build setting, and fixed numbering in the spec tests
-
jbeder 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
-
jbeder authored
-
jbeder authored
-
jbeder authored
-
jbeder authored
-
jbeder authored
-
jbeder authored
-
jbeder authored
-
- 02 Mar, 2011 8 commits
-
-
jbeder authored
-
jbeder authored
-
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
Included 'mark.h' in the graphbuilder so that its method for removing the unused param warning (casting to void) compiles on 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
-