Commit Graph
483 Commits
Author SHA1 Message Date
Mateusz Pusz dee1055ecd Data UDLs refactoring missed in README 2020-03-11 09:33:12 +01:00
Mateusz Pusz 657ad3c4f0 QUIET flag set for Doxygen 2020-03-11 09:32:40 +01:00
Mateusz Pusz aadd2716d6 SI namespace members added to Systems 2020-03-11 09:11:41 +01:00
Mateusz Pusz 30232186f1 Bitrate UDLs refactored 2020-03-10 21:12:00 +01:00
Mateusz Pusz 6a5f25750d UDL naming refactored 2020-03-10 20:53:53 +01:00
Mateusz Pusz d67eabf310 Forcing highlighting in Sphinx disabled 2020-03-10 20:46:52 +01:00
Mateusz Pusz c1c07b697a Custom C++ highlighter added to Sphinx 2020-03-10 19:10:54 +01:00
Mateusz Pusz 18cb5f9386 Scaled Units chapter renamed to Named Scaled Units 2020-03-10 17:16:46 +01:00
Mateusz Pusz f4fe0a1504 SPhinx conf.py cleanup 2020-03-10 13:33:33 +01:00
Mateusz Pusz af9d72efae README updated with the link to documentation 2020-03-10 13:33:11 +01:00
Mateusz Pusz 33ca86d868 Fixing deployment once again 2020-03-10 13:02:16 +01:00
Mateusz Pusz 407e339b07 deploy.sh replaced with inline commands 2020-03-10 12:01:54 +01:00
Mateusz Pusz ae4f9a1b2a Another try to make docs deployment 2020-03-10 11:56:45 +01:00
Mateusz Pusz f4f12086f7 Travis CI deploy hack 2020-03-10 09:38:30 +01:00
Mateusz Pusz 2ed47da811 Sphinx docs deploy step added to travis-ci 2020-03-09 20:50:17 +01:00
Mateusz Pusz cc8fcb3d76 pip requirements set to the latest versions 2020-03-09 20:18:51 +01:00
Mateusz Pusz d800f29585 pip dependencies moved to buid.py for CI 2020-03-09 20:07:30 +01:00
Mateusz Pusz d4779ce16d configureDoxyfile definition moved before use 2020-03-09 19:56:12 +01:00
Mateusz Pusz 826e680b6f Minor CMake code formating 2020-03-09 19:52:13 +01:00
Mateusz Pusz 99f4c92230 "docs" added to conan export_sources 2020-03-09 19:48:02 +01:00
Mateusz Pusz 1865b92e90 Workaround for a stupid compiler reporting potential null-pointer dereference 2020-03-09 19:47:36 +01:00
Mateusz Pusz 433cd8222f Missing Conan remotes added to build.py 2020-03-09 19:07:41 +01:00
Mateusz Pusz 5f73123f87 Contrained on a named unit added to a prefixed_unit 2020-03-09 18:56:55 +01:00
Mateusz Pusz e122d6baae avg_velocity renamed to avg_speed 2020-03-09 18:56:18 +01:00
Mateusz Pusz b65328d575 Sphinx-based documentation added 2020-03-09 18:55:41 +01:00
Mateusz Pusz af6358fbdb gcc-9 compilation fixed 2020-03-05 11:40:05 +01:00
Mateusz Pusz 5a72983c47 Removed an old TODO comment 2020-03-01 14:50:01 +01:00
Mateusz Pusz 4b33c0f7c5 Examples with an alternate way to create quantities refactored
- examples modified to provide a unified library look-and-feel
- originals moved to a dedicated subdirectory for further reference and comparison
2020-03-01 14:44:45 +01:00
Mateusz Pusz 0c5864cc87 Kalman filter slightly refactored + clang_format 2020-03-01 14:40:54 +01:00
Mateusz Pusz cd0eb11c14 standard_gravity constant added 2020-03-01 13:11:15 +01:00
Mateusz Pusz c079856d72 Conan stable package link updated in README 2020-02-25 15:42:27 +01:00
Mateusz Pusz 736a8bd3c8 "clang-format off" removed for base_dimension_less 2020-02-25 11:55:16 +01:00
Mateusz Pusz 63463e7a35 Total energy example slightly refactored 2020-02-24 20:46:21 +01:00
Mateusz Pusz 0c02f94d29 Printing of uknown non-coherent units fixed 2020-02-24 20:45:47 +01:00
Mateusz Pusz 1f63fdb945 Printing of a space separator for unitless quantites disabled 2020-02-24 20:01:57 +01:00
Mateusz Pusz d53a5337f3 Total energy example extended with Natural Units 2020-02-24 19:16:28 +01:00
Mateusz Pusz c73ba84ad3 Natural Units support added 2020-02-24 19:15:46 +01:00
Mateusz Pusz e7756bf4eb Printing order of base units according to the recipe fixed 2020-02-24 15:18:37 +01:00
Mateusz Pusz 0eb2f404be clang-format applied to type_list 2020-02-24 15:17:03 +01:00
Mateusz Pusz c745bebffd type_list_join added 2020-02-24 15:15:46 +01:00
Mateusz Pusz b9e7ffc90c total_energy fixed for gcc-9 2020-02-24 14:12:38 +01:00
Mateusz Pusz 64248c0752 Total energy example added 2020-02-23 17:40:18 +01:00
Mateusz Pusz a0a18f35ac Momentum support added 2020-02-23 17:40:01 +01:00
Oliver Schönrock fe998e1eab better sqrt_impl
MUCH bigger range (although still not quitre max -- see comments)
no recursion
make this example possible: https://godbolt.org/z/tDFkfR
2020-02-23 17:29:28 +01:00
Oliver Schönrock d4492524d1 use assert. static can't work 2020-02-23 17:29:28 +01:00
Andy Little 065323c7d7 1d aircraft α-β filter ( kalman filter tutorial from https://www.kalmanfilter.net/alphabeta.html#ex2 ) converted to mpusz/units 2020-02-22 22:10:45 +01:00
Oliver Schönrock ef862c9f69 include what we use and use system header syntax
don't show 10^0 when den != 0
2020-02-22 22:08:36 +01:00
Oliver Schönrock 424f0512c1 hack fix?! 2020-02-22 22:08:36 +01:00
Mateusz Pusz 0c89df3980 unknown_unit renamed to unknown_coherent_unit 2020-02-22 09:37:40 +01:00
Mateusz Pusz d51a9eac28 Physical constants refactored 2020-02-21 10:57:57 +01:00