Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
f89c75f
Silence MSVC 14.1 warnings of narrowing conversion
Lastique Mar 25, 2017
791c447
Escape back slashes
danieljames Apr 9, 2017
b9cad50
Conditionally replace deprecated/removed C++98 std::bind1st by std::b…
DanielaE May 14, 2017
47635d0
Update icu.cpp
VemundH May 22, 2017
35fa162
Add CI testing.
jzmaddock May 30, 2017
180c0e7
CI: Manually fix up missing dependency to program_options.
jzmaddock May 30, 2017
2c98baf
CI: Fix program_options dependency spelling.
jzmaddock May 30, 2017
1dad925
CI: Manually specify dependencies, and streamline number of Appveyor …
jzmaddock May 30, 2017
cc09911
CI: Add missing dependency
jzmaddock May 31, 2017
7fa0ddd
CI: Add one more missing dependency.
jzmaddock May 31, 2017
dba63e4
CI: Add one more missing dependency.
jzmaddock May 31, 2017
af55bf7
CI: Add more dependencies to appveyor file.
jzmaddock May 31, 2017
0f5d7dd
Merge pull request #28 from Lastique/patch-1
jzmaddock Jun 2, 2017
65fdfa5
Merge pull request #29 from danieljames/feature/fix-escape
jzmaddock Jun 2, 2017
df563a8
Merge pull request #31 from VemundH/patch-1
jzmaddock Jun 2, 2017
18e38c2
Merge pull request #30 from DanielaE/feature/replace-deprecated-c++98…
jzmaddock Jun 2, 2017
4ac4a45
CI: Fix bjam arguments on appveyor.
jzmaddock Jun 4, 2017
a59890f
Merge branch 'develop' of https://github.com/boostorg/regex into develop
jzmaddock Jun 4, 2017
ab399c9
Documentation fix for backreferences example. Fixes issue #33.
jzmaddock Jul 30, 2017
d97bcfb
Fix integer types and signedness:
jzmaddock Jul 31, 2017
bc9b25b
Fix potential overflow in max_state_count calculation.
jzmaddock Jul 31, 2017
9cfc6a4
Change performance doc generator to shorten path names.
jzmaddock Aug 1, 2017
d96012b
Update linux performance results
jzmaddock Aug 1, 2017
4828a7f
Regenerate documentation with shorter path names.
jzmaddock Aug 1, 2017
9d4a4b7
Merge pull request #38 from boostorg/issue13001
jzmaddock Aug 1, 2017
5c543a8
Copy named sub-expression info when adapting ICU via iterators.
jzmaddock Aug 1, 2017
a32e0cc
Fix pattern escaping in regex used for \R so it works when the x-modi…
jzmaddock Aug 3, 2017
09894a5
Fix escapes in test case.
jzmaddock Aug 4, 2017
289ce86
Regex: move boost headers to top of list to work around clang issue w…
jzmaddock Sep 21, 2017
881a157
Regex: Fix integer overflow in expression parsing.
jzmaddock Oct 7, 2017
f592693
Regex: Fix potential negation of INT_MIN,
jzmaddock Oct 7, 2017
dc74e14
Try and fix travis CI configuration issue.
jzmaddock Oct 7, 2017
f343cab
Regex: Fix handling of repeats when mod_x is in effect.
jzmaddock Oct 8, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: Add one more missing dependency.
  • Loading branch information
jzmaddock committed May 31, 2017
commit dba63e41a8dce597c7c358f3fca16e193e7cafd6
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ install:
- git submodule update --init libs/optional
- git submodule update --init libs/atomic
- git submodule update --init libs/rational
- git submodule update --init libs/algorithm
- cp -r $TRAVIS_BUILD_DIR/* libs/regex
- ./bootstrap.sh
- ./b2 headers
Expand Down