1
0
mirror of https://github.com/upx/upx.git synced 2025-08-07 22:46:51 +08:00
Commit Graph

30 Commits

Author SHA1 Message Date
cc893dfc11 CI: add zigcc and scan-build 2023-01-22 22:07:35 +01:00
8ef17da082 all: cleanups 2023-01-22 18:44:31 +01:00
1ab8d5fb3f src: remove currently unused submodules 2023-01-21 18:57:23 +01:00
213ac3ac73 all: better support for clang Static Analyzer (scan-build) 2023-01-19 19:17:26 +01:00
6c41a4c9c8 src: move compress files into a subdir; clang-format some more files; NFC 2023-01-18 09:28:12 +01:00
334be287fc CI: add minimal-ci 2023-01-17 23:43:24 +01:00
aa050e0001 cmake: compile compression libs with -O2 even in Debug mode 2023-01-16 09:47:39 +01:00
cc994326a0 all: cleanups 2023-01-15 13:49:27 +01:00
9f830e0c41 all: add zstd compression library 2023-01-13 22:25:15 +01:00
513b00a30e cmake: update for MSVC_IDE 2023-01-05 14:26:17 +01:00
cd686cb1d9 src: add boost-pfr 2023-01-05 00:57:05 +01:00
d9657e9831 cmake and make: minor updates 2023-01-05 00:57:01 +01:00
72f3e9b25a all: require C++17 2023-01-03 15:11:11 +01:00
99b795ceaa cmake: update for MinGW 2023-01-01 13:54:39 +01:00
39778d5f47 cmake: default to relaxed options when building from source tarball 2022-11-22 20:54:12 +01:00
0af9bbb623 all: post-release version bump 2022-11-22 20:51:56 +01:00
3cf102334f src: add option '--force-overwrite' 2022-11-16 12:52:53 +01:00
d31b80da5b cmake: improve tests 2022-11-14 13:21:07 +01:00
ce21254ed2 all: misc cleanups 2022-11-06 08:35:00 +01:00
81e11987a2 all: add UPX_VERSION_GIT_DESCRIBE 2022-11-02 10:35:40 +01:00
212bc04257 cmake: run tests sequentially 2022-11-02 02:50:02 +01:00
db401fd05e cmake: improve "make test" 2022-10-31 18:53:38 +01:00
bce109ab54 all: post-release version bump 2022-10-28 17:10:52 +02:00
f57393c0e8 all: simplify include path handling; update src/Makefile 2022-10-24 12:56:35 +02:00
283c1cf931 src: add --version-short option; support doctest --dt-XXX options; cleanups 2022-10-23 23:09:13 +02:00
c4437cb293 all: add support for a basic "make test" 2022-10-06 14:10:35 +02:00
63298ebd6d src: silence clang-15 compiler warnings 2022-09-16 16:31:34 +02:00
73c816e468 doc: work on improving docs; add generated files to Git repo 2022-09-16 13:26:13 +02:00
c75d7a685d src: major cleanups, introduce new eXtended Span class
- initial minimally invasive eXtended Span implementation
- rename ptr_diff to ptr_diff_bytes
- move some files to util subdir
- lots of cleanups
- start using the new checked pointers - this needs some real-world testing
2022-09-16 13:26:13 +02:00
cf429dfce4 cmake: add CMakeLists.txt for building with CMake 2022-09-11 13:26:32 +02:00