Niels
97648314a4
setting explicit path to compiler
2016-06-07 11:52:12 +02:00
Niels
439563eb04
export
2016-06-07 11:42:34 +02:00
Niels
19be324f87
?
2016-06-07 11:38:56 +02:00
Niels
3f23e70598
another try
2016-06-07 11:36:03 +02:00
Niels
62f39c41ec
another try
2016-06-07 11:29:37 +02:00
Niels
c425dc9e04
trying to install clang
2016-06-07 11:25:00 +02:00
Niels
a4058b88ec
another test
2016-06-07 11:14:02 +02:00
Niels
ff8f196ca3
a test
2016-06-07 11:13:15 +02:00
Niels
31b24dd5c1
adding more Clang versions
2016-06-07 11:02:45 +02:00
Niels
cc5cad5b0b
another try
2016-06-07 10:53:18 +02:00
Niels
1f04c0349a
readded -lc++
2016-06-07 10:03:18 +02:00
Niels
a97c998791
removed -lc++
2016-06-07 09:50:43 +02:00
Niels
6d19bd1108
Revert "another try"
...
This reverts commit f63317dce3
.
2016-06-07 09:49:11 +02:00
Niels
f63317dce3
another try
2016-06-07 09:34:46 +02:00
Niels
32cc6fefcc
another try
2016-06-07 09:12:53 +02:00
Niels
fbbdcb19bc
another try
2016-06-07 09:01:49 +02:00
Niels
dd10c89a3e
another try
2016-06-07 08:53:36 +02:00
Niels
dd542aae7d
another try
2016-06-07 08:40:25 +02:00
Niels
761880f5b7
CPATH does not work...
2016-06-07 08:32:56 +02:00
Niels
1826d12a22
added CPATH
2016-06-07 08:28:50 +02:00
Niels
dfc39b95ab
clang does not work with travis right now
2016-06-07 07:54:00 +02:00
Niels
32f6682177
another try
2016-06-07 07:25:11 +02:00
Niels
f4ae8f8e2e
another try
2016-06-07 07:21:17 +02:00
Niels
e772f06f0d
another try
2016-06-07 07:14:54 +02:00
Niels
5173c16222
another try
2016-06-07 07:07:42 +02:00
Niels
744bae7fc4
trying to fix Travis
2016-06-07 07:00:31 +02:00
Niels
9e2dfd19e8
minor cleanup
2016-06-07 00:20:53 +02:00
Niels
b508d1f1c4
fix proposal for #260
2016-06-06 18:50:39 +02:00
Niels
04e1e7b586
cleanup
2016-05-29 14:56:08 +02:00
Niels
aa8aa3ba9f
overworked coverity stuffy
2016-05-29 14:06:43 +02:00
Niels
6bdb883b5c
ignore build errors for coverity-scan
2016-05-29 13:32:36 +02:00
Niels
c0b2c6ea5d
removing beta-xcode6.3 for now
2016-05-29 13:06:27 +02:00
Niels
6fed416125
fixed used compiler
2016-05-29 12:57:09 +02:00
Niels
b26582c0e9
another try for coverity-scan
2016-05-29 12:29:46 +02:00
Niels
1cc77a5fe5
another try for coverity-scan
2016-05-29 12:15:13 +02:00
Niels
91dfc723be
added coverity_scan
2016-05-29 12:07:20 +02:00
Niels
7bdfde4493
added a note about different NDKs (see #219 )
2016-05-28 16:06:41 +02:00
Niels
71a7746ccb
removed a line
2016-05-25 21:55:03 +02:00
Niels
a3f432b3dd
added hint to Homebrew
2016-05-18 22:23:35 +02:00
Niels
25d60b7bab
Merge pull request #247 from robertmrk/feature/cmake-cleanup
...
Define CMake/CTest tests
2016-05-18 22:20:45 +02:00
Niels
837617122a
fixed #246
2016-05-18 22:17:08 +02:00
Robert Marki
639d63217e
Define CMake/CTest tests
...
Instead of copying the test executable and the JSON files used by
the tests at install time, define CMake/CTest tests for running
the json_unit executable from any build directory with the project's
source directory as its working directory.
- call enable_testing in the main lists file to allow the definition
of tests
- remove install commands from the test directory's lists file
- define two tests
- json_unit_default for running the default tests by executing
json_unit without any arguments
- json_unit_all for running all the tests by executing json_unit
with the "*" argument
- update the AppVeyor configuration file to use the new testing method
2016-05-18 11:53:49 +02:00
Niels
0a393b8374
indentation cleanup
2016-05-12 07:34:36 +02:00
Niels
0e0ecb2c14
fixed a warning and update ChangeLog
2016-05-12 00:32:18 +02:00
Niels
fb06356856
thanks
2016-05-11 20:58:11 +02:00
Niels
888d022573
Merge pull request #242 from ChrisKitching/outOfTree
...
Out of tree builds and a few other miscellaneous CMake cleanups.
2016-05-11 20:52:45 +02:00
Niels
f1e61896fb
fixed a shadow error
2016-05-11 18:43:12 +02:00
Niels
db5c9ec9ba
fixed issue #239 (-Wconversion warnings)
2016-05-11 17:25:59 +02:00
Niels
91aa4c9def
Merge branch 'develop' into feature/issue239
2016-05-11 17:23:01 +02:00
Chris Kitching
0e2f0c4edc
Repair appveyor... Horrifyingly
...
It's sort of gnarly that it's still doing in-tree builds, but I
really, _really_ don't want to get any more friendly with CMake's
Visual Studio generator to work out how to make it stop doing it.
In-tree builds still work, after all, and the goal of this work is
to make out-of-tree builds work as well. Notional horrors like
this will have to wait ;)
2016-05-11 14:02:53 +01:00