Commit Graph

140 Commits

Author SHA1 Message Date
James E. King III
667a8229bd Update CI 2019-05-03 12:35:31 -04:00
Glen Fernandes
6665195565 Fix URL in documentation 2019-02-18 15:14:03 -05:00
James E. King III
c79bd24027 Update CI 2018-11-03 08:33:34 -04:00
James E. King III
189d89f3d1 Enhance Travis CI build coverage 2018-10-30 06:53:41 -04:00
Camille Brugel
22e8e35069 Fix "standalone" include issue by adding header boost/type_traits/is_pointer.hpp (#10) 2018-10-22 13:18:50 -04:00
James E. King III
fbb3cd559a fix broken ci jobs in travis 2018-07-14 20:52:15 +00:00
James E. King III
9c2eaf534f
Fix appveyor links and badges in readme 2018-06-14 17:11:37 -04:00
James E. King III
11be4386b5 fix coverity scan integration 2018-06-13 18:11:43 +00:00
James E. King III
e483936c4c fix building in boostorg appveyor account 2018-06-03 00:12:14 +00:00
James E. King III
2765f03f3c
Fix covscan badges in README 2018-05-28 22:30:13 -04:00
James E. King III
359221697a move .codecov.yml to boost-ci 2018-05-29 02:09:41 +00:00
James E. King III
c1593e7ea9 Add CI framework and move docs and examples into subdirectories
- travis with valgrind, cppcheck, ubsan, codecov, covscan (future)
  - appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64
  - README updated, LICENSE, etc.
  - Moved documentation into doc/
  - Moved examples into example/
2018-05-28 21:50:14 -04:00
Edward Diener
48965b4d51 Merge pull request #7 from dmeden/fix_13073
Fix uninitialized boolean flag in the char_separator constructor - tr…
2017-06-27 14:18:01 -04:00
dami
7775794a2d Fix uninitialized boolean flag in the char_separator constructor - trac/103073 2017-06-16 23:06:42 +01:00
Marshall Clow
b994cb1cbe Merge pull request #6 from jzmaddock/patch-1
Patch for Diab compiler
2017-04-16 10:49:44 -07:00
jzmaddock
26f41270ce Patch for Diab compiler
Extracted from Boost.Config issue: https://svn.boost.org/trac/boost/ticket/11655
2017-04-16 18:36:14 +01:00
Edward Diener
8c9e996364 Added required doc sub-directory. 2017-01-12 08:09:56 -05:00
Edward Diener
6b83489ede Merge pull request #5 from dmeden/develop
Adding README.md
2016-05-20 14:21:27 -04:00
dmeden
793761c51f Merge pull request #1 from dmeden/dmeden-cerate-README.md
Add README.md file
2016-05-19 18:40:42 +01:00
dmeden
d0744226c8 Add README.md file
Add some basic examples and useful information.
2016-05-19 18:39:59 +01:00
Ahmed Charles
8b3ab1f808 Merge branch 'master' into develop 2015-05-15 02:27:15 -06:00
Ahmed Charles
1d204ae979 Merge branch 'develop' 2015-05-15 02:26:16 -06:00
Noel Belcourt
2fa9f44100 Merge pull request #4 from Lastique/patch-1
Use public interface of Boost.Iterator

Tested on Darwin with clang-5.1.
2014-09-01 20:47:41 -06:00
Noel Belcourt
840ee640ad Merge pull request #3 from danieljames/metadata
Create metadata file.
2014-09-01 20:39:20 -06:00
Andrey Semashev
7d8b3c99d3 Use public interface of Boost.Iterator 2014-08-30 15:46:00 +04:00
Daniel James
30a696d75f Add metadata file. 2014-08-18 15:11:30 +01:00
Gregor Jasny
81818d7b63 Use BOOST_THROW_EXCEPTION macro to throw
Signed-off-by: Gregor Jasny <gregor.jasny@citrix.com>
2014-05-16 07:59:31 -06:00
Ahmed Charles
e3491ca6e2 Merge branch 'master' into develop 2014-05-16 07:57:23 -06:00
Noel Belcourt
80007b5773 Merge pull request #2 from danieljames/cherry-pick
Cherry pick some old documentation changes.
2014-04-27 16:35:20 -06:00
K. Noel Belcourt
ce180d6581 Tokenizer documentation fixes for ticket 2672.
Applied these changes.

The revision date should be changed from ''25 December, 2006'' to ''9 June
2010''. You could also change the webbot element from ''s-format="%d %B,
%Y"'' to ''s-format="%d %B %Y"''. The comma is superfluous in that format.

[SVN r62752]
2014-04-06 14:37:19 +01:00
K. Noel Belcourt
3cb98b9b50 Fixed ticket 2672 by applying (and slightly modifying
the attached patch.  The page now seems to validate
correctly.

[SVN r62707]
2014-04-06 14:36:37 +01:00
K. Noel Belcourt
186790fa32 Fix one XML validation warning.
[SVN r62708]
2014-04-06 14:36:08 +01:00
Marshall Clow
57ee8084c6 Merge Steven Kelley's changes to master 2014-03-31 15:55:39 -07:00
Marshall Clow
b9a3656359 Setting up merge point for git 2014-03-31 14:59:52 -07:00
Stephen Kelly
32c7a54233 Tokenizer: Remove obsolete MSVC version check.
[SVN r86037]
2013-09-30 00:21:08 +00:00
Vicente J. Botet Escriba
756ff7dcbf Tokenizer: fix minor warnings.
[SVN r83981]
2013-04-20 13:50:43 +00:00
Vicente J. Botet Escriba
33323f62d3 merge [62749].
[SVN r82907]
2013-02-15 18:03:34 +00:00
Marshall Clow
d6b50de1f4 Merge tokenizer fixes to release. Fixes #4649
[SVN r71185]
2011-04-11 13:21:15 +00:00
Marshall Clow
f17e70a091 Applied patch; Refs #4649
[SVN r71006]
2011-04-05 17:33:50 +00:00
Marshall Clow
1eac6325a1 Merge patch to release; fixes #4791
[SVN r66855]
2010-11-29 21:17:48 +00:00
Marshall Clow
8355a34b81 Applied patch from #4791; will close after merging to release
[SVN r66802]
2010-11-27 20:46:51 +00:00
Andrey Semashev
64a84f3f9b Added explicit std qualifiers to avoid name clash of boost and STL equal algorithms
[SVN r65133]
2010-08-30 15:37:58 +00:00
Andrey Semashev
d3d89aa513 Added explicit std qualifiers to avoid name clash of boost and STL equal algorithms
[SVN r64938]
2010-08-21 08:45:00 +00:00
Andrey Semashev
bd0e87d859 Worked around annoying "deprecated" warnings on MSVC.
[SVN r64932]
2010-08-19 20:06:52 +00:00
Andrey Semashev
3042689054 Worked around annoying "deprecated" warnings on MSVC.
[SVN r64931]
2010-08-19 20:02:59 +00:00
Andrey Semashev
950239721e Merged the fix for ticket 1755.
[SVN r62838]
2010-06-12 12:06:28 +00:00
K. Noel Belcourt
bf93977326 Tokenizer documentation fixes for ticket 2672.
Applied these changes.

The revision date should be changed from ''25 December, 2006'' to ''9 June
2010''. You could also change the webbot element from ''s-format="%d %B,
%Y"'' to ''s-format="%d %B %Y"''. The comma is superfluous in that format.



[SVN r62752]
2010-06-10 17:53:31 +00:00
Andrey Semashev
f996d6e6c3 One last missing cosmetic change.
[SVN r62750]
2010-06-10 17:15:22 +00:00
Andrey Semashev
c9f8e001fa Fixed tabs, removed unneeded spaces. Silenced a few warnings on MSVC and made the code compilable if no cwctype header is available.
[SVN r62749]
2010-06-10 17:13:14 +00:00
Andrey Semashev
aa38596da8 Fixed missing include for wide-charader classification functions.
[SVN r62747]
2010-06-10 16:31:38 +00:00