lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master updated (0eafcb0 -> 6425b3b)


From: Greg Chicares
Subject: [lmi-commits] [lmi] master updated (0eafcb0 -> 6425b3b)
Date: Sat, 28 Mar 2020 18:23:34 -0400 (EDT)

chicares pushed a change to branch master.

      from  0eafcb0   Make a non-bare repository sharable by multiple users
       new  f14ad11   Implement MD5 checksum files reading in lmi code
       new  4cafdca   Add lmi_md5sum utility implementing subset of standard 
md5sum
       new  fc09a91   Add unit tests for MD5-related functionality
       new  2696d31   Update copyright notices
       new  925f946   Include headers iff appropriate
       new  f340f72   Explicitly qualify std::size_t
       new  0622c32   Regularize whitespace
       new  2b4947a   Write inequality comparisons in number-line order
       new  225cf10   Avoid a warning by a different means
       new  063c376   Generally avoid "`" where "'" is at least as good
       new  2db19f5   Remove unnecessary shared-object attributes
       new  c029dd3   Improve documentation
       new  d82ac15   Split a long line
       new  28956d7   Temporarily allow an "MD5 !!" marker
       new  28f8ffc   Explicitly qualify std::cout
       new  9c510ad   Measure elapsed time for MD5 data-file validation
       new  72ee60f   Improve instructions
       new  ec4fe67   Realphabetize a list
       new  9ae6e81   Reformat and lightly revise some documentation
       new  8d3e03a   Expunge a disused makefile variable
       new  6645aa7   Eradicate 'winebindir'
       new  6425b3b   Install 'lmi_md5sum$(EXEEXT)' elsewhere


Summary of changes:
 GNUmakefile              |   3 -
 Makefile.am              |  31 +++++
 authenticity.cpp         | 131 ++++++++++++-------
 authenticity.hpp         |  11 --
 authenticity_test.cpp    |  30 ++---
 generate_passkey.cpp     |   5 +-
 ihs_irc7702.cpp          |   2 +-
 ihs_irc7702a.cpp         |   2 +-
 install_miscellanea.make |  31 +----
 md5sum.cpp               | 229 +++++++++++++++++++++++++++++++++
 md5sum.hpp               | 116 +++++++++++++++++
 md5sum_cli.cpp           | 262 +++++++++++++++++++++++++++++++++++++
 md5sum_test.cpp          | 326 +++++++++++++++++++++++++++++++++++++++++++++++
 nychthemeral_test.sh     |   2 +-
 objects.make             |  27 ++++
 rate_table_tool.cpp      |   2 +-
 set_toolchain.sh         |   5 +-
 system_command_test.cpp  |   8 +-
 test_coding_rules.cpp    |   1 +
 workhorse.make           |  20 +--
 20 files changed, 1118 insertions(+), 126 deletions(-)
 create mode 100644 md5sum.cpp
 create mode 100644 md5sum.hpp
 create mode 100644 md5sum_cli.cpp
 create mode 100644 md5sum_test.cpp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]