Commit Graph

1158 Commits

Author SHA1 Message Date
Kohei Takahashi
99fba04b40
Merge pull request #80 from boostorg/develop
Reflect CI updates into master
2019-01-25 19:38:40 +09:00
Kohei Takahashi
41226c47c0
Merge pull request #79 from boostorg/ci/update
Update CI scripts
2019-01-17 08:51:49 +09:00
Kohei Takahashi
6dafa79bc9
[ci skip] More increased git workers 2019-01-17 08:33:16 +09:00
Kohei Takahashi
b784c20f7f
CI: Added new dependency 2019-01-16 23:36:14 +09:00
Kohei Takahashi
98c6a21409
CI: Increased number of submodule worker 2019-01-16 20:35:46 +09:00
Kohei Takahashi
0d243982e7
Update CI scripts 2019-01-16 17:59:16 +09:00
Joel de Guzman
e4ec4b6f2a
Merge pull request #76 from Kojoley/do-not-include-the-whole-predef-library
Do not include the whole Predef library
2019-01-07 02:14:43 +08:00
Joel de Guzman
0e6feea17f
Merge pull request #77 from Kojoley/fix-ci
CI fix for the recent boost-install script changes
2018-12-31 07:19:43 +08:00
Nikita Kniazev
c588403d62 CI fix for the recent boost-install script changes 2018-12-27 00:57:25 +03:00
Nikita Kniazev
be6196cdaf Do not include the whole Predef library
Because of a single macro definition Phoenix includes the whole Predef
library.
2018-12-27 00:05:03 +03:00
Kohei Takahashi
d274d83c28
Merge pull request #74 from boostorg/develop
boost 1.69
2018-10-31 08:23:07 +09:00
Glen Fernandes
0e97b05591 Fix unit tests that did not return report_errors() 2018-09-24 19:49:55 -04:00
Glen Fernandes
5f2061241f Fix unit tests that did not return report_errors() 2018-09-17 07:21:15 -04:00
Kohei Takahashi
faffaf8e59
Merge pull request #68 from boostorg/develop
Pre 1.67.0 beta merge
2018-02-26 01:02:23 +09:00
Kohei Takahashi
389b204baf
Merge pull request #61 from Kojoley/fix-let-assigned-from-construct-from-array
Fix let assigned from construct from array
2018-02-07 23:39:50 +09:00
Kohei Takahashi
e0cee950f3
Merge pull request #67 from Kojoley/actor-assignment-subscript-rhs-by-value
Actor is taken by reference on assignment/subscript
2018-02-07 10:05:55 +09:00
Nikita Kniazev
e35373aa99 Actor is taken by reference on assignment/subscript 2018-02-05 20:58:30 +03:00
Kohei Takahashi
06ca50a307
Merge branch 'msvc-std-feture' into develop 2018-02-04 21:28:06 +09:00
Kohei Takahashi
47618e1bb8
ci: Enabled language feature switching. 2018-02-03 14:18:44 +09:00
Kohei Takahashi
a5c2892cf7
ci: Remove build branch restriction 2018-02-03 14:17:37 +09:00
Kohei Takahashi
fb821bb5aa
Merge pull request #66 from Kojoley/repair-custom-terminal-support
Repair custom terminal support
2018-02-03 13:09:19 +09:00
Nikita Kniazev
492938cdc8 Repair custom terminal support 2018-02-02 15:37:02 +03:00
Kohei Takahashi
c0bdea7f2e
Update expected failures markup
Now `lambda_tests22` should work anywhere.
2018-02-02 21:20:48 +09:00
Kohei Takahashi
29540a543b
Merge pull request #64 from Kojoley/use-proto-expr-op-overload-buildins
Use proto subscript and assignment overload operators buildins
2018-02-01 09:59:59 +09:00
Kohei Takahashi
080e2fafa2
Merge pull request #59 from DanielaE/fix/no-iterator-inheritance
Inheriting std::iterator is deprecated in c++17.
2018-01-28 21:41:18 +09:00
Nikita Kniazev
f094543a5e Remove unused detail::assign 2018-01-27 14:57:52 +03:00
Nikita Kniazev
ca77374d30 Enable the fixed lambda test 2018-01-27 14:54:33 +03:00
Nikita Kniazev
1e66ae741f Use proto subscript and assignment overload operators buildins 2018-01-27 14:53:31 +03:00
Kohei Takahashi
2831ce70a5
Added workaround for OS X node. 2018-01-27 16:59:14 +09:00
Daniela Engert
0ed67ea719
Inheriting std::iterator is deprecated in c++17.
Therefore get rid of all of that and replace inheritance by lifting std::iterator's members into the derived class.

