"host/online_compilation/include/hipoc_program_impl.hpp" did not exist on "1685048a6725e531b577510295d2d62664c15962"
- 02 Mar, 2011 7 commits
-
-
Jesse Beder authored
-
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
-
Jesse Beder authored
-
Jesse Beder authored
Merged the debuggable branch's CMakeLists.txt (and added a build for RelWithDebInfo) - note that the options are only for gcc
-
Jesse Beder authored
Merged contrib folders from the graphbuilder-api branch, including the recursive search in CMakeLists.txt
-
Jesse Beder authored
-
Jesse Beder 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
-
-
Jesse Beder authored
-
- 31 Jan, 2011 1 commit
-
-
Jesse Beder 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
-
-
Jesse Beder authored
-
- 15 Nov, 2010 1 commit
-
-
Jesse Beder authored
-
- 09 Nov, 2010 1 commit
-
-
Jesse Beder authored
-
- 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 2 commits
-
-
Jesse Beder authored
-
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 6 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Forgot to add the new header location to the project (not important for compiling, but it is for the various generators)
-
Jesse Beder authored
Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes
-
Jesse Beder authored
-
- 01 May, 2010 1 commit
-
-
Jesse Beder authored
-
- 15 Mar, 2010 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 03 Mar, 2010 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Updated to remove most of the warnings in Visual Studio. (There's still the one about all control paths returning a value left.) Fixed one warning (when an istream converts to void * to then convert to bool), and disabled three.
-
- 21 Dec, 2009 1 commit
-
-
Jesse Beder authored
-
- 02 Dec, 2009 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Fixed leak when adding duplicate keys (and actually changed the behavior - now we take the first instance, not the last)
-
- 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
-
- 12 Nov, 2009 2 commits
-
-
Jesse Beder authored
Refactored the traits a bit, and added displaying the key to string and numeric key not found errors
-
Jesse Beder authored
-
- 10 Nov, 2009 1 commit
-
-
Jesse Beder authored
-
- 06 Nov, 2009 1 commit
-
-
Jesse Beder authored
-