Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
b139bcb
Merge remote-tracking branch 'core/2.12.0_prep'
Apr 19, 2019
dd69942
Updating libuv version for *nix builds
Apr 19, 2019
e6e3c59
CPP-766 - Allow RPM packages to be built on Amazon Linux (#230)
mikefero Apr 25, 2019
53354e9
CPP-764 - Move internal components from `namespace cass` to `namespa…
mpenick Apr 29, 2019
0c8d1eb
CPP-770 Fix header file include guards (__CASS_XXX to DATASTAX_XXX) (…
mpenick Apr 30, 2019
a90986b
Manual formatting fixes before clang-format
May 1, 2019
4b8ab03
Add basic support for clang-format
May 1, 2019
4762815
Add format check to Jenkins CI
May 1, 2019
183e10f
Run clang-format
May 1, 2019
28db6f2
Fix clang-format cpp standard (Cpp03)
May 1, 2019
1a37d1f
Rerun clang-format
May 1, 2019
657e8fa
Merge pull request #235 from riptano/CPP-769
mpenick May 1, 2019
232f222
CPP-772 Remove per cpp file LOG_FILE attribute to speed up Windows build
May 1, 2019
95d6e15
Remove `/GL` and `/LTCG` from Windows builds
May 2, 2019
290f3c9
Merge pull request #236 from riptano/CPP-772
mpenick May 2, 2019
772e3a2
Run clang-format
May 7, 2019
625383a
CPP-775 - Add clang-format targets for Windows command line
May 7, 2019
e87cafb
Manually fixing code format before re-running clang-format
May 7, 2019
97ec92a
Merge pull request #240 from riptano/CPP-775
mikefero May 8, 2019
b576485
CPP-774 - Updating Windows binary publishing to Artifactory (#237)
mikefero May 8, 2019
b24fb3e
CPP-776 - test: Ensure mockssandra decodes entire frame (#247)
mikefero May 23, 2019
9b43b92
Merge remote-tracking branch 'core/master' into sync_core
May 29, 2019
a596639
Merge pull request #250 from riptano/sync_core
mikefero May 29, 2019
85a9294
Update copyright in README (#253)
mpenick Jun 6, 2019
3870627
CPP-745 - Exponential reconnection policy with jitter (#254)
mikefero Jun 21, 2019
cad4643
CPP-573 - docs: Fixing broken links and warnings (#257)
mikefero Jun 26, 2019
d7c3fd4
Merge remote-tracking branch 'core/master' into oss_merge
Jun 26, 2019
9ef1b03
Merge pull request #258 from riptano/oss_merge
mikefero Jun 26, 2019
52b42e2
Update CHANGELOG and versions
Jun 25, 2019
f9ef106
test: Updating Cassandra and DSE versions
Jun 26, 2019
09356d0
test: Fixing comparison warnings
Jun 26, 2019
cc05955
Fixing namespacing for core driver
Jun 26, 2019
a0f7023
Merge remote-tracking branch 'core/master' into 1.9.0_release_prep
Jun 27, 2019
7ec952d
test: Fixing comments and correcting values
Jun 28, 2019
b996200
doc: Fixing up formatting
Jun 28, 2019
08c85b3
Merge pull request #259 from riptano/1.9.0_release_prep
mikefero Jul 1, 2019
2670a38
Merge tag '1.9.0' into 2.13.0_release_prep
Jul 1, 2019
3b17f5c
CPP-769 - Adding format target for OSS driver
Jul 1, 2019
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
Merge remote-tracking branch 'core/master' into oss_merge
  • Loading branch information
Michael Fero committed Jun 26, 2019
commit d7c3fd4e1c50c506fdd7dfdf33b47a8a692bf6f2
18 changes: 9 additions & 9 deletions cpp-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,19 +166,19 @@ int main(int argc, char* argv[]) {
```

## License
Copyright (c) DataStax, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
© DataStax, Inc.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

[Apache Cassandra]: http://cassandra.apache.org
[DSE C/C++ driver]: http://docs.datastax.com/en/developer/cpp-driver-dse/latest
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.