8000 Comparing mlbrock:master...dare-global:main · mlbrock/MlbDev2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mlbrock/MlbDev2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dare-global/ares-mlbdev2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 146 files changed
  • 4 contributors

Commits on Jun 24, 2025

  1. Mlb sep log 004 (#1)

    * Move log files into Logger dirs
    
    * Update includes to reflect directory change
    
    * Add Logger lib base header
    
    * Fix-up Logger build
    
    * Add MFStore to the build
    
    * Add the MFStore ScratchPad
    
    * Remove unused test class instance member
    
    * Add HostName TEST_MAIN unit test
    
    Removed log-related .cpp and .hpp files as they now reside in Logger.
    
    Left LogManager TEST_MAIN unit test in place as a reference, though it is
    to be removed eventually.
    
    * Fix canonicalization logic
    
    Logic incorrectly did not permit a single period ('.') to be part of a valid
    host bane, Changed as it is permitted to separate labels within a host name.
    
    Also added support for short host names.
    
    * Fix canonicalization logic
    
    Logic incorrectly did not permit a single period ('.') to be part of a valid
    host bane, Changed as it is permitted to separate labels within a host name.
    
    Also added support for short host names.
    
    * Add logic to delete per-level LogStream
    
    Only necessary in the pre-thread-local implementation.
    
    And even then not of pressing importance is the total leakage is 176 bytes
    for each of the thirteen log levels.
    
    * Remove entirely buffer alloc for LogStream
    
    Because it's not used in the non-thread-local implementation.
    
    * Add MSVC++ solution for MlbDev2
    
    * Add support for unit test log naming
    
    * Use unit test log file name formatter.
    
    * Change exception throw mechanism for old logic
    
    * Move include directive
    
    * Move include directive
    
    * Add initial thread-local support
    
    * Rework ThreadStream streambuf management
    
    Lifetime now extended past lifetime of the std::ostream parent.
    
    * Fix empty numeric values don't apply to cfg
    
    * Fix Boost lib dir
    
    * Update MFStoreControl interface
    
    * WIP
    
    * Restore alloced buffer to LogStream
    
    * Fix section list check loop
    
    * Add temp sources to scratch pad
    
    * Add section list support
    
    * Add other local libs
    
    * Remove semi-colon from ctor definition
    
    * Add NATS dev dirs and libs
    
    * Add NatsWrapper source files
    
    * WIP
    
    * WIP
    
    * Add exception class support
    
    * Enhance exception support
    
    * WIP on NATS options support
    
    Also added ValueTraits.hpp.
    
    * WIP
    
    * Add vector include
    
    * Add NatsWrapper to the build lib list
    
    * Update build inc and lib dirs
    
    * Update local lib list to include NatsWrapper
    
    * Remove obsolete Destroy method
    
    * Update TEST_MAIN unit test
    
    * Update Google ProtoBuf build info
    
    * Add extension cc to C++ implicit build sources
    
    * WIP on comparison changes
    
    * Remove unimplemented TEST_MAIN unit test
    
    * Remove unimplemented TEST_MAIN unit test
    
    * Remove unimplemented TEST_MAIN unit test
    
    * Finish unit test
    
    * Update rel-op support
    
    * Add UniqueId from old MlbDev
    
    * Update comparisons
    
    * Include basic time struct comparison
    
    * Include basic time struct comparison
    
    * Activate pre-20 time struct comparison logic
    
    * Add time structs comparison headers to MSVC++
    
    * Clean-up after comparison function changes
    
    * Remove some obsolete comments
    
    * Add NatsInbox class
    
    * Fix inbox related changes
    
    * Handle unknown file name in exception message
    
    * Add source for GetWriterAdvisoryLock function
    
    * Add blank line for readability
    
    * Move NATS status login into separate sources
    
    * Add more instance methods
    
    * Add sources for NATS status reporting logic
    
    * WIP
    
    * Add methods
    
    * Fix up new functions
    
    * Add comments
    
    * Add config for gcc 11..4.0
    
    * Change path from absolute to relative
    
    * Add cstdint include file
    
    * Add cstdint include to the TEST_MAIN unit test
    
    * Remove some obsolete comments
    
    * Update for Windows compatibility
    
    * Enable MSVC++ C++17 support
    
    * Add an MSVC++ project for the MFStore library
    
    * Add file list for MFStore MSVC++ project
    
    * Add the UniqueId source
    
    * Add initial support for the Windows impl
    
    * Add ParseCsv
    
    * Add include files for g++
    
    * WIP
    
    * Add ParseLine
    
    * WIP
    
    * WIP
    
    * WIP
    
    * WIP
    
    * WIP
    
    * WIP
    
    * Add XLateEscapeChars
    
    * WIP
    
    * Clean up
    
    * Add include file for g++
    
    * WIP on quote support
    
    * WIP
    
    * WIP
    
    * WIP
    
    * WIP
    
    * Extend section list checks
    
    * Add section list check to unit test
    
    * Fix extent check
    
    * Add unit test of section list check
    
    * Add TimeSpec explicit conversions
    
    * Change the names of the formal parameters
    
    * Add CheckFileLineSums
    
    * Emit segment contents
    
    ---------
    
    Co-authored-by: Michael L. Brock <MichaelLBrock@yahoo.com>
    Co-authored-by: Michael L. Brock <mlbrock@users.noreply.github.com>
    3 people authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    dc3c8ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e805242 View commit details
    Browse the repository at this point in the history
Loading
0