2390 Commits

Author SHA1 Message Date
John Wellbelove
dc501fa2c4 Github actions for MSVC 2020-08-12 10:26:39 +01:00
John Wellbelove
b8389c7134 Github actions for MSVC 2020-08-12 10:23:56 +01:00
John Wellbelove
2ea9aece4f Github actions for MSVC 2020-08-12 10:17:51 +01:00
John Wellbelove
8577e8e5f2 Github actions for MSVC 2020-08-11 20:04:59 +01:00
John Wellbelove
d6e3db0b9f Github actions for MSVC 2020-08-11 20:00:57 +01:00
John Wellbelove
d2c5b761e5 Github actions for MSVC 2020-08-11 19:49:41 +01:00
John Wellbelove
3ea20255e1 Github actions for MSVC 2020-08-11 19:36:12 +01:00
John Wellbelove
1b396679eb Github actions for MSVC 2020-08-11 19:31:55 +01:00
John Wellbelove
db1a9790e0 Github actions for MSVC 2020-08-11 12:22:39 +01:00
John Wellbelove
662dd6ea24 Github actions for MSVC 2020-08-11 12:14:51 +01:00
John Wellbelove
fdb0f64ec9 Github actions for MSVC 2020-08-11 12:11:52 +01:00
John Wellbelove
35a2fc91aa Github actions for MSVC 2020-08-11 12:06:40 +01:00
John Wellbelove
79f3148eb3 Github actions for MSVC 2020-08-11 11:06:29 +01:00
John Wellbelove
208f0c2fb6 Github actions for MSVC 2020-08-11 10:57:32 +01:00
John Wellbelove
5d9bbf2672 Github actions for MSVC 2020-08-11 10:52:09 +01:00
John Wellbelove
6a2ce5e8c4 Github actions for MSVC 2020-08-11 10:49:24 +01:00
John Wellbelove
c4f59bc200 Github actions for MSVC 2020-08-11 10:38:44 +01:00
John Wellbelove
5cf076d61e Github actions for MSVC 2020-08-11 10:35:19 +01:00
John Wellbelove
731167fff6 Github actions for MSVC 2020-08-11 10:32:20 +01:00
John Wellbelove
e3d23f95bb Github actions for MSVC 2020-08-11 10:30:13 +01:00
John Wellbelove
d887d11035 Github actions for MSVC 2020-08-11 10:27:40 +01:00
John Wellbelove
346abe9a69 Github actions for MSVC 2020-08-11 10:21:39 +01:00
John Wellbelove
192a851577 Github actions for MSVC 2020-08-11 10:18:38 +01:00
John Wellbelove
c0590bf52d Github actions for MSVC 2020-08-11 10:16:01 +01:00
John Wellbelove
9724a0fe3f Github actions for MSVC 2020-08-11 10:07:52 +01:00
John Wellbelove
a9d39153e5 Github actions for MSVC 2020-08-11 10:03:20 +01:00
John Wellbelove
b971037ce5 Github actions for MSVC 2020-08-11 10:02:06 +01:00
John Wellbelove
44e2730baa Github actions for MSVC 2020-08-11 09:58:08 +01:00
John Wellbelove
1a3a2ce5cb Github actions for MSVC 2020-08-11 09:54:08 +01:00
John Wellbelove
367f96552e Github actions for MSVC 2020-08-11 09:53:29 +01:00
John Wellbelove
f9dbaba076 Github actions for MSVC 2020-08-11 09:52:12 +01:00
John Wellbelove
e84d495109 Merge branch 'hotfix/clang-9' into development 2020-08-09 17:20:15 +01:00
John Wellbelove
efbfc5c8ff clang 9 compatibility 2020-08-09 17:01:45 +01:00
John Wellbelove
b7b47f5cf2 Merge branch 'hotfix/clang-9' into development 2020-08-08 13:55:46 +01:00
John Wellbelove
50b60c025d String stream test << operator in etl namespace 2020-08-08 13:52:09 +01:00
John Wellbelove
1f2fd18d88 String stream test << operator 2020-08-08 13:52:08 +01:00
John Wellbelove
d389f06cdf String stream test << operator 2020-08-08 13:52:08 +01:00
John Wellbelove
5f0dae41de Experimental atomic_gcc_sync change 2020-08-08 13:52:08 +01:00
John Wellbelove
b973b01c08 Experimental atomic_gcc_sync change 2020-08-08 13:52:08 +01:00
John Wellbelove
e82538eacf YAML modification 2020-08-08 13:52:08 +01:00
John Wellbelove
254a8d4035 String stream test << operator in etl namespace 2020-08-08 13:50:05 +01:00
John Wellbelove
9804af3288 String stream test << operator 2020-08-08 13:50:04 +01:00
John Wellbelove
ae406d9686 String stream test << operator 2020-08-08 13:49:32 +01:00
John Wellbelove
ac76c79828 Experimental atomic_gcc_sync change 2020-08-08 13:49:31 +01:00
John Wellbelove
8eaeaba622 Experimental atomic_gcc_sync change 2020-08-08 13:49:31 +01:00
John Wellbelove
2544068d64 YAML modification 2020-08-08 13:49:27 +01:00
finger42
cda46033f1
cmake and make using same env with CC and CXX (#258)
Each "run:" call gets a new environment.

With this, the first "run:" is exporting CC and CXX.
In this "run:" the cmake stuff is created.

The next "run:" to make, is using the default CC and CXX, which is
GCC instead of clang.

And then some of the stuff is build with clang other with gcc

* moved cmake, make and running tests in one "run:" command, so they
are sharing the same environment

* fixed indention

* renamed the name to Build and run

* Build build-clang-9-Linux and build-clang-10-osx are similar now.

Co-authored-by: finger42 <finger42>
2020-08-07 18:48:16 +01:00
John Wellbelove
b5bdb4f566 String stream test << operator in etl namespace 2020-08-07 09:57:34 +01:00
John Wellbelove
cb7e224f93 String stream test << operator 2020-08-07 09:39:14 +01:00
John Wellbelove
744618ceaa String stream test << operator 2020-08-07 08:44:47 +01:00