Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version update 4.01 #57

Merged
merged 56 commits into from
May 15, 2024
Merged

Version update 4.01 #57

merged 56 commits into from
May 15, 2024

Commits on Feb 18, 2024

  1. Improved tests suite

    Enhanced tests printed output.
    Created own assertions so that tests can be also executed when compiling
    in release mode.
    elB4RTO committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    f31abb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Fix

    Fixed error message of unexistent directory when the logs path is empty
    elB4RTO committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    71ab2b9 View commit details
    Browse the repository at this point in the history
  2. Updated build scripts

    Changed build type from MinSizeRel to Release
    elB4RTO committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5d2b4aa View commit details
    Browse the repository at this point in the history
  3. Updated HOW_TO_COMPILE

    elB4RTO committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cc0dcad View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Updated CMakeLists.txt

    Improved Release build with IPO
    elB4RTO committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    fa0ea67 View commit details
    Browse the repository at this point in the history
  2. Code improvements

    elB4RTO committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    969a5f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Fixed typo in ArrayOps

    elB4RTO committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    8b65604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2b0e89 View commit details
    Browse the repository at this point in the history
  3. Improved tests suite

    Added tests for ArrayOps
    elB4RTO committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    56c2ced View commit details
    Browse the repository at this point in the history
  4. Fixed compiler warning

    Fixed possibly uninitialized values warning
    elB4RTO committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    abb2662 View commit details
    Browse the repository at this point in the history
  5. Code improvements

    elB4RTO committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    b418eca View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Added Crapconf lib

    elB4RTO committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    0fc4281 View commit details
    Browse the repository at this point in the history
  2. Improvements and updates

    Using ConfigsPage enum instead of plain int
    elB4RTO committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    fcfc52f View commit details
    Browse the repository at this point in the history
  3. Updated UI

    Added pages to the Configs section for tweaking the stats charts
    elB4RTO committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    ae6867d View commit details
    Browse the repository at this point in the history
  4. Updated resources

    Added icons for the new configs pages
    elB4RTO committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    969666f View commit details
    Browse the repository at this point in the history
  5. Updated main stylesheet

    elB4RTO committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    be43324 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88f4c89 View commit details
    Browse the repository at this point in the history
  7. Updated MainWindow

    Added slots for the new configs
    elB4RTO committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    e59d5fc View commit details
    Browse the repository at this point in the history
  8. Improved and updated Crapview

    Improved and updated DbQuery.
    Added new methods and data members.
    elB4RTO committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    4dbfc27 View commit details
    Browse the repository at this point in the history
  9. Updated default conf file

    elB4RTO committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    d2115ce View commit details
    Browse the repository at this point in the history
  10. Updated MainWindow

    Updated readConfigs and writeConfigs methods
    elB4RTO committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    4339d03 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Updated UI

    Added page in the Configs to tweak the Relational stats chart
    elB4RTO committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2251104 View commit details
    Browse the repository at this point in the history
  2. Updated resources

    Added icons for the new configs page
    elB4RTO committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    997d1c8 View commit details
    Browse the repository at this point in the history
  3. Updated ConfigsPage enum

    elB4RTO committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2da551b View commit details
    Browse the repository at this point in the history
  4. Updated MainWindow

    Added slots for the new configs
    elB4RTO committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    601862c View commit details
    Browse the repository at this point in the history
  5. Updated Crapview

    Added new methods and data members
    elB4RTO committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    bd8f408 View commit details
    Browse the repository at this point in the history
  6. Updated default conf file

    elB4RTO committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9abeab6 View commit details
    Browse the repository at this point in the history
  7. Updated translation files

    elB4RTO committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1cb69b0 View commit details
    Browse the repository at this point in the history
  8. Updated translation resources

    elB4RTO committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    01ee5a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Code improvements

    Improved Crapview and DbQuery
    elB4RTO committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    1ea1b0d View commit details
    Browse the repository at this point in the history
  2. Structure improvements

    Renamed DbQuery to Fetcher.
    Changed crapview-related files tree structure.
    elB4RTO committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d999d85 View commit details
    Browse the repository at this point in the history
  3. Code improvements

    Improved Crapview and Fetcher
    elB4RTO committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    88e080f View commit details
    Browse the repository at this point in the history
  4. Structure improvements

    Renamed HashOps to Hasher.
    Improved Craplog files tree structure.
    elB4RTO committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    eba625e View commit details
    Browse the repository at this point in the history
  5. CMake improvements

    Splitted project sources into separate cmake files
    elB4RTO committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d83bb2a View commit details
    Browse the repository at this point in the history
  6. Fixed some compiler warnings

    elB4RTO committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d319a25 View commit details
    Browse the repository at this point in the history
  7. Updated doc comments

    elB4RTO committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b6bac6d View commit details
    Browse the repository at this point in the history
  8. Code improvements

    Improved Fetcher.
    Introduced namespace: QueryFactory.
    elB4RTO committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0789e7f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. CMake improvements

    Modernized cmake project structure
    elB4RTO committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    cbf76a2 View commit details
    Browse the repository at this point in the history
  2. Updated CMake directives

    Added targets to update and release translations
    elB4RTO committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4db09dc View commit details
    Browse the repository at this point in the history
  3. Updated build scripts

    Changed cmake build target from 'all' to 'LogDoctor'
    elB4RTO committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5df9f27 View commit details
    Browse the repository at this point in the history
  4. Fixed CTest directives

    Fixed LogDocTester return value
    elB4RTO committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e7ada82 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Code improvements

    Morphed FormatOps class into namespace.
    Splitted FormatOps into sub-modules.
    Added checks on the logs format for missing important fields.
    elB4RTO committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7d110cc View commit details
    Browse the repository at this point in the history
  2. Added new dialogs

    elB4RTO committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cd9d48b View commit details
    Browse the repository at this point in the history
  3. Updated tests suite

    elB4RTO committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    662d837 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Version update

    Version 4.01
    elB4RTO committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f12ca9e View commit details
    Browse the repository at this point in the history
  2. Updates

    Updated Dockerfile and MacOS bundle
    elB4RTO committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0f59d64 View commit details
    Browse the repository at this point in the history
  3. Updated Changelog

    elB4RTO committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4132293 View commit details
    Browse the repository at this point in the history
  4. Updated some dialogs phrases

    elB4RTO committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9212ead View commit details
    Browse the repository at this point in the history
  5. Updated translation files

    elB4RTO committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7c9e60c View commit details
    Browse the repository at this point in the history
  6. Updated translation resurces

    elB4RTO committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3b08c6e View commit details
    Browse the repository at this point in the history
  7. Updated documentation

    elB4RTO committed May 7, 2024
    Configuration menu
    Copy the full SHA
    165d519 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Added workaround for MacOS

    MacOS's clang does not support ranges yet
    elB4RTO committed May 13, 2024
    Configuration menu
    Copy the full SHA
    2ba8f6b View commit details
    Browse the repository at this point in the history
  2. Moved ArrayOps to Workarounds

    elB4RTO committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fea6499 View commit details
    Browse the repository at this point in the history
  3. Improved tests suite

    Added new function: testWorkarounds.
    Added tests for Workarounds::join.
    Updated old ArrayOps tests.
    elB4RTO committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3dc0167 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Fixed compiler warning

    Forward declaration of struct as class
    elB4RTO committed May 14, 2024
    Configuration menu
    Copy the full SHA
    954c652 View commit details
    Browse the repository at this point in the history
  2. Updated cl compilet flags

    elB4RTO committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9051925 View commit details
    Browse the repository at this point in the history