Pith - whittle
whittle/src/core/FilterSettings.h [0.5 kb]
Modified: 20:17:01 158 026 (24 Aug 026)
5 Days Ago
#pragma once
#include <cstdint>

namespace whittle {

struct FilterSettings {
    bool compareSize = true;
    bool compareTime = true;

    std::int64_t toleranceNs = 1;

    enum class Display { OnlyDiff, All };
    Display display = Display::OnlyDiff;

    bool recursive = true;

    bool loadLastScheme = false;

    static constexpr std::int64_t Tol_ext4  = 1;
    static constexpr std::int64_t Tol_ntfs  = 100;
    static constexpr std::int64_t Tol_ext23 = 1'000'000'000;
    static constexpr std::int64_t Tol_vfat  = 2'000'000'000;
};

}
Updates
Stave - Android 158.026
Kerf - Android 157.026
Kiln - Android 157.026
Wedge - Android 156.026
Whittle - Linux 155.026

Menu
Calendar
Project Tin (024/029)
Miter
RSS Feed
User Avatar
@vgmlr
=SUM(parts)
0.0017
260,204 (+618)