Commit Graph

1446 Commits

Author SHA1 Message Date
Mateusz Pusz 7d370eb496 refactor: forward_range replaced with input_range 2021-10-15 18:21:26 +02:00
Mateusz Pusz 342b8c9acf fix: missing input_iterator definition for clang added 2021-10-15 18:18:04 +02:00
Mateusz Pusz d853a2937a refactor: fmt algorithms were overconstrained with forward_iterator 2021-10-15 17:44:49 +02:00
Mateusz Pusz 5bd7852ae5 build: UNITS_USE_LIBFMT support improved 2021-10-15 17:43:58 +02:00
Mateusz Pusz ee70c48b13 build: linear_algebra examples re-enabled on gcc11 2021-10-15 16:14:00 +02:00
Mateusz Pusz 93921e8f31 chore: trond-snekvik.simple-rst VSCode extension added to gitpod 2021-10-15 08:57:59 +02:00
Mateusz Pusz 2fa96c80ab chore: Minor comments change in gitpod.yml 2021-10-14 17:28:44 +02:00
Mateusz Pusz f90cdd1b31 chore: gitpod updated 2021-10-14 16:13:53 +02:00
Mateusz Pusz 5f7b285c8c build: linear-algebra Conan repo is no needed anymore 2021-10-14 15:14:40 +02:00
Mateusz Pusz 3f0691d3e0 chore: "restructuredtext" extension settings added
Preview window scrolling is broken so it is better to disable it.
2021-10-14 15:07:54 +02:00
Mateusz Pusz b08f626af2 chore: "C++ TestMate" extension added to gitpod 2021-10-14 14:29:29 +02:00
Mateusz Pusz 901f53cf16 chore: vscode settings should now be dynamically created and used in gitpod 2021-10-01 12:41:53 +02:00
Mateusz Pusz 76f500d6c4 chore: gitpod docker base image updated 2021-10-01 11:44:32 +02:00
Mateusz Pusz 0514c57492 chore: gitpod prebuilds definition added 2021-10-01 11:27:28 +02:00
Mateusz Pusz a26eef0d93 docs: docs updated for gitpod 2021-10-01 11:27:01 +02:00
Mateusz Pusz c061b7ae95 chore: gcc-10 support added 2021-10-01 01:34:15 +02:00
Mateusz Pusz 7cc34a3c87 chore: Conan initialization fixed 2021-10-01 01:17:13 +02:00
Mateusz Pusz efc4ecf84a fix: It seems that CMake does not like when symlinks and real paths are mixed in configure step 2021-09-30 21:44:59 +00:00
Mateusz Pusz 448e1333e1 chore: gitpod now properly uses CMake multi-config pipeline 2021-09-30 21:10:14 +00:00
Mateusz Pusz ca61f575f0 chore: conan install -u option removed from gitpod 2021-09-30 22:30:29 +02:00
Mateusz Pusz f1eb22468b chore: Conan update step added for gitpod.io 2021-09-30 22:23:28 +02:00
Mateusz Pusz 7b36f54872 fix: Invalid paths in .gitpod.yml fixed 2021-09-30 22:02:50 +02:00
Mateusz Pusz 2b3ae64ba1 chore: VSCode initial settings added for gitpod.io needs 2021-09-30 21:58:51 +02:00
Mateusz Pusz c7c4fdd7b3 Merge branch 'gitpod' of https://github.com/mpusz/units into gitpod 2021-09-30 21:31:15 +02:00
Mateusz Pusz f4c89fc8a2 feat: Initial gitpod support 2021-09-30 21:31:11 +02:00
Mateusz Pusz 56a5500e57 feat: Initial gitpod support 2021-09-30 20:58:34 +02:00
Mateusz Pusz 7acc209eb4 fix: output stream operator implementation fixed 2021-09-25 12:53:44 +02:00
Mateusz Pusz c9708fb642 refactor: safe_multiply() was incorrectly marked as static 2021-09-25 12:49:35 +02:00
Mateusz Pusz ed1b2d2647 fix: Some MSVC-specific special cases removed 2021-09-23 19:16:44 +02:00
Mateusz Pusz 40d6be9f75 fix: non-std error handling removed from fmt 2021-09-20 19:54:07 +02:00
Mateusz Pusz d325a0b5b5 fix: clang compilation issues fixed 2021-09-20 17:04:35 +02:00
Mateusz Pusz 55456e5d42 fix: truncating conversion issues in fmt fixed 2021-09-20 15:43:28 +02:00
Mateusz Pusz b1bd4cab2d feat: std::format support for compliant compilers added 2021-09-20 15:01:58 +02:00
Mateusz Pusz 9b842ac879 Merge branch 'master' of https://github.com/mpusz/units 2021-09-17 20:42:55 +02:00
Mateusz Pusz 6a1e156f8b docs: RTD theme upgraded 2021-09-17 20:42:51 +02:00
Johel Ernesto Guerrero Peña 417f842585 fix: constraint recursion for GCC 11 2021-09-17 20:11:38 +02:00
Mateusz Pusz 0a4f99259d Merge branch 'master' of https://github.com/mpusz/units 2021-09-17 13:56:30 +02:00
Mateusz Pusz daa00c2f08 build: linear_algebra examples disabled for gcc-11.1.0 due to ICE 2021-09-17 13:56:27 +02:00
Mateusz Pusz df33d923e5 ci: Ninja set as the default CMake generator 2021-09-17 13:29:30 +02:00
Mateusz Pusz 3a997e5314 fix: explicit fmt usage added 2021-09-17 09:48:33 +02:00
Mateusz Pusz ddb6e6a90a fix: missing algorithm header added 2021-09-17 09:47:59 +02:00
Mateusz Pusz b44a683678 ci: gcc-11 support added to CMake Test Package CI 2021-09-17 08:44:30 +02:00
Mateusz Pusz a7f58cc95f ci: do we have gcc-11 onboard? 2021-09-17 08:34:14 +02:00
Mateusz Pusz 8740857a47 build: fmt updated to 8.0.1 2021-09-16 20:24:27 +02:00
Mateusz Pusz 80abffc058 docs: contributing guide updated 2021-09-16 09:41:51 +02:00
Johel Ernesto Guerrero Peña 8d8f73c0cf refactor: update hacks for LLVM 14 2021-09-14 17:34:15 +02:00
Mateusz Pusz 4ee09113eb Merge branches 'master' and 'master' of https://github.com/mpusz/units 2021-09-10 13:12:12 +02:00
Mateusz Pusz 5c15018190 build: Dependencies updated to gsl-lite/0.38.1 and catch2/2.13.7 2021-09-10 08:17:04 +02:00
Mateusz Pusz 620835db97 test: Numeric rounding error commented out 2021-09-10 08:08:02 +02:00
Mateusz Pusz 48c4edf004 ci: Conan 1.40 added supports for clang-13
Leaving the code commented for the next case with clang-14
2021-09-10 07:36:11 +02:00