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

50 Commits

Author SHA1 Message Date
8a1bd67a20 src: more valgrind integration 2023-01-26 08:50:30 +01:00
a094df7b55 all: more cleanups; NFCI 2023-01-24 21:52:10 +01:00
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
2632342f44 all: remove currently unused submodules 2023-01-19 03:32:49 +01:00
8efcf6f099 src: move console files into a subdir; NFC 2023-01-18 14:19:15 +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
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
9f00515da4 CI: fix windows build 2023-01-05 02:29:12 +01:00
72f3e9b25a all: require C++17 2023-01-03 15:11:11 +01:00
c6e0aad40b make: move extra builds to "build/extra/" subdirectories 2023-01-01 19:43:57 +01:00
8e85680eb4 all: minor updates 2022-12-21 22:09:05 +01:00
0ac3cb2329 CI: update CI 2022-12-21 10:08:21 +01:00
9b87ddb621 CI: run test-suite; remove obsolete scripts 2022-12-20 23:33:58 +01:00
5dc4eb4b03 CI: also test linux gcc-m32 builds 2022-12-20 12:10:39 +01:00
c23c7a9379 all: minor updates 2022-12-15 16:20:22 +01:00
91aa5b55ab all: upgrade to upx-stubtools v20221212 2022-12-12 19:25:28 +01:00
ce21254ed2 all: misc cleanups 2022-11-06 08:35:00 +01:00
feef2e38cf all: final tweaks for release 2022-10-27 16:53:16 +02:00
e5c0d998b7 src: fully deprecate src/Makefile; minor doc and CI cleanups 2022-10-25 01:48:45 +02:00
f57393c0e8 all: simplify include path handling; update src/Makefile 2022-10-24 12:56:35 +02:00
07d368adca all: misc cleanups 2022-10-20 02:09:05 +02:00
ca0e614b56 CI: update for new GitHub Actions deprecated set-output commands 2022-10-12 16:29:20 +02:00
39c5be43aa CI: add Visual Studio 2022 builds; updates 2022-10-06 15:35:51 +02:00
c4437cb293 all: add support for a basic "make test" 2022-10-06 14:10:35 +02:00
17167d4905 CI: update macos-12 build 2022-10-05 02:05:20 +02:00
fd4882abcf CI: run close-stale-issues.yml once per week 2022-10-04 13:28:51 +02:00
38a1d3179b build(deps): bump actions/stale from 5 to 6
Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-22 17:07:26 +00:00
0d639d6386 CI: add macos job 2022-09-21 21:55:07 +02:00
26e7ae00e9 CI: create codeql-analysis.yml 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
79e9b0762c CI: work on new cmake-based CI; updates 2022-09-16 13:26:10 +02:00
ee242ba987 CI: improve workflows/close-stale-issues.yml 2022-08-27 21:04:56 +02:00
1b21fef081 CI: improve workflows/close-stale-issues.yml 2022-08-12 17:59:32 +02:00
81f868a0c6 Add .github/workflows/close-stale-issues.yml 2022-08-10 23:12:09 +02:00
d65e65b2b1 Update CI. 2021-05-15 07:24:16 +02:00
fe949bdf67 Build: Enable wildcard argument expansion for msvc 2021-04-12 11:20:13 +03:00
cbaedffce2 ci: make artifacts for all builds 2021-03-09 09:36:08 -05:00
801618740c CI: fix current Ubuntu problem. 2021-02-01 13:06:49 +01:00
b4429e1a42 CI: add sanitizer builds. 2021-01-04 22:03:23 +01:00
9db6d18d11 Now using upx-stubtools 20210104 with new clang-format-10.0.1. 2021-01-04 17:23:57 +01:00
f962afe146 Various cosmetic updates and refactors. NFCI. 2021-01-04 17:20:57 +01:00
57cb6a7530 CI: add mingw64 build. 2021-01-02 01:03:24 +01:00
baa1ed9be3 Update CI to use lastest zlib. Update Makefile. 2021-01-01 23:24:31 +01:00
f2e562b5de Update CI. 2020-12-08 06:22:10 +01:00
05a0b3557a Update CI. 2020-12-05 14:04:46 +01:00
8d3e1d28a7 Update GitHub CI. 2020-12-05 04:37:30 +01:00
23fe02e84a Add GitHub Actions CI. 2020-12-03 13:58:38 +01:00