mirror of
https://github.com/avast/retdec.git
synced 2025-01-21 21:27:37 +00:00
1.7 KiB
1.7 KiB
Changelog
dev
- Enhancement: Added community support for building and running RetDec inside Docker (#60).
- Enhancement: Decrease the default timeout when downloading the support package during installation (#6).
- Enhancement: Any shell can be used to install the decompiler, not just Bash.
- Enhancement: Added unofficial support for macOS build (#7).
- Enhancement: Allow 32b versions of
bin2llvmir
andllvmir2hll
on Windows access more memory (#7). - Fix: Reduced the length of build paths to external projects (#61).
- Fix: Build of
googletest
with VS 2017 (#55). - Fix: Build of
retdec-config
when two different compilers are employed (#52). - Fix: Build of the
llvm
submodule with VS 2017 when DIA SDK is installed (#61). - Fix: Ordering of compiler detections (#39).
- Fix: Remove duplicate
lib
prefix when installing libdwarf libraries (#31). - Fix: When installing the decompiler, do not remove the entire
share
directory (#12). - Fix: Improve OS type detection when installing the decompiler.
- Fix: Remove useless OS type detection when running decompilations (#10).
v3.0 (2017-12-13)
Initial public release.