Takatoshi Kondo
|
4466bda819
|
Updated travis-ci.
Use container based build `sudo: false`.
|
2017-01-07 01:20:22 +09:00 |
|
pmalhaire
|
9c77a0f24a
|
Adding an example of sax like parser using buffered content (could be a socket)
|
2016-11-30 10:28:57 +01:00 |
|
Takatoshi Kondo
|
73af452ed8
|
Fixed #507.
Removed -Wno-mismatched-tags option from g++.
g++ doesn't support the option and doesn't care the mismatch originally.
|
2016-07-29 19:49:53 +09:00 |
|
Takatoshi Kondo
|
39e7856c48
|
Fixed #382.
Fixed warnings on gcc 4.1.2.
Added gcc version checking for adding -std=c++03 flag.
|
2015-11-12 00:20:21 +09:00 |
|
Takatoshi Kondo
|
8cae20ffc4
|
-std=c++11 and -std=c++03 flags shouldn't be given in indivitual CMakeLists.txt.
cpp03 examples should be compiled both -std=c++03 and -std=c++11.
|
2015-08-18 13:52:02 +09:00 |
|
Takatoshi Kondo
|
12b5a6235a
|
Added examples to cmake building process.
Set /WX flas that is warnings as errors on MSVC build.
Updated linux, osx, msvc build to refer to appropriate boost libraries.
|
2015-08-12 17:49:33 +09:00 |
|