Mateusz Pusz
6d39459cbc
perf: rvalue references support added for constructors and getters
...
Resolves #275
2021-05-03 19:44:50 +02:00
Mateusz Pusz
8623939258
fix: header inclusion recursion fixed
2021-04-16 13:53:38 +02:00
Mateusz Pusz
46e1e5e932
refactor: US system renamed to USCS
2021-04-16 12:40:52 +02:00
Mateusz Pusz
70bff31d06
feat: quantity aliases support addded
2021-04-15 19:13:25 +02:00
Mateusz Pusz
ec8c19b947
refactor: natural units refactored
2021-04-15 14:03:32 +02:00
Mateusz Pusz
5781791a28
refactor: format_global_buffer() added
2021-04-14 20:20:47 +02:00
Mateusz Pusz
e39ef2f850
fix: reference redefined in terms of dimension and unit
2021-04-09 12:52:15 +02:00
Mateusz Pusz
fadec03cee
feat: reference added to quantity_kind, quantity_point, and quantity_point_kind
2021-04-09 08:26:24 +02:00
Mateusz Pusz
0ac00534d6
feat: equality comparison support added for reference
2021-04-08 18:54:49 +02:00
Mateusz Pusz
8ca2b25349
fix: torque literal fixed + experimental_angle example refactored
2021-04-07 19:07:25 +02:00
Mateusz Pusz
bd862d3517
refactor: Fine-grained references support added
2021-04-07 11:26:45 +02:00
Mateusz Pusz
512406e900
build: got rid of global options for references and literals
2021-04-06 16:30:26 +02:00
Mateusz Pusz
b982921d27
refactor: References are now guarded UNITS_REFERENCES with (ON by default) + examples duplicated to subdirectories
...
Now References can be disabled to meassure a compile time impact. Also the same examples are now provided in two subdirectories to be able to easily compare the pros and cons of every quantity construction technique.
2021-04-06 15:57:28 +02:00
Mateusz Pusz
c3659dbb47
refactor: UNITS_UDLS renamed to UNITS_LITERALS
...
Also now the existence of the preprocessor flag is enough to trigger the feature (`#ifdef` instead of `#if`)
2021-04-06 13:33:27 +02:00
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