- 07 Sep, 2011 11 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Added (another) layer - now 'node_ref' is between node and node_data, and it decrees whether nodes are identical
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 06 Sep, 2011 8 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Switched the 'pragma once' to only happen on MSVC, or gcc >= 3.4 (it was causing trouble on the sun compiler)
-
- 05 Sep, 2011 1 commit
-
-
Jesse Beder authored
-
- 24 Aug, 2011 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 22 Aug, 2011 1 commit
-
-
Jesse Beder authored
-
- 04 Aug, 2011 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 10 Jul, 2011 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 29 May, 2011 1 commit
-
-
Jesse Beder authored
-
- 18 May, 2011 1 commit
-
-
Jesse Beder authored
-
- 03 May, 2011 1 commit
-
-
Jesse Beder authored
-
- 30 Mar, 2011 1 commit
-
-
Jesse Beder authored
-
- 21 Mar, 2011 1 commit
-
-
Jesse Beder authored
-
- 17 Mar, 2011 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 16 Mar, 2011 3 commits
-
-
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.)
-
Jesse Beder authored
-
Jesse Beder authored
-
- 15 Mar, 2011 1 commit
-
-
Jesse Beder authored
Removed comparison/implicit conversion operators for Node, and renamed Node::Read<T>() to Node::to<T>()
-
- 10 Mar, 2011 1 commit
-
-
Jesse Beder authored
-