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
|
581e92f63e
|
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)
|
2011-01-31 17:47:20 +00:00 |
|
jbeder
|
835bddea56
|
Small bug from switching static initialized regexes to lazy ones
|
2009-11-12 05:45:47 +00:00 |
|
jbeder
|
135c4c42ed
|
Switched the Exp:: regexes to functions that lazily evaluate their regexes
|
2009-11-04 22:56:59 +00:00 |
|
jbeder
|
b2c5328e6a
|
Implemented adjacent key:value pairs when the key is JSON-like
|
2009-10-29 21:05:48 +00:00 |
|
jbeder
|
b8a2c396a3
|
Merged r295:305 from the tags branch to the trunk
|
2009-10-29 15:48:06 +00:00 |
|
jbeder
|
7f0427a8b2
|
Merged r270:HEAD of the emitting-unicode branch
|
2009-10-19 23:31:11 +00:00 |
|
jbeder
|
42124aeee6
|
Fixed bug with omitted keys/values in a flow map
|
2009-09-02 21:39:57 +00:00 |
|
jbeder
|
49b1921be1
|
Fixed null key/value bug, added tests
|
2009-07-30 06:49:09 +00:00 |
|
jbeder
|
543d9f9730
|
Added header file inclusion guards
|
2009-07-29 22:27:20 +00:00 |
|
jbeder
|
de96fd8c4c
|
Merged emitter branch into trunk, changes r105:r151
|
2009-05-22 21:52:31 +00:00 |
|
jbeder
|
c7e762ee89
|
Switched to reading the entire file into a buffer at the start.\nThis speeds it up a TON (like 100x).
|
2009-02-01 20:48:43 +00:00 |
|
jbeder
|
21dd5b3742
|
Included <cstdio> for gcc-4.4 (issue 9)
|
2009-01-27 21:08:40 +00:00 |
|
jbeder
|
0c384260a4
|
Set the eol style to native for all files.
|
2008-09-03 22:20:39 +00:00 |
|
jbeder
|
113193209e
|
Added CMake scripts for other platforms\nFixed some bugs that gcc complained about\nFixed CR/LF vs LF bug
|
2008-08-07 03:30:56 +00:00 |
|
beder
|
68793e425e
|
Moved all code to src/ and include/ directories.
|
2008-07-14 04:33:30 +00:00 |
|