Commit Graph

141 Commits

Author SHA1 Message Date
Thom Troy
cd65d74137 Merge pull request #27 from ttroy50/add-conan-imported-targets
add conan using imported targets
2019-05-05 19:15:03 +01:00
ttroy
8ccd2b130b add conan using imported targets 2019-05-05 18:57:49 +01:00
Thom Troy
d4c1914efa Merge pull request #26 from ttroy50/add-packaging-examples
Add packaging examples
2019-04-06 22:43:14 +01:00
Thom Troy
25a65ed428 fix some typos 2019-04-06 22:29:57 +01:00
Thom Troy
787fe64ab8 add basic conan example with tests 2019-04-06 21:54:32 +01:00
Thom Troy
7ddc2991c5 Add basic conan information 2019-04-04 23:06:04 +01:00
Thom Troy
b91a50d8e8 Merge branch 'add-packaging-examples' of github.com:ttroy50/cmake-examples into add-packaging-examples 2019-04-04 22:38:09 +01:00
Thom Troy
6ab763f1e3 add description of ExternalProject_Add 2019-04-04 22:37:57 +01:00
Thom Troy
25d0cd8537 Fix table of contents 2019-04-04 22:35:47 +01:00
Thom Troy
980d9e076a Fix table of contents 2019-04-04 22:35:27 +01:00
Thom Troy
77fe0314e0 add vendoring code 2019-03-31 22:28:04 +01:00
Thom Troy
2ce380d011 add system packages 2019-03-31 22:27:53 +01:00
Thom Troy
c5199ccf3d Add packagement outline 2019-03-31 22:27:38 +01:00
Thom Troy
45f1b54d6c Merge pull request #23 from mbkv/master
Fix apt-get command in readme
2019-02-22 14:47:59 +00:00
Michael Bitokhov
7a4213b0d1 Fix apt-get command in readme 2019-02-20 22:11:08 -05:00
Thom Troy
7535c93c53 Merge pull request #22 from hsnks100/master
Update README.adoc
2019-02-13 19:37:42 +00:00
HanSoo
0b39d5b8a6 Update README.adoc 2019-02-11 09:40:08 +09:00
Thom Troy
a9cf5739b6 Merge pull request #20 from kingsamchen/update-unittest-catch2
Update unit testing examples to use catch2
2019-01-08 14:22:13 +00:00
Kingsley Chen
0f53692371 Update unit testing examples to use catch2
catch is no longer maintained and all relevant examples should be
updated.
2019-01-08 00:11:06 +08:00
Thom Troy
2d14a934bb Merge pull request #19 from ttroy50/update-cppcheck-arguments
Update cppcheck arguments
2018-11-17 11:33:14 +00:00
Thom Troy
692f3d46b3 raddd cppcheck-analysis target 2018-11-17 11:30:09 +00:00
Thom Troy
9bf2dd094b Update cppcheck arguments 2018-11-17 10:49:35 +00:00
Thom Troy
aa07c26744 Merge pull request #17 from aaronang/aaronang-patch-1
Fix typo
2018-09-26 16:11:58 +01:00
Aaron Ang
daeb2839b8 Fix typo: alow → allow 2018-09-26 00:28:05 -07:00
Aaron Ang
1274f61dd9 Fix typo: teh -> the 2018-09-26 00:08:03 -07:00
Aaron Ang
424d95e05c Fix typo 2018-09-25 23:48:55 -07:00
Thom Troy
64bd54a1a1 Merge pull request #16 from iaz3/patch-1
Fix typo. teh -> the
2018-04-15 15:07:24 +01:00
Diana
9b39eb5310 Fix typo. teh -> the 2018-04-15 03:16:14 -04:00
Thom Troy
d7aba67ed2 Merge pull request #15 from ttroy50/update_cmake_35
Update cmake 35
2018-03-18 18:48:17 +00:00
Thom Troy
58b9147298 add missing word 2018-03-18 17:40:27 +00:00
Thom Troy
3b1e2aaed6 fix missing + 2018-03-18 17:39:14 +00:00
Thom Troy
33b3ea5683 fix some typos 2018-03-18 17:38:09 +00:00
Thom Troy
b81da6f68b Update to minimum CMake 3.5
And modernise some examples.
2018-03-18 17:23:57 +00:00
Thom Troy
54e75664c1 Merge pull request #14 from chrisdoherty4/master
Correct dependency installation for protobuf
2018-03-06 11:33:46 +00:00
Chris Doherty
b222070a1a Correct dependency installation for protobuf 2018-03-04 14:44:44 +00:00
Thom Troy
1d3d4d5ce5 Merge pull request #12 from ttroy50/add-catch-example
add example of using catch
2017-09-24 17:22:20 +01:00
Thom Troy
cda5a25bd1 add example of using catch 2017-09-24 17:16:29 +01:00
Thom Troy
9abf9afcb2 fix formatting 2017-09-24 00:48:55 +01:00
Thom Troy
79cb22112a Merge pull request #11 from ttroy50/add-google-test-example
Add example using google test
2017-09-24 00:41:33 +01:00
Thom Troy
b96b84704a Add example using google test 2017-09-24 00:36:47 +01:00
Thom Troy
6ceaa7523f refactor the clang format example and add test 2017-07-22 20:32:24 +01:00
Thom Troy
63fc5d28be fix comment that wasn't needed 2017-07-06 09:53:13 +01:00
Thom Troy
08a79a6207 fix some typos and add missing link 2017-07-05 22:56:55 +01:00
Thom Troy
b0e13d5bd8 add ability to check clang-format 2017-07-05 22:53:57 +01:00
Thom Troy
077d498c14 add clang static analysis 2017-07-03 22:39:51 +01:00
Thom Troy
77b28773f9 update travis yaml to pass uid / gid to container 2017-07-02 23:30:02 +01:00
Thom Troy
d10597d164 update note tag 2017-07-02 23:25:14 +01:00
Thom Troy
ef0d61aa0e add new cppcheck example with updated dockerfiles 2017-07-02 23:20:41 +01:00
Thom Troy
59159c4c38 update to include instead of inc 2017-07-02 21:39:06 +01:00
Thom Troy
6c3842465f update sub project example to use include instead of inc 2017-07-02 21:37:01 +01:00