[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master updated (4cc9f66 -> 571924b)
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master updated (4cc9f66 -> 571924b) |
Date: |
Thu, 5 Jan 2017 03:41:38 +0000 (UTC) |
chicares pushed a change to branch master.
from 4cc9f66 Merge tables in sorted order
new 73e6bec Do not indent top-level preprocessor directives
new 13090e1 Update reserved-name exceptions in coding rules
new ae3dc97 Test for x87
new ea356b1 Improve documentation
new 2c16778 Refactor to make ensuing changes simpler
new c07baf8 Conditionalize x87 code; provide <cfenv> alternatives
where possible
new 571924b Drop support for an ancient non-free compiler
Summary of changes:
config.hpp | 16 +++++
currency_test.cpp | 7 +-
expression_template_0_test.cpp | 4 +-
fenv_lmi.cpp | 154 ++++++++++++++++------------------------
fenv_lmi.hpp | 29 ++------
fenv_lmi_test.cpp | 22 +++---
fenv_lmi_x86.hpp | 4 +-
math_functors_test.cpp | 4 +-
round_test.cpp | 40 ++---------
round_to_test.cpp | 57 ++-------------
skeleton.cpp | 4 ++
test_coding_rules.cpp | 4 +-
12 files changed, 115 insertions(+), 230 deletions(-)
- [lmi-commits] [lmi] master updated (4cc9f66 -> 571924b),
Greg Chicares <=
- [lmi-commits] [lmi] master ae3dc97 3/7: Test for x87, Greg Chicares, 2017/01/04
- [lmi-commits] [lmi] master 73e6bec 1/7: Do not indent top-level preprocessor directives, Greg Chicares, 2017/01/04
- [lmi-commits] [lmi] master ea356b1 4/7: Improve documentation, Greg Chicares, 2017/01/04
- [lmi-commits] [lmi] master 13090e1 2/7: Update reserved-name exceptions in coding rules, Greg Chicares, 2017/01/04
- [lmi-commits] [lmi] master 2c16778 5/7: Refactor to make ensuing changes simpler, Greg Chicares, 2017/01/04
- [lmi-commits] [lmi] master 571924b 7/7: Drop support for an ancient non-free compiler, Greg Chicares, 2017/01/04
- [lmi-commits] [lmi] master c07baf8 6/7: Conditionalize x87 code; provide <cfenv> alternatives where possible, Greg Chicares, 2017/01/04