aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx (unfollow)
Commit message (Collapse)Author
2019-08-20Windows.h > windows.hEgor Tensin
... to enable cross-compilation from Ubuntu, where there's windows.h, and paths are case-sensitive.
2017-07-27code styleEgor Tensin
2017-06-25code styleEgor Tensin
2017-05-04refactoringEgor Tensin
2017-05-04disable DbgHelp.h warningsEgor Tensin
2017-05-03code styleEgor Tensin
2017-04-29split root CMakeLists.txtEgor Tensin
2016-10-17fix compiler warningsEgor Tensin
2016-10-16CMakeLists.txt: code styleEgor Tensin
2016-10-14CMakeLists.txt fixesEgor Tensin
2016-09-25fix licensing noticesEgor Tensin
Also, remove the docs, which were never there anyway.
2016-06-21fix GCC errorsEgor Tensin
2016-05-19'aesni' -> 'aes'Egor Tensin
2016-05-19rename the projectEgor Tensin
2015-12-27cxx: refactoringEgor Tensin
2015-10-20cxx: implement "boxes"Egor Tensin
2015-08-23cxx: Boost.Config for compiler workaroundsEgor Tensin
2015-08-02cxx: more algorithm-agnostic APIEgor Tensin
The code (in the utilities in particular) is a mess though, so a refactoring's coming up.
2015-07-28cxx: more mode helpersEgor Tensin
2015-07-28bugfixEgor Tensin
2015-07-28refactoringEgor Tensin
Namely, rename API functions to facilitate metaprogramming using preprocessor macros.
2015-07-27code styleEgor Tensin
2015-07-26examples: merge to block utilsEgor Tensin
2015-07-23cxx: disable DbgHelp.h warningsEgor Tensin
2015-07-22cxx: add a compiler workaroundEgor Tensin
2015-06-25cxx: import more stuffEgor Tensin
2015-06-25cxx: implement more stuffEgor Tensin
2015-06-24refactoringEgor Tensin
2015-06-19add call stacks to errorsEgor Tensin
2015-06-19add more block arithmetic functionsEgor Tensin
2015-06-18cxx: implement more stuffEgor Tensin
2015-06-18better error messages + refactoringEgor Tensin
2015-06-17factoring out AES-specific stuffEgor Tensin
2015-06-17refactoringEgor Tensin
2015-06-17refactoringEgor Tensin
2015-06-17cxx: add block parsingEgor Tensin
2015-06-16cxx: include data structures & I/O functionsEgor Tensin
2015-06-15utils/cxx/ -> cxx/Egor Tensin