Commit Graph

13 Commits

Author SHA1 Message Date
Robert Ramey
f4f0352b60 fix links to *.hpp files in documentation 2019-05-10 04:31:00 -07:00
Robert Ramey
37457049a3 upgrades in documentation 2018-09-02 11:05:08 -07:00
Robert Ramey
99ee93d94d refactored checked operations, added corresponding tests and documentation
meant to improve correctness and extendability.
2018-03-24 18:22:48 -07:00
Robert Ramey
924ec15070 updated documentation to reflect newer implementation 2017-11-07 14:42:54 -08:00
Robert Ramey
4153b7f58a Numerous changes to better handle floating point.
Turns out that these changes should also better position us to handle other underlying types - but we're not there yet.
Added example for composition with other types - example boost rational and boost multi precision
Added performance test using boost multi precision
Many other small corrections
2017-07-16 13:36:09 -07:00
Robert Ramey
86910466a8 Intermediate working version
Making way for checked_float, checked_money, etc

a) factoring checked into checked_integer etc.
b) moved some tests from test_z to official tests
c) added test_rational which tests interoperability with boost::rational
d) moved safe_range to safe_integer_range
2017-07-08 12:48:37 -07:00
Robert Ramey
38e72bd04f included checked::equal to trap when equal comparison fails due to changes in types 2017-06-12 21:20:38 -07:00
Robert Ramey
6f0710109c documentation updates for improved exception/error management 2017-06-03 13:58:48 -07:00
insideoutclub
297a3888f0 Update checked.xml 2017-03-04 11:52:13 -08:00
Robert Ramey
01f789fcce adjustments to discuss -ftrapv and explanation related to drop-in replacements 2016-08-24 16:05:53 -07:00
Robert Ramey
63dd89210e Enabled Boost Book syntax highlighting
improved TOC and chunking.  This is complicated by the fact we that we desire different depths.
put copies of boost logo in subdirectories
2016-02-07 14:38:06 -08:00
Robert Ramey
1bc0b94e65 changes to implement the following:
a) made trap_exception work
b) updated manual and examples to show how to use library to eliminate runtime penalty
c) added in safe_literal
d) made corrections of various types
2015-12-21 23:14:06 -08:00
Robert Ramey
bce3a5536e intermediate version
passes all tests
adds documentation of library internals
implements trap_exception for compile time guarantee for program correctness
still needs update to support the above for operations in addition to + and -
2015-12-15 10:21:08 -08:00