Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/cucumber/cucumber-cpp

Support for writing Cucumber step definitions in C++
https://github.com/cucumber/cucumber-cpp

Modified FindGMock.cmake to only download gmock/gtest when not available.

Fixed cmake files for building with mingw on windows.

3db24d4a44286f4b27bf500dce0d82ef6aa67d00 authored almost 8 years ago by Michel Estermann <[email protected]>
Added CLion to gitignore

26013e25f1fa719980fb23153d927a87f70e4099 authored almost 8 years ago by Paolo Ambrosio <[email protected]>
Merge #126 'Optionally listen on a UNIX socket instead of TCP'

06756c783c61be7591dff00957e3ec36a515c848 authored almost 8 years ago by Paolo Ambrosio <[email protected]>
Fixed flickering Unix socket tests on OSX

edb906075c2d8c121aea43f6d729440a2db932c1 authored almost 8 years ago by Paolo Ambrosio <[email protected]>
Add test case to verify unix socket deletion

b162c41621162d0e045c6a240fbc2e8be4f7362d authored almost 8 years ago by Giel van Schijndel <[email protected]>
Refactor Unix support to do without Boost.Variant

12b16547357dc01f891896e35bd3b287e5025c6c authored almost 8 years ago by Giel van Schijndel <[email protected]>
Merge #132 'Throw by value, catch by reference'

7e25289724ac4258b2ff2b226f0f2d90d98c2cb9 authored almost 8 years ago by Paolo Ambrosio <[email protected]>
Throw by value, catch by reference

To prevent object-splicing at the catch site.

23fe5d16dfde9d0cc3aca14a9c674a8f58bf2597 authored almost 8 years ago by Giel van Schijndel <[email protected]>
Optionally listen on a UNIX socket instead of TCP

When you now pass --unix $SOCK_NAME it'll bind to that path as a Unix
socket permitting Cucumber...

18d624880db2141d2bfa70c7dca61521b8958f7d authored almost 8 years ago by Giel van Schijndel <[email protected]>
Merge #128 'Fix C4512 warning for each step definition in Visual Studio'

584bb9beb8b3bf6d9ae4c1ffb8e5fb47df22be5c authored almost 8 years ago by Paolo Ambrosio <[email protected]>
Merge #131 'Add support for using ephemeral ports'

ed494955a2f71afa272bf18689f38a1d9fa6d2a1 authored almost 8 years ago by Paolo Ambrosio <[email protected]>
Add support for using ephemeral ports

Ephemeral ports are used when binding to port '0'. The operating system
then automatically selec...

843cc3e53323bbe5246e9e1047cd34a268d9fc30 authored about 8 years ago by Giel van Schijndel <[email protected]>
Wait for Steps executable to finish before continuing

10bb40e24fe8be98a1f6080d5c960f61626e2ef5 authored about 8 years ago by Giel van Schijndel <[email protected]>
Fix issue #127 Assignment operator not generated

Added a private declaration of the assignment operator to StepInfo.

f55333632ee9e08408b04d10a7890557439a837d authored about 8 years ago by Matt Johnson <[email protected]>
Merge #125 'Disable Nagle on TCP socket'

de8257114357da6571fca7d3e4a48ed438523167 authored about 8 years ago by Paolo Ambrosio <[email protected]>
Merge #124 'Fixing non valid preprocessor warning on msvc'

886e2ea03a81dc7d87c0b610ad4556a6ec63a561 authored about 8 years ago by Paolo Ambrosio <[email protected]>
Fixing non valid preprocessor warning on msvc

3abd374ffd669c4a1b2d7b591583554122591b98 authored about 8 years ago by ALLARD Antoine <[email protected]>
Disable Nagle on TCP socket: too slow for interactive

The wire-protocol is latency-bound, not bandwidth-constrained. So
disable the Nagle algorithm to...

67b3f891465646dfc1338b843e9ac204d53caafc authored about 8 years ago by Giel van Schijndel <[email protected]>
Merge #116 fixes #79

9b3225f43568519f55c144f63a69369b9ab95e55 authored over 8 years ago by Paolo Ambrosio <[email protected]>
Merge #120 'Download gmock/gtest from github'

Fixes #122 and closes #121

bbf75ca1fbbb5ed94792181f1f44365279832112 authored over 8 years ago by Paolo Ambrosio <[email protected]>
Add GMock/GTest 1.8.0 to travis CI

