Commit Graph

507 Commits

Author SHA1 Message Date
Mateusz Pusz 19398f4b78 Grammar chapter updated 2020-03-18 12:53:41 +01:00
Mateusz Pusz 687cabc576 Grammar updated 2020-03-18 12:17:12 +01:00
rbrugo aee44d98be Added tests for format types 2020-03-18 12:16:02 +01:00
rbrugo 8b4f4daa55 Removed c, s and p types; added optional # specifier 2020-03-18 12:16:02 +01:00
Mateusz Pusz 4174f184f3 "Conversions and Casting" chapter done 2020-03-18 11:21:54 +01:00
Mateusz Pusz 572b5bdf22 Documentation for quantity constants added 2020-03-17 18:06:45 +01:00
Mateusz Pusz 45888ac44e Physical constants support redesigned 2020-03-17 17:13:18 +01:00
Mateusz Pusz d2e49b25f7 Clang uses the Ranges-v3 concepts 2020-03-17 17:12:01 +01:00
Mateusz Pusz 9a32c8bc2c "See also" note added to "Library Directories Structure" chapter 2020-03-17 15:32:23 +01:00
Mateusz Pusz 1bb484e1c4 "Grammar" chapter refactored and "Default formatting" chapter added 2020-03-17 15:26:53 +01:00
Mateusz Pusz 814a620fbb "Grammar" chapter updated 2020-03-17 14:16:24 +01:00
rbrugo c88dc6904b Reused specs field instead of precision and type 2020-03-17 14:08:13 +01:00
rbrugo 0593516622 Added types in format grammar 2020-03-17 14:08:13 +01:00
Mateusz Pusz 605d00219a "Library Directories Structure" chapter added 2020-03-17 14:04:23 +01:00
Mateusz Pusz c26f4500e1 E and O format specifiers removed and A added 2020-03-16 11:31:02 +01:00
Mateusz Pusz e51bbcc888 seealso added to "Obtaining Dependencies" 2020-03-13 19:14:01 +01:00
Andy Little f6ab0aaf17 examples,alternative namespaces : update box_example and put alternative namespace definitions in local headers 2020-03-12 16:37:49 +01:00
Andy Little 8ceb224908 example, kalman filter : remove #include <iomanip> sinc mpusz/units uses format syntax for io now 2020-03-12 16:36:12 +01:00
Andy Little 79f81bfe39 example, kalman filter : use constexpr std::array rather than std::vector for measurements and track,
to make it harder for compiler to complain about existence of first element.
2020-03-12 16:36:12 +01:00
Mateusz Pusz 0cfe7c605f zip files explicitly set as a binary type in git 2020-03-11 17:42:12 +01:00
Mateusz Pusz 197d45d463 Sphinx RTD theme zipped 2020-03-11 17:41:13 +01:00
Mateusz Pusz 24af110fb8 Most of the old MD documentation files removed 2020-03-11 13:04:34 +01:00
Mateusz Pusz 7f9f741aa0 Units graph and scaled_unit description added 2020-03-11 12:33:35 +01:00
Mateusz Pusz f51f972c55 nomnoml graph text added for concepts 2020-03-11 12:33:05 +01:00
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