Mateusz Pusz
|
1cc47cbab4
|
docs: quick start example updated with the latest changes
|
2020-12-29 11:45:38 +01:00 |
|
Mateusz Pusz
|
a365bca07c
|
perf: conditional replaced with constraints in clas template specializations
|
2020-12-28 20:18:23 +01:00 |
|
Mateusz Pusz
|
6c5f27cda7
|
fix: Compilation errors fixed
|
2020-12-28 19:23:20 +01:00 |
|
Mateusz Pusz
|
3d081d37e6
|
perf: std::is_same_v replaced with units::is_same_v
|
2020-12-28 18:42:03 +01:00 |
|
Mateusz Pusz
|
32391866be
|
refactor: Limited the equivalent trait usage
|
2020-12-28 18:40:58 +01:00 |
|
Mateusz Pusz
|
c0197aec7d
|
docs: CHANGELOG updated
|
2020-12-28 17:40:54 +01:00 |
|
Mateusz Pusz
|
326050cfee
|
docs: quantity_io.h described in docs
|
2020-12-28 17:40:29 +01:00 |
|
Mateusz Pusz
|
028b8fb80c
|
refactor: algorithm.h removed from ratio.h
|
2020-12-28 16:15:47 +01:00 |
|
Mateusz Pusz
|
55e5cac33f
|
refactor: More stream-specific implementation moved to quantity_io.h
|
2020-12-28 16:15:19 +01:00 |
|
Mateusz Pusz
|
283d8f063e
|
refactor: algorithm.h not needed in ratio_maths.h
|
2020-12-28 15:45:01 +01:00 |
|
Mateusz Pusz
|
cff718301c
|
refactor: quantity_io added
|
2020-12-28 15:18:36 +01:00 |
|
Mateusz Pusz
|
008dec79ea
|
refactor: si.h usage limited
|
2020-12-28 14:34:27 +01:00 |
|
Johel Ernesto Guerrero Peña
|
8dede0db9f
|
feat: unit_constants
|
2020-12-28 12:20:54 +01:00 |
|
Mateusz Pusz
|
0fb821a392
|
fix: Commutativity no longer required for operator*
Resolves #185
|
2020-12-27 12:26:40 +01:00 |
|
Mateusz Pusz
|
b015c6badd
|
test: Test disabled for GCC 10.1.0
|
2020-12-27 12:10:03 +01:00 |
|
Mateusz Pusz
|
24c10c4649
|
ci: Ubuntu 18.04 explicitly set for GCC 10.1.0 CI (ubuntu-latest was misleading)
|
2020-12-27 12:05:26 +01:00 |
|
Mateusz Pusz
|
0ea6ef0800
|
Another attempt to restore the GCC 10.1.0 build
|
2020-12-27 11:54:04 +01:00 |
|
Mateusz Pusz
|
8ab3af3987
|
ci: GCC 10.1.0 magically dissapeared from the GitHub actions build
The last time I saw GCC 10.1.0 was here: https://github.com/mpusz/units/runs/1602533362?check_suite_focus=true#step:7:231.
The following builds (i.e. https://github.com/mpusz/units/runs/1602670143?check_suite_focus=true#step:7:231) were using GCC 10.2.0 and I was not able to revert the behavior to have GCC 10.1.0 on board again.
|
2020-12-27 11:52:02 +01:00 |
|
Mateusz Pusz
|
cabd8b0f01
|
ci: Disabling of some actions removed for now
|
2020-12-25 09:58:59 +01:00 |
|
Mateusz Pusz
|
e5547b0a34
|
ci: Another approach to fix the not branch
|
2020-12-24 11:16:01 +01:00 |
|
Mateusz Pusz
|
24fd9777c7
|
ci: Branch fixed
|
2020-12-24 11:07:38 +01:00 |
|
Mateusz Pusz
|
e93d799403
|
ci: Setting of a docker image fixed
|
2020-12-24 10:50:45 +01:00 |
|
Mateusz Pusz
|
2f4e308ea8
|
ci: gcc-10.2 CI added
|
2020-12-24 09:56:56 +01:00 |
|
Mateusz Pusz
|
7135148a3c
|
docs: README badges updated
|
2020-12-24 09:38:37 +01:00 |
|
Mateusz Pusz
|
954482f452
|
ci: GCC version fixed in a CI task name
|
2020-12-23 23:27:41 +01:00 |
|
Mateusz Pusz
|
2b9e9f9780
|
test: Unit tests compilation fixed on gcc-10.1
|
2020-12-23 23:26:54 +01:00 |
|
Mateusz Pusz
|
942477455c
|
ci: Conan data caching disabled
|
2020-12-23 22:48:29 +01:00 |
|
Mateusz Pusz
|
31d00ea370
|
ci: Conan CI GitHub Action replaced with a new one
|
2020-12-23 22:29:37 +01:00 |
|
Mateusz Pusz
|
bf3815a5ee
|
test: Uniform distribution tests fixed
|
2020-12-23 22:28:46 +01:00 |
|
Mateusz Pusz
|
139fd0b718
|
ci: if branches fixed in a GitHub Actions
|
2020-12-23 21:37:04 +01:00 |
|
Mateusz Pusz
|
c8bbaec67a
|
ci: New CI GitHub action added
|
2020-12-23 21:15:24 +01:00 |
|
Mateusz Pusz
|
d79d5628a3
|
ci: GitHub actions jobs renamed
|
2020-12-23 21:14:23 +01:00 |
|
Mateusz Pusz
|
a2b99d7ac6
|
ci: pure_c set to True for conan-package-tools
|
2020-12-23 21:10:42 +01:00 |
|
Mateusz Pusz
|
56c2d5090b
|
test: test_package made compatible with the VS2019
|
2020-12-23 20:22:13 +01:00 |
|
Mateusz Pusz
|
d3f20e22a3
|
build: Linear Algebra temporarily removed from MSVC build
|
2020-12-22 15:31:02 +01:00 |
|
Mateusz Pusz
|
68058cfb25
|
fix: Atomic constraints fixed for safe_convertible_to_
|
2020-12-22 14:37:03 +01:00 |
|
Mateusz Pusz
|
dedf56b598
|
test: chrono unit tests fixed to use implementation-specific representation type
|
2020-12-22 14:36:11 +01:00 |
|
Mateusz Pusz
|
0702a005a7
|
Revert "test: {fmt} dependency check added in test_package"
This reverts commit 310f344598.
|
2020-12-22 00:28:35 +01:00 |
|
Mateusz Pusz
|
310f344598
|
test: {fmt} dependency check added in test_package
|
2020-12-22 00:20:23 +01:00 |
|
Mateusz Pusz
|
707f1816a4
|
docs: CHANGELOG updated
|
2020-12-22 00:17:14 +01:00 |
|
Mateusz Pusz
|
792dba28fb
|
build: test_package CI build fixed
|
2020-12-22 00:16:48 +01:00 |
|
Mateusz Pusz
|
3f8a76f452
|
docs: Usage documentation updated
|
2020-12-21 23:46:04 +01:00 |
|
Mateusz Pusz
|
053c17be09
|
build: CMAKE_TOOLCHAIN_FILE fixed for test_package workflow
|
2020-12-21 23:42:28 +01:00 |
|
Mateusz Pusz
|
56fd5c04ae
|
build: cmake_paths generator added for documentation generation
|
2020-12-21 23:07:25 +01:00 |
|
Mateusz Pusz
|
8fd59a5db0
|
build: Removal of build_docs disabled for now
|
2020-12-21 23:06:37 +01:00 |
|
Mateusz Pusz
|
a172f34684
|
build: Minimum CMake version required set for each file based on its contents
|
2020-12-21 22:56:00 +01:00 |
|
Mateusz Pusz
|
f2f1d030ff
|
build: Conan toolchains support added
|
2020-12-21 22:38:27 +01:00 |
|
Mateusz Pusz
|
bacb92e5d3
|
build: UNITS_DOWNCAST_MODE handling in CMake refactored
|
2020-12-21 22:15:56 +01:00 |
|
Mateusz Pusz
|
79a52ead1c
|
ci: Old Travis.CI files removed
|
2020-12-21 21:34:38 +01:00 |
|
Mateusz Pusz
|
5373826448
|
build: Secrets are not available in GitHub Actions run after Pull Request
|
2020-12-21 21:34:07 +01:00 |
|