79c968411652fdb3e28ed746420633d3c780bd33 authored over 8 years ago by Kamil Strzempowicz <[email protected]>
support for gtest/gmock >= 1.8.0

93214f7f2eed5ec07d074d538d6b9f4b77fa3e10 authored over 8 years ago by Kamil Strzempowicz <[email protected]>
change gmock/gtest source to github

d18797abf1812014fc6f44a6b905f393a3642291 authored over 8 years ago by Kamil Strzempowicz <[email protected]>
Fixed code, separating regex and c-string escaping

Introduced unit tests
Fixed feature file, with bizarre escaping behaviour

fbc49a34e12a0b9b2a6e121d97ba1ad8f46dce8f authored over 8 years ago by Paolo Ambrosio <[email protected]>
My solution to issue #79

fb410264bb2784186bd7ea2fbd920387f9693de4 authored over 8 years ago by Kamil Strzempowicz <[email protected]>
Merge #118 'Removed support for CppSpec'

d855fcd9011ebfd2e04a666c66462dd7a600f365 authored over 8 years ago by Paolo Ambrosio <[email protected]>
Removed support for CppSpec

7119cc3b19e41d7410f874a03d3ca9f221f2db51 authored over 8 years ago by Paolo Ambrosio <[email protected]>
Preparing history file for next development release

5dd9b234f160585d12f4e0294cbfa1de6d6c0225 authored over 8 years ago by Paolo Ambrosio <[email protected]>
Updated history file for the 0.3.1 release

79b9fcfac97876410d061a17436f4891386ca31c authored over 8 years ago by Paolo Ambrosio <[email protected]>
Merge #111 'Fixed documentation'

a916693725abad2e3a024ec0eda89dc499673635 authored over 8 years ago by Paolo Ambrosio <[email protected]>
Merge #107 'A number of fixes to compile with VS2012 and Xcode5'

1a89158e1f0d3004a93032c5ff078194d9473ff8 authored over 8 years ago by Paolo Ambrosio <[email protected]>
Merge branch 'cherry-pr72-vc2012' of https://github.com/paoloambrosio/cucumber-cpp into pr107

07ff9de8e8f810fda8fbdb13b1cd8b0675bcfb42 authored over 8 years ago by Paolo Ambrosio <[email protected]>
Merge #114 'Basic AppVeyor build'

5f54cb7b31ddafb8f2dc3d25a129818573403168 authored over 8 years ago by Paolo Ambrosio <[email protected]>
AppVeyor 64-bit build and email notifications

471d7719ba364360d9a14a0ce498484b41d9f153 authored over 8 years ago by Paolo Ambrosio <[email protected]>
Basic AppVeyor build

8f85f1e71d9a7fb08c1aad519d40ba1cb49fa425 authored over 8 years ago by Paolo Ambrosio <[email protected]>
Merge #113 'Fix Windows build'

b20b94f556dfa8458fad8c23538b968c89fa6176 authored over 8 years ago by Paolo Ambrosio <[email protected]>
Fix E2E tests not running on Windows

9ca995351bf25768de00c6e884d60d5e3a4dd6d6 authored over 8 years ago by Paolo Ambrosio <[email protected]>
Removed Bundler from CMake script (left as a manual step)

276aa68ce17df2c44b6c016c16725a6b697b9fcc authored over 8 years ago by Paolo Ambrosio <[email protected]>
Fix Windows build

b8b2bf5e939232492edb5fed57a4909649194b33 authored over 8 years ago by Paolo Ambrosio <[email protected]>
Added some more meta information to build instructions

a091b841c697b4d29b4d286e7a4680a93adc2158 authored almost 9 years ago by Dennis Günnewig <[email protected]>
Added some more hints about building cucumber-cpp

372cfeb9c06946351929928499430fe5290d743e authored almost 9 years ago by Dennis Günnewig <[email protected]>
Merge #99 'Generic driver'

ab3bcd6c1c09bf880e12ce5b22c014b76b0b522c authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Deprecated defs.hpp in favour of autodetect.hpp or generic.hpp

c41f90d7deb97b6e0212228e0a0ead60fe4ad3f6 authored almost 9 years ago by Paolo Ambrosio <[email protected]>
remove deprected defs.hpp from features

