beder
|
a52233e638
|
Renamed all variables named 'null' (for real now, and only that)
|
2012-11-08 18:38:20 -06:00 |
|
beder
|
33d58b9256
|
Reverted last change
|
2012-11-08 18:24:00 -06:00 |
|
beder
|
3af7908b43
|
Renamed all variables named 'null'
|
2012-11-08 18:21:00 -06:00 |
|
beder
|
7c235ea619
|
Removed key/value error checks (since we don't require asking them)
|
2012-05-22 16:57:30 -05:00 |
|
beder
|
c858643174
|
Removed old api exceptions
|
2012-05-19 01:32:10 -05:00 |
|
beder
|
bf3d1f00c8
|
Switched the 'pragma once' to only happen on MSVC, or gcc >= 3.4 (it was causing trouble on the sun compiler)
|
2011-09-06 00:16:03 -05:00 |
|
jbeder
|
e227456982
|
Flipped the include guard and the pragma, and don't use the pragma for early versions of gcc (< 3.4)
|
2011-03-02 06:11:41 +00:00 |
|
jbeder
|
9a1ffcad7c
|
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)
|
2011-03-02 04:12:57 +00:00 |
|
jbeder
|
1b5dda963a
|
Fixed the rest of the includes to explicitly state yaml-cpp/
|
2010-10-18 07:22:53 +00:00 |
|
jbeder
|
3aafbdac96
|
Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes
|
2010-10-18 07:05:53 +00:00 |
|