First release.
What's Changed
- Merge development to master - added support for global lifetime (can use in a static context) by @adamyaxley in #1
- Correct the type of a numeric variable. by @nicolas-slusarenko in #4
- Configure GitHub CI Action by @adamyaxley in #10
- Google Test by @adamyaxley in #11
- Add a test to check whether strings are obfuscated or not in the binary by @adamyaxley in #12
- Rename test files to all start with test_ by @adamyaxley in #13
- Key Improvements by @adamyaxley in #9
- Use a random key by default based on the line number by @adamyaxley in #17
- Fix a typo by @i-ky in #22
- Fix the issue #23 where LINE is not constexpr in MSVC when using /ZI (Edit and Continue) by @adamyaxley in #24
- static changed to thread_local by @inie0722 in #27
- #28 Update the readme regarding multithreaded suppport with examples by @adamyaxley in #31
- add include guard by @Sidelobe in #32
- Fix typo by @a4865g in #33
- Fix exception at runtime on MSVC when /RTCc is enabled by @OlivierNemoz in #36
- Support for arbitrary char types by @pieceofsummer in #39
- Fix tests for arbitrary char type by @adamyaxley in #41
- #44 Allow for C++20 standard compiling by @geijnmh in #45
New Contributors
- @adamyaxley made their first contribution in #1
- @nicolas-slusarenko made their first contribution in #4
- @i-ky made their first contribution in #22
- @inie0722 made their first contribution in #27
- @Sidelobe made their first contribution in #32
- @a4865g made their first contribution in #33
- @OlivierNemoz made their first contribution in #36
- @pieceofsummer made their first contribution in #39
- @geijnmh made their first contribution in #45
Full Changelog: https://github.com/adamyaxley/Obfuscate/commits/v1.0.0