Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-23 | build, msvc: Drop no longer required macro definitions for leveldb | Hennadii Stepanov | |
Since levedb v1.21: - the `__STDC_LIMIT_MACROS` macro definition is unneeded; commit: 50fbc87e8c62a816d6afd4740e0652a13ac6dc3e - the `LEVELDB_ATOMIC_PRESENT` macro is unused; commit: 04f39105c5a418905da8b7657ca244d672c99d3b | |||
2021-03-29 | build: Enable safe warnings for msvc builds | Hennadii Stepanov | |
2020-01-28 | build: Disable msvc warning 4722 for leveldb build | Aaron Clauson | |
This prevents AppVeyor from failing on a warning in leveldb's new Windows environment. | |||
2020-01-28 | build: MSVC changes for leveldb update | Aaron Clauson | |
2019-07-01 | [MSVC] Copy build output to src/ automatically after build | nicolas.dorier | |
2019-06-19 | Cleaned up and consolidated msvc build files to allow faster builds and ↵ | Aaron Clauson | |
easier migration to vs2019. | |||
2019-02-17 | scripted-diff: Remove NDEBUG pre-define | Chun Kuan Lee | |
-BEGIN VERIFY SCRIPT- sed -i 's/NDEBUG;//g' $(git grep --name-only 'NDEBUG;' build_msvc) -END VERIFY SCRIPT- | |||
2019-02-01 | msvc: build leveldb locally | Chun Kuan Lee | |