This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
Releases: skippyr/revelio
Releases · skippyr/revelio
v17.0.2
v17.0.1
v17.0.0
v16.2.1
v16.2.0
v16.1.0
v16.0.2
v16.0.1
v16.0.0
v15.0.0
Changes
- Rename option
--modified-date
to--modification-date
. - Remove "SOURCE CODE" section from help and rewrite some parts of it.
- Transform some macros into functions.
- Use new enums,
Parse_Status
andReturn_Status
, instead ofint
to make function returns more legible. - Standard library functions will now include the
std
namespace in all of their uses. - Some error reports have been slightly changed.
- Add new compilation option
-std=c++11
. - Add a
.clang-format
file to automatically format files. - Revealing user and group will no longer use static pointers, but a buffer on the stack.