| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace template_util.h stuff with C++11 <type_traits> | tzik | 2016-03-10 | 1 | -1/+0 |
* | Switch base/numerics to std::is_same | jschuh | 2016-01-24 | 3 | -6/+2 |
* | Fix error in CheckedNumeric usage comment | jschuh | 2016-01-05 | 1 | -3/+2 |
* | Remove random lonely semicolons. | thestig | 2015-12-30 | 1 | -1/+0 |
* | Switch to standard integer types in base/. | avi | 2015-12-26 | 5 | -3/+14 |
* | base: Make saturated_cast behavior for NaNs configurable. | vmpstr | 2015-12-14 | 2 | -4/+40 |
* | Remove base::enable_if | vmpstr | 2015-11-30 | 4 | -73/+78 |
* | base: Add support for compound CheckedNumeric operations. | vmpstr | 2015-09-29 | 2 | -1/+36 |
* | Add IsValueNegative to base/numerics | jschuh | 2015-09-22 | 2 | -0/+31 |
* | Implement CheckedNumeric::UnsignedAbs() | jschuh | 2015-09-17 | 3 | -1/+56 |
* | Remove base's implicit_cast. | danakj | 2015-09-15 | 1 | -3/+3 |
* | Fix float to int conversion in base/numerics | jschuh | 2015-09-14 | 2 | -8/+173 |
* | Replace gfx::ClampToInt with base::saturated_cast. | danakj | 2015-06-05 | 2 | -7/+11 |
* | Add strictly checked numeric types | jschuh | 2015-05-28 | 3 | -1/+89 |
* | Fix a division by zero when multiplying 0 * y with SafeNumerics. | eroman | 2015-05-18 | 2 | -2/+5 |
* | base: Fix/add header #ifndef guards. | danakj | 2015-03-10 | 4 | -14/+12 |
* | Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https... | bnc | 2015-03-09 | 4 | -12/+14 |
* | base: Fix/add header #ifndef guards. | danakj | 2015-03-09 | 4 | -14/+12 |
* | Remove unused MSVS 2013 hack from base/numerics | jschuh | 2015-01-26 | 1 | -11/+0 |
* | Convert COMPILE_ASSERT to static_assert in base/numerics | jschuh | 2014-10-14 | 4 | -36/+34 |
* | Fix more disabled MSVC warnings, base/ edition. | pkasting | 2014-10-01 | 2 | -5/+6 |
* | Roll gtest and gmock DEPS. | ncbray@chromium.org | 2014-08-09 | 1 | -0/+7 |
* | Remove unused header in safe_math_impl.h | jschuh@chromium.org | 2014-06-19 | 1 | -1/+0 |
* | Add required header for RangeConstraint definition. | eroman@chromium.org | 2014-02-28 | 1 | -0/+1 |
* | Add support for safe math operations in base/numerics | jschuh@chromium.org | 2014-02-27 | 5 | -186/+1294 |
* | Refactor base/safe_numerics.h | jschuh@chromium.org | 2014-01-17 | 4 | -0/+529 |