Commit Graph
2033 Commits
Author SHA1 Message Date
Mateusz Pusz c1385d2a67 style: extra empty line at top of the file removed 2023-05-12 12:20:07 +02:00
Mateusz Pusz 6399e53776 docs: link in usage.rst fixed 2023-05-12 12:19:23 +02:00
Mateusz Pusz 65a59750f5 ci: conan data caching improved in documentation CI 2023-05-12 12:06:59 +02:00
Mateusz Pusz cac562d5d4 ci: linear_algebra dependecy disabled for MSVC 14.2 build 2023-05-12 11:55:06 +02:00
Mateusz Pusz ea4a67b226 build: build_context_activated no longer needed for doxygen 2023-05-12 11:49:20 +02:00
Mateusz Pusz e3f641c2bb fix: LA support fixed 2023-05-12 11:48:33 +02:00
Mateusz Pusz 27d6180579 ci: "build_all" disabled in CMake Test Package CI 2023-05-12 08:31:10 +02:00
Mateusz Pusz dc3e44bdf5 ci: documentation generation disabled in CMake Test Package CI 2023-05-11 20:50:51 +02:00
Mateusz Pusz a69a027cac docs: usage updated for Conan 2.0 2023-05-11 18:01:30 +02:00
Mateusz Pusz 4dfed87010 docs: some typos fixed 2023-05-11 18:01:12 +02:00
Mateusz Pusz eb1e06eb95 build: the remaining Conan dependencies added 2023-05-11 17:59:12 +02:00
Mateusz Pusz 4a01f05658 Merge pull request #455 from dbraeckelmann/patch-1
Fixed typo in storage_capacity.rst headline
2023-05-09 18:00:57 +02:00
dbraeckelmann 39262fde5f Fixed typo in storage_capacity.rst headline 2023-05-09 10:31:16 +02:00
Mateusz Pusz 760c6d724e fix: incorrect unit of pow(), sqrt(), and cbrt() fixed
Resolves #449
2023-04-08 19:33:00 +02:00
Mateusz Pusz b40c7b2fcd ci: trying another way to pass a package_ref 2023-03-31 17:54:33 +02:00
Mateusz Pusz 230ccb152a ci: promotion restricted to a package being built in this CI run 2023-03-31 16:07:04 +02:00
Mateusz Pusz 3b67f6e746 ci: promote_package job now correctly checkouts the code 2023-03-31 09:36:39 +02:00
Mateusz Pusz 2e1e7a979e ci: setting version environment variable fixed 2023-03-31 08:57:08 +02:00
Mateusz Pusz be195a294c fix: workaround for template argument deduction for MSVC 2023-03-30 17:45:03 +02:00
Mateusz Pusz 245783e89a fix: a workaround for msvc 1929 added to validated_type 2023-03-30 17:05:04 +02:00
Mateusz Pusz 56dcb716e3 fix: some preprocessor branches fixed 2023-03-30 17:04:25 +02:00
Mateusz Pusz 3750fa63f2 ci: promote_package job condition issue workaround 2023-03-30 13:57:21 +02:00
Mateusz Pusz 2d35fa0893 ci: proper Conan package promotion support added 2023-03-30 13:37:09 +02:00
Mateusz Pusz 99283dce1c fix: a workaround for compilation error on MSVC and gcc-10 added 2023-03-30 13:34:06 +02:00
Mateusz Pusz 1bee3439d3 ci: rebuild of mp-units fixed in the CI 2023-03-29 20:56:12 +02:00
Mateusz Pusz 33d9f43b0f style: clang-format-16 applied to all the code base 2023-03-29 17:05:02 +02:00
Mateusz Pusz 60eaa4728d ci: pre-commit updated to use clang-format-16 2023-03-29 17:03:50 +02:00
Mateusz Pusz 71e1982bbe chore: .clang-format updated to clang-format-16 2023-03-29 17:02:59 +02:00
Mateusz Pusz c5b5756b4d refactor(example): constraints added to ranged_representation 2023-03-29 16:47:39 +02:00
Mateusz Pusz 4dca00617c refactor(example): ref qualifiers added to a conversion operator of validated_type 2023-03-29 16:46:34 +02:00
Mateusz Pusz bdbf2c37f8 chore: Conan 1.X temporary files removed from .gitignore 2023-03-29 16:42:34 +02:00
Mateusz Pusz 53fd362fe3 docs: README badges cleanup 2023-03-22 16:20:12 +01:00
Mateusz Pusz 3534a6772e ci: Conan build in CodeQL fixed 2023-03-22 13:10:30 +01:00
Mateusz Pusz f9b8e3cd16 ci: local cache path fixed for Conan 2.0 2023-03-22 13:06:16 +01:00
Mateusz Pusz 38dff1c74f docs: README badges updated 2023-03-22 10:15:43 +01:00
Mateusz Pusz 9bddcafbe9 build: check_min_cppstd() does not require a safe check anymore 2023-03-21 23:30:37 +01:00
Mateusz Pusz 666676f424 build: MSVC update is not checked in validate() anymore 2023-03-21 23:30:02 +01:00
Mateusz Pusz f21c7354d0 fix: explicit deduction guilde for estimation is still needed for clang-16 2023-03-21 23:17:15 +01:00
Mateusz Pusz 002e3feec3 ci: clang-16 support added to CI 2023-03-21 23:12:59 +01:00
Mateusz Pusz 43a112c8be Merge pull request #446 from Cazadorro/dependency_subdirectory_support
Added support for use of units as subdirectory when *dependencies* are *also* subdirectories
2023-03-15 21:51:37 +01:00
Cazadorro 03dc1c8a3c Added check for gsl::gsl-lite to avoid find_package if targets already added by add_subdirectory(...) and did the same for fmt::fmt and ranges-v3, with out these changes, impossible to use library if dependencies are also subdirectories 2023-03-13 14:56:42 -05:00
Mateusz Pusz 23debc34e2 build: conanfile.py updated after the CCI review 2023-03-05 11:20:50 +01:00
Mateusz Pusz 97e1425bc5 ci: conan user was replaced with conan remote login in Conan 2.0 2023-03-05 11:14:45 +01:00
Mateusz Pusz 1a0f5e69ce ci: conan remove -f is no longer in Conan 2.0 2023-03-05 10:10:46 +01:00
Mateusz Pusz c103db8279 Merge pull request #443 from JohelEGP/llvm17
refactor: update hacks for LLVM 17
2023-03-05 09:08:15 +01:00
Johel Ernesto Guerrero Peña fbbddb9e7b refactor: update hacks for LLVM 17 2023-03-04 14:28:37 -04:00
Mateusz Pusz 1899f7803f ci: GitHub workflows updated for Conan 2.0 2023-02-24 09:36:27 +01:00
Mateusz Pusz d46377ee16 build: recipes updated to Conan 2.0 2023-02-23 12:19:27 +01:00
Mateusz Pusz 7427993fc1 build: building of linear algebra based examples temporarily disabled in CMake 2023-02-23 12:19:20 +01:00
Mateusz Pusz 8e61286548 docs: "Terms and Definitions" added to README 2023-02-04 08:28:29 +01:00