Signed-off-by: Daniela Engert <dani@ngrt.de>
2018-01-27 08:47:46 +01:00
Kohei Takahashi
60bf5dba58
CI: Added --hash option to b2
to avoid max path length exceeding.
2018-01-27 12:38:54 +09:00
Kohei Takahashi
faaf449d04
CI: Define CI marker within Jamfile
super-project will run tests, and failure since no marker.
2018-01-27 12:37:12 +09:00
Nikita Kniazev
6ccdcabbc9 CI: Compile and run tests in parallel 2018-01-26 22:10:54 +03:00
Kohei Takahashi
273170a1a6
Merge pull request #63 from boostorg/preprocess
Added missing preprocessed files
2018-01-26 12:20:30 +09:00
Nikita Kniazev
49a4618d10 Fix let assigned from construct from array 2018-01-25 03:06:20 +03:00
Kohei Takahashi
a6cf5063f8
Added preprocessed files 2018-01-20 04:34:59 +09:00
Kohei Takahashi
b04a925288
Fixed pp-ed files switch 2018-01-20 04:34:59 +09:00
Kohei Takahashi
8f64b82384
Merge pull request #60 from boostorg/feature/ci
Added CI files
2018-01-20 04:02:57 +09:00
Kohei Takahashi
c8f30332f6
Fixed wrong workaround
it should be 1800 for msvc-12, 1700 is msvc-11.
2018-01-16 09:50:21 +09:00
Kohei Takahashi
997deff8fe
Added failures markup 2018-01-15 23:49:18 +09:00
Kohei Takahashi
c807e4cc6f
Disable some tests on AppVeyor. 2018-01-15 23:43:07 +09:00
Kohei Takahashi
4ecde73dd5
Reorganize lambda_tests
Those tests are complex and switched by compiler configuration but should not.
2018-01-15 23:39:07 +09:00
Kohei Takahashi
8107bd2cdc
Break travis jobs
to prevent exceeding running time limit.
2018-01-06 00:50:10 +09:00
Kohei Takahashi
4818e6219e
Fixed missing dependency 2018-01-01 20:12:43 +09:00
Kohei Takahashi
9647e0fcf3 Fixed submodule path 2018-01-01 13:55:19 +09:00
Kohei Takahashi
d20728490a Added CI files 2018-01-01 13:47:33 +09:00
Joel de Guzman
311c334491
Merge pull request #58 from Kojoley/fix-lazy-init-from-arrays
C++11: Fixed bug with initializing phoenix lazy from array types
2017-12-30 03:28:10 +08:00
Nikita Kniazev
db4c79fe7c C++11: Fixed bug with initializing phoenix lazy from array types
Type `const T [N]` decays to `T *const` when you place it into a function signature.

Closes https://svn.boost.org/trac10/ticket/12733.
2017-12-29 13:46:31 +03:00
Joel de Guzman
b850a7f47f Merge pull request #57 from ndevenish/patch-1
Fix minor typo in lazy_list.qbk
2017-07-18 17:11:11 +08:00
Nicholas Devenish
db7cec7bc7 Fix minor typo in lazy_list.qbk 2017-07-18 09:50:20 +01:00