Commit Graph

614 Commits

Author SHA1 Message Date
Mateusz Pusz
dfd209ed14 fix: femtotonne enabled 2021-04-02 18:57:17 +02:00
Mateusz Pusz
1a5b4fc85e refactor: UDLs support switched off by default 2021-04-02 18:56:28 +02:00
Mateusz Pusz
9054420d08 build: Added an option to disable UDLs support
Now it is time to get rid of UDLs from tests and examples and then disable them by default.
2021-04-01 09:36:55 +02:00
Mateusz Pusz
309da80c32 refactor: unit_text.h header include moved to text-related targets 2021-03-31 12:25:26 +02:00
Mateusz Pusz
441db47928 fix: MSVC Release build fixed + pragmas usage refactored 2021-03-30 20:00:23 +02:00
Mateusz Pusz
8a26eaf420 fix: VS build fixed 2021-03-30 14:47:05 +02:00
Mateusz Pusz
800dade31c fix: fixed_string fixed for clang 2021-03-30 14:26:24 +02:00
Mateusz Pusz
31bf975e11 Merge branch 'master' of github.com:mpusz/units 2021-03-30 13:23:06 +02:00
Mateusz Pusz
37cfc53d1d refactor: IWYU applied to the source files
`alternative_namespaces` examples left out as I consider them a subject for removal in the nearest future.
2021-03-30 13:21:05 +02:00
Mateusz Pusz
01935996e6 build: IWYU support added 2021-03-30 13:15:47 +02:00
Mike Ford
6004fa192a fix: corrected old names in si::constants
substance -> amount_of_substance
temperature -> thermodynamic_temperature
2021-03-27 18:39:04 +01:00
Björn Schäpers
adca315f15 fix: Add missing include
Otherwise the namespace si is not defined
2021-03-25 08:54:22 +01:00
Mateusz Pusz
5251a8a241 fix: Unused <functional> header removed from basic_concepts.h 2021-03-23 19:42:08 +01:00
Mateusz Pusz
fc7b0e44e2 feat: 💥 !data system renamed to isq::iec80000 (quantity names renamed too)
Relates to #253
2021-03-19 23:04:52 +01:00
Mateusz Pusz
3f45da5882 fix: Switched to check_cxx_symbol_exists() for libcxx detection 2021-03-19 12:56:32 +01:00
Mateusz Pusz
ec4c283cc0 build: range-v3 dependency added to CMake config file for clang + libc++ 2021-03-19 11:08:50 +01:00
Mateusz Pusz
88e642ec74 refactor: QuantityValue concept renamed to Representation 2021-03-19 07:53:18 +01:00
Mateusz Pusz
07cb258eff Merge branch 'add_symbolrate' of https://github.com/go2sh/units into go2sh-add_symbolrate 2021-03-19 07:35:20 +01:00
Mateusz Pusz
6c4dc95897 Merge branch 'add_si_prefix_bit' of https://github.com/go2sh/units into go2sh-add_si_prefix_bit 2021-03-19 07:24:53 +01:00
Mateusz Pusz
ca7762177f refactor: quantity::value_ renamed to quantity::number_
Refers to #259
2021-03-19 07:01:12 +01:00
Mateusz Pusz
901b09fd52 refactor: quantity::count() renamed to quantity::number()
Resolves #259
2021-03-19 06:47:37 +01:00
Johel Ernesto Guerrero Peña
f0cfc14b83 refactor: remove operator/(Rep, reference)
Addresses https://github.com/mpusz/units/pull/261#discussion_r597289047.
2021-03-19 06:31:12 +01:00
Johel Ernesto Guerrero Peña
376c402fa0 fix: remove implied support for unallowed syntaxes on quantity kinds and references 2021-03-18 22:37:25 +01:00
Johel Ernesto Guerrero Peña
5914ae2260 docs(src): expand on non-allowed syntaxes 2021-03-18 22:37:25 +01:00
Johel Ernesto Guerrero Peña
ddbbb8ac55 style: remove braces from value 2021-03-18 22:37:25 +01:00
Johel Ernesto Guerrero Peña
ced4b3bbed refactor: make reference's interface hidden friends
Addresses:
- https://github.com/mpusz/units/pull/261#discussion_r597135187
- https://github.com/mpusz/units/pull/261#discussion_r597152408
2021-03-18 22:37:25 +01:00
Johel Ernesto Guerrero Peña
234337d310 refactor: use perfect forwarding for make functions
Addresses https://github.com/mpusz/units/pull/261#discussion_r597131272.
2021-03-18 22:37:25 +01:00
Johel Ernesto Guerrero Peña
0b87e7c99c refactor!: require explicit number for references
Addresses:
- https://github.com/mpusz/units/pull/261#discussion_r596651065
- https://github.com/mpusz/units/pull/261#discussion_r596664550
- https://github.com/mpusz/units/pull/261#discussion_r597132294
2021-03-18 22:37:25 +01:00
Johel Ernesto Guerrero Peña
6d9abe97e5 docs: rephrase 'unit constant' to 'quantity reference' 2021-03-18 22:37:25 +01:00
Johel Ernesto Guerrero Peña
0c09871bca fix: do not forward declare reference's interface on MSVC 2021-03-18 22:37:25 +01:00
Johel Ernesto Guerrero Peña
018c5837f9 refactor: rename unit_constants to references
Addresses https://github.com/mpusz/units/pull/261#discussion_r596663522.
2021-03-18 22:37:25 +01:00
Johel Ernesto Guerrero Peña
1068f7d182 refactor: use values rather than types for reference
Addresses https://github.com/mpusz/units/pull/261#discussion_r596661260.
2021-03-18 22:37:25 +01:00
Johel Ernesto Guerrero Peña
4622979ed9 refactor: make the interface of reference more visible 2021-03-18 22:37:25 +01:00
Johel Ernesto Guerrero Peña
dd1a46cd35 style: mark comment as TODO
Addresses https://github.com/mpusz/units/pull/261#discussion_r596641518.
2021-03-18 22:37:25 +01:00
Johel Ernesto Guerrero Peña
9a520edfe9 refactor!: replace one_rep with reference<D, U> 2021-03-18 22:37:25 +01:00
Mateusz Pusz
4ef4c1ea1f build: CONFIG REQUIRED added for range-v3 2021-03-18 08:18:18 +01:00
Mateusz Pusz
f2b52e9743 Merge branch 'master' of github.com:mpusz/units 2021-03-17 13:46:59 +01:00
Mateusz Pusz
37473eb8ad refactor: core-io and core-fmt separate modules added 2021-03-17 13:46:28 +01:00
Johel Ernesto Guerrero Peña
229d303319 refactor: add portable diagnostic pragmas 2021-03-17 08:46:05 +01:00
Mateusz Pusz
b356a53fa4 build: installation of mp-units and mp-units-systems fixed 2021-03-16 23:40:57 +01:00
Mateusz Pusz
221883bb25 build: core library and each system separated to dedicated CMake targets
Refers to #249
2021-03-16 23:05:45 +01:00
Mateusz Pusz
bbbb77286c refactor: physical replaced with isq
Refers to #249
2021-03-16 12:03:25 +01:00
Mateusz Pusz
23720d055e refactor: Refactored the library file tree
Resolves #249
2021-03-16 09:32:28 +01:00
Mateusz Pusz
5c94a40906 build: COMP_XXX renamed to UNITS_COMP_XXX 2021-03-15 21:13:21 +01:00
Mateusz Pusz
625f452daa build: libc++ support added 2021-03-15 21:11:26 +01:00
Johel Ernesto Guerrero Peña
533595d669 fix: address comments from @mpusz 2021-03-15 15:19:52 +01:00
Johel Ernesto Guerrero Peña
94eb477f02 refactor: apply comments 2021-03-15 15:19:50 +01:00
Johel Ernesto Guerrero Peña
dca553ed96 example: fix compilation for Clang 13 2021-03-15 14:26:46 +01:00
Johel Ernesto Guerrero Peña
6a43e10fe6 test: compile quantity_point_kind_test.cpp 2021-03-15 14:26:46 +01:00
Johel Ernesto Guerrero Peña
0b961dc71c fix: check selective QuantityValue requirements 2021-03-15 14:26:46 +01:00