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

Testable search #505

Merged
merged 9 commits into from
Sep 9, 2024
Merged

Testable search #505

merged 9 commits into from
Sep 9, 2024

Commits on Jul 23, 2024

  1. Make tempPayload a local var

    vifactor committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    655e2c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ea8b2a View commit details
    Browse the repository at this point in the history
  3. rm redundant SearchDialog::is_TimeStampRangeValid state var

    If timestamp range search is selected
    the loop will only continue if range is valid. It does not make sense
    to check in functions below if range is valid since otherwise
    that code cannot be even reached
    vifactor committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8d30225 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    423cd6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43994ff View commit details
    Browse the repository at this point in the history
  6. TimestampRange

    vifactor committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    731fdc6 View commit details
    Browse the repository at this point in the history
  7. use new timestamp filtering

    vifactor committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d570bcd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74378a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fix build

    move matcher to qdlt lib
    
    enable c++17 in qmake config
    
    The new code uses variant and optional
    added in c++17 standard while qmake config was
    setup restricted to c++11
    
    enable tests only if gtest package found
    
    Set c++17 standard in cmake
    
    export class for windows linker
    
    Signed-off-by: Viktor Kopp <[email protected]>
    vifactor committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bae0a27 View commit details
    Browse the repository at this point in the history