[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master updated (30f5cff -> fe191f3)
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master updated (30f5cff -> fe191f3) |
Date: |
Sat, 11 May 2019 13:26:22 -0400 (EDT) |
chicares pushed a change to branch master.
from 30f5cff Shrink generic logo less
new ac642ae Simplify an assertion
new 19c01d9 Add minimum- and maximum-age arguments to cso_table()
new 7566ae5 Prefer overloading to "magical" default argument values
new 09d67a8 Calculate 7PP and CVAT corridor from first principles
new 49d083a Upgrade to gcc-8.x
new bc0c833 Install bsdtar in chroot
new fe191f3 Fully reflect earlier eradication of cygwin "MinGW_" mount
Summary of changes:
Makefile.am | 3 +
README.schroot | 2 +-
bcc_5_5_1.make | 2 +-
commutation_functions_test.cpp | 567 ++++++++++++++++++++++++++++++++++++++++-
como.make | 2 +-
cso_table.cpp | 97 +++++--
cso_table.hpp | 10 +
install_mingw.make | 4 +-
install_msw.sh | 8 +-
irc7702_tables.cpp | 99 +++++++
irc7702_tables.hpp | 64 +++++
objects.make | 2 +
12 files changed, 822 insertions(+), 38 deletions(-)
create mode 100644 irc7702_tables.cpp
create mode 100644 irc7702_tables.hpp
- [lmi-commits] [lmi] master updated (30f5cff -> fe191f3),
Greg Chicares <=
- [lmi-commits] [lmi] master 49d083a 5/7: Upgrade to gcc-8.x, Greg Chicares, 2019/05/11
- [lmi-commits] [lmi] master 09d67a8 4/7: Calculate 7PP and CVAT corridor from first principles, Greg Chicares, 2019/05/11
- [lmi-commits] [lmi] master fe191f3 7/7: Fully reflect earlier eradication of cygwin "MinGW_" mount, Greg Chicares, 2019/05/11
- [lmi-commits] [lmi] master bc0c833 6/7: Install bsdtar in chroot, Greg Chicares, 2019/05/11
- [lmi-commits] [lmi] master 7566ae5 3/7: Prefer overloading to "magical" default argument values, Greg Chicares, 2019/05/11
- [lmi-commits] [lmi] master 19c01d9 2/7: Add minimum- and maximum-age arguments to cso_table(), Greg Chicares, 2019/05/11
- [lmi-commits] [lmi] master ac642ae 1/7: Simplify an assertion, Greg Chicares, 2019/05/11