f37b95126041304854e40e270cd126d0a63e1cec authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
Added test for GenericDriver, removed duplication in includes

bc254f15971affaaa5910fd6d72421a536c698b2 authored almost 9 years ago by Paolo Ambrosio <[email protected]>
new approach to GenericDriver

14b408631d4fe0332cafd4bbbd81d9d056d40384 authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
Fix compiler warning about hidden virtual function definition

Alternative to hvellyr/cucumber-cpp@0e76db6
Hooks need a wider refactoring that is out of scope ...

84ab6fa4013b036bd3956f76381897906fa27cba authored almost 9 years ago by Paolo Ambrosio <[email protected]>
remove deprected-defs

695fb6536228983cfc4e8c92b3f7dc674234dd72 authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
Replace FakeDriver with GenericDriver, warn when using it

79097337b64e19f758a0be17a871602fc937dd68 authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
Fix compiler warning about member initializer order

3c388e79eff5334382fc8ae2c147cb3f9ef8eaa6 authored almost 9 years ago by hvellyr <[email protected]>
Avoid build warning about nested comments on Visual studio

385b7533a96c8fd3acc17bf0b6346c230b2a20f4 authored almost 9 years ago by gck <[email protected]>
Fix compiler warning about inlined static function

698e9f172f7490a63e12d3976242add5a52826db authored almost 9 years ago by hvellyr <[email protected]>
Fix compiler warning about type mismatch

2ea248eae449b4e955bf5bdccaa0c8ff0fa81cfb authored almost 9 years ago by hvellyr <[email protected]>
Fix compiler warning about useless const on returntype

162fc1a4f4a21c03eab0b3b60b1c8c754e60468b authored almost 9 years ago by hvellyr <[email protected]>
Fix compiler warnings about missing virtual destructors

8679d0b96d74004b6b24f2101274bc61ac690995 authored almost 9 years ago by hvellyr <[email protected]>
Fix unused parameter warnings about unused parameters

Conflicts:
src/drivers/BoostDriver.cpp

d189a0717882cedd0224c072613d54f0e69b51fc authored almost 9 years ago by hvellyr <[email protected]>
Merge #98 'Qt5 support for CalcQt example'

b3e089b638c17cc259d5b46a707e81082010447d authored almost 9 years ago by Paolo Ambrosio <[email protected]>
fix travis.yml

55bcf56eec9fe8408ccaf38760fe056e8d33399c authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
get rid of LIBCALCQT_BUILD CMake variable

77e4f41fbf789288359943f6f838e909b363d77f authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
Merge #106 'Make it easier to use cucumber-cpp as a submodule'

9d2827943b6084794d8710abede184d4aa1fd360 authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Added CUKE_DISABLE_UNIT_TESTS parameter, renamed functional test into end-to-end

c3fb7d266161789bc1249874af062956bc5049a3 authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Make it easier to use cucumber-cpp as a submodule

Support add_subdirectory(cucumber-cpp cucumber-cpp)
Set NOT CUKE_DISABLE_UNIT_TESTS to leave out...

3e3e044ab3dfb35f1cbfcd88b8155ab8be636d6a authored almost 9 years ago by Eric Brayet <[email protected]>
Add Qt5 support for building calcqt

3ec9497d5ccfc4a6969d015caf033ee7f79c1e4c authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
gtest calcqt steps

84dba69b67ae493a4f51fe260ac5d3b22796f2e2 authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
Merge #104 'Working OSX CI on Travis'

3551bd467a30c8f41235b2567f96ecd52e5da7ad authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Add OSX CI

1d186d625fedc812a0c7d43269d0daa0ec2619f9 authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
Merge #105 'Upgrade Ruby libraries to more recent versions (not latest)'

d8632da40bbfa2e3eeb3090e2e10e103e77e05be authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Upgrade Ruby libraries to more recent versions (not latest)

2fdcee9214041d7e05bd3f0142989c71cc7ecbe7 authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Merge #103 'Use boost program_options to parse command line parameters'

98e3a922e7f9469ca70d877f4ebad6a1faa8f96e authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Fixing Travis build

f75c933eba34d398109bab7eb73199634f44a505 authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Adding verbose option

12470a8997bbc74220e287a8a5c6b7afbfb7803a authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Added program_options to CMake

94485c3254c52f0ac3bb36e9e5fb2e48f0cc1c93 authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Update main.cpp

Change help message

07df0bb46d1e0446d6de1918d60eab23c8c3ee9c authored almost 9 years ago by Lemutar <[email protected]>
remove old parser from wirde server

587a8b69670bab9535f61750eeca87783f88e340 authored almost 9 years ago by Lemutar <[email protected]>
add option parser for wireserver

1e92292702517bf8ac2111be616db6526a87a452 authored almost 9 years ago by Lemutar <[email protected]>
Merge #102 'Fix OSX build'

2123ae5ba6ec77a0522af2c6297a8984990520b4 authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Merge #101 'Added support for boost 1.59 and 1.60'

124744da9a99b43595758f28138287b16a310ea8 authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Put badges together on the same line

(forgot a git add with the previous merge)

1de58838ea3fe5026c7a534e55677f42b1aadf27 authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Merge #100 'Add a getting started section to README.md'

...and put badges on a single line

a6ab795044fa5bbe2e46b4b1891dd811a6848a4f authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Moving step definition process kill out as a hook

3cfcaa43def5027a6a5ef7cf1c7dac25db742b7c authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Fix OSX features not recompiling step definitions

ac3301490bd569416b3c1a8b60e542708b8677a1 authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Added support for boost 1.59 and 1.60

Adapted code to API changes in boost 1.59 and 1.60:

- Register global test case during initiali...

28ce2f649ad344cc4e97eb990eb19746b6b49308 authored almost 9 years ago by kai-unger <[email protected]>
rephrase to be less unix specific

a03a06e0293d530dc6f658d0b1df4eab2f03ed0a authored almost 9 years ago by Martin Delille <[email protected]>
Add a getting started section to README.md

698a945e94220809c56371d3a3e3de7ad5d1dc23 authored almost 9 years ago by Martin Delille <[email protected]>
Merge pull request #95 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

1e633c6b59c75b959b480dcc4e40123e7fc59032 authored almost 9 years ago by Paolo Ambrosio <[email protected]>
Add Gitter badge

0ee61740b80ed420a9b34a1d99e78ab6381751c9 authored almost 9 years ago by The Gitter Badger <[email protected]>
Merge branch 'konserw-new_gtest'

Use GTest/GMock CMakeLists from their source code.

91807ff9287378099c55aaf2456ab14c1fc67115 authored almost 9 years ago by Paolo Ambrosio <[email protected]>
add verbose option to log more detail in FindGmock

f74db0781c9831e172a355c07492bb0928b30d99 authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
[visualCpp] fix gmock/gtest libraries paths

efb512956256fbd5b3f365e3268726241b34ea1f authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
fix lack of newlines in cmakelists

fb049f2e3245206b531e75936d5e6b8cf7063fd3 authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
[appveyor] fix lib path for gtest

4d4a0efcec17343b2a01819190c0bbb755eb4084 authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
[appveyor] try adding dependencie on gmock

554246f9c185ac8ffd052de0a1b64a30099b8981 authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
add GTEST_FOUND

4e69924206fa7f391fbe69bf02bcc315dc0c669a authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
reverted to using if(GMOCK_FOUND)

3634eec72458de62e9b56999dfae9ac6c673ead5 authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
Merge branch 'new_gtest' of https://github.com/konserw/cucumber-cpp into new_gtest

7954b9a0b3d712d838eefd7c728b26f4239bd8ba authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
reverted deletion of cuke_add_driver_test function

a2408cc461051f927190d768ed5b15e02807cffb authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
removed old gmock versions as they fail to build

a11de331938134ad1b1aa3ff4c3c3673dcf7eefc authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
Remove redundand function GTEST_ADD_TESTS and use if(GMOCK_FOUND) instead of if(NOT CUKE_DISABLE_GTEST) in tests/CMakeLists.txt

706572ec78a89f5942dafe2e95e1b472bd3ec104 authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
additional gtest versions for travis

0e99ffe4e57746aad7926cf74ff4fab523507228 authored almost 9 years ago by Kamil Strzempowicz <[email protected]>
move building gmock to gmock module

3cead35b6ea8ed1c23a40f54a010f714b70006d4 authored almost 9 years ago by Kamil Strzempowicz <[email protected]>