Guo Yunhe
|
cb1867dfd1
|
Update CMakeLists.txt
|
2019-11-09 12:01:50 +02:00 |
|
Guo Yunhe
|
0aa186abbe
|
Update CMakeLists.txt
|
2019-11-09 11:37:32 +02:00 |
|
Guo Yunhe
|
63951d06f2
|
Update CMakeLists.txt
|
2019-11-09 11:36:31 +02:00 |
|
Guo Yunhe
|
741893204a
|
Update CMakeLists.txt
|
2019-11-09 11:19:38 +02:00 |
|
Guo Yunhe
|
3e62181414
|
Use LIBDIR instead of lib
In Linux, the library should be installed to /usr/lib64 on 64bit machine
|
2019-11-09 11:10:45 +02:00 |
|
Alek Mosingiewicz
|
8d0fc74341
|
Ci fix after moving to cpp17 (#455)
* Update travis configuration.
* Update GCC_VER in travis configuration.
* Leave only Visual Studio 15 in Appveyor.
* Travis - remove GCC_VER 4.9.
* Travis - update clang-xcode.
* Travis - update clang compiler.
* Travis - downgrade clang compiler to 3.4.
* Revert "Travis - downgrade clang compiler to 3.4."
This reverts commit bd6698bccea9252dd00e8f28fb31334b0e3ea743.
* Travis - clang-6.0 package and compiler.
* Travis - remove (perhaps unnecessary) compiler option.
* Travis - restore clang compiler option.
* Update .travis.yml
* Another attempt to fix Travis config for clang.
* Another attempt to fix Travis config for clang.
* Compiler package for clang.
* Compiler package for clang.
* Xcode 10.
* Remove xcode from equation.
* Force install clang-6.0.
* Does it install these packages at all???.
* Does it install these packages at all???.
* Some appveyor fixes.
* Update CMakeLists.txt
Enforce C++17 standard
* Update .travis.yml
Restore xcode, block CLANG_VER.
* experimental/variant for Apple compilers.
* Remove OSX pipeline.
* Remove OSX pipeline.
* Attempt at fixing AppVeyor pipeline.
* Restore proper VS version in AppVeyor configuration.
* Revert preprocessor changes in json.hpp.
|
2018-10-20 08:50:08 -06:00 |
|
Jason Turner
|
63d1b16a7e
|
Merge branch 'upgrade-cmake' into best_practices
|
2018-05-30 08:32:07 -06:00 |
|
Jason Turner
|
a880319db8
|
Merge branch 'develop' into best_practices
|
2018-05-30 08:30:29 -06:00 |
|
Jason Turner
|
c19705da5d
|
Merge remote-tracking branch 'origin/c++17' into develop
|
2018-05-29 13:21:09 -06:00 |
|
Jason Turner
|
7d5dda244e
|
Fix capitalization for case sensitive file systems
|
2018-05-26 10:36:04 -06:00 |
|
Jason Turner
|
73f177c73e
|
Move to official catch cmake support, update catch
This is an effort to fix the issues on Appveyor with newer versions of
CMake. Will have to double check that it does not break Travis
|
2018-05-26 09:26:13 -06:00 |
|
Jason Turner
|
8bc7b9bfa1
|
Add notes for v6.1.0 release prep
|
2018-05-25 16:49:57 -06:00 |
|
Jason Turner
|
9c28f2f180
|
enhance building of fuzzer
|
2018-05-25 16:23:19 -06:00 |
|
Jason Turner
|
c902771f16
|
Use catch's test parser
|
2018-02-19 16:36:08 -07:00 |
|
Jason Turner
|
21b397c2cb
|
Prep for moving to Catch2 official test parsing
|
2018-02-19 11:34:16 -07:00 |
|
Jason Turner
|
35af4edb30
|
Ignore some warnings from clang++
|
2018-02-02 21:04:21 -07:00 |
|
Jason Turner
|
cb30a97832
|
Workaround for /permissive- on MSVC
Addresses #403
|
2018-01-19 13:01:05 -07:00 |
|
Jason Turner
|
eb93760f1b
|
Fix building on MSVC in C++17 mode
Closes #403 #396 #395
|
2018-01-19 10:26:31 -07:00 |
|
Jason Turner
|
f8c8bad468
|
Merge remote-tracking branch 'origin/c++17' into best_practices
|
2017-12-16 11:52:07 -07:00 |
|
Jason Turner
|
6bfc130b73
|
Fix pull from develop, fix gcc warnings
|
2017-12-16 11:50:32 -07:00 |
|
Jason Turner
|
4a61d1e511
|
Enable C++latest for C++17 Visual Studio builds
|
2017-12-14 08:13:19 -07:00 |
|
Jason Turner
|
21500a1dcc
|
Add source tracking for uninit memory sanitizer
|
2017-08-22 16:13:17 -06:00 |
|
Jason Turner
|
7986ea08b6
|
More work towards all noexcept, warning cleanups
|
2017-08-09 14:36:45 -06:00 |
|
Jason Turner
|
7f6f1d8a59
|
Fix clang warnings, fix misplaced noexcept
|
2017-07-31 16:12:16 -06:00 |
|
Jason Turner
|
0f74597139
|
Limit when coverage happens to only one build target
|
2017-07-20 15:08:53 -06:00 |
|
Jason Turner
|
700a620552
|
Add option to compile in C++17 mode for testing
|
2017-06-06 16:47:23 -06:00 |
|
Jason Turner
|
0f9d9cae4a
|
Merge pull request #332 from ftk/develop
Ability to disable module loading support at compile time
|
2017-03-21 12:55:30 -07:00 |
|
Jason Turner
|
9847618cf3
|
Fix use after move during parsing
closes #337
|
2017-03-21 12:17:30 -07:00 |
|
Jason Turner
|
204faa82c1
|
Add failing static chaiscript test
|
2017-03-21 11:58:21 -07:00 |
|
ftk
|
d22c27b627
|
Added option to disable dynload in cmakelists.txt
|
2017-03-08 12:31:30 +03:00 |
|
Jason Turner
|
4e6e63ab5d
|
Cleanups and split up into _basic options
|
2016-08-27 10:33:44 -06:00 |
|
Jason Turner
|
7561aa8828
|
Get all unit tests passing
|
2016-06-29 21:06:31 -06:00 |
|
Jason Turner
|
c57ea79d0d
|
Update reference to prelude
|
2016-03-13 16:26:46 -06:00 |
|
Jason Turner
|
c71dd8051b
|
Merge branch 'update_travis_toolchain' of github.com:ChaiScript/ChaiScript into update_travis_toolchain
|
2016-03-07 14:25:47 -07:00 |
|
Jason Turner
|
fe8f571f47
|
Add test_module to set of required modules during build
|
2016-03-07 07:16:57 -07:00 |
|
Jason Turner
|
947d7c2591
|
Merge branch 'develop' into update_travis_toolchain
Conflicts:
.decent_ci-Windows.yaml
CMakeLists.txt
include/chaiscript/chaiscript_defines.hpp
|
2016-03-05 21:12:14 -07:00 |
|
Jason Turner
|
594958ea8b
|
Address MSVC2013 specific warnings
|
2016-03-05 07:46:28 -07:00 |
|
Jason Turner
|
ad7e2138d9
|
Various Windows fixes
|
2016-03-04 17:39:32 -07:00 |
|
Jason Turner
|
457367ea7b
|
Add failing tests for locale changes
re #250
|
2016-03-04 14:31:19 -07:00 |
|
Jason Turner
|
b5b6e5a5a3
|
Drop ifdef'd code for gcc4.6 and msvc12
|
2016-03-04 11:15:39 -07:00 |
|
Jason Turner
|
a0f3eafe30
|
Merge branch 'develop' into update_travis_toolchain
|
2016-03-04 10:33:54 -07:00 |
|
Jason Turner
|
463f688978
|
Update to C++14 compiler flags
|
2016-03-04 09:48:35 -07:00 |
|
Jason Turner
|
d4f02b5e67
|
Address sign promotion warnings, add todo test
|
2016-03-04 07:58:21 -07:00 |
|
Jason Turner
|
5a03c88ee3
|
Add -Wconvert and address the warnings from it
closes #254
|
2016-03-02 17:40:15 -07:00 |
|
Jason Turner
|
6c483bd6f6
|
Update release notes and prepare for 5.8.0
|
2016-02-16 15:00:13 -07:00 |
|
Jason Turner
|
bc0eaa5d15
|
Fix some issues found by cppcheck
|
2016-02-14 20:01:49 -07:00 |
|
Jason Turner
|
e0827634bb
|
Add some cpp<->chai performance tests
|
2016-02-05 16:18:54 -07:00 |
|
Jason Turner
|
d0630d5edd
|
Attempt to fix warning from MSVC
|
2016-02-01 15:24:08 -07:00 |
|
Jason Turner
|
8bd7ccfa9f
|
Only run performance tests on linux
|
2015-10-23 16:38:04 -06:00 |
|
Jason Turner
|
0806df11d2
|
Performance test reorg to run automatically
|
2015-10-23 16:25:16 -06:00 |
|