aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAge
* cmake: slight CMakeLists.txt refactoringEgor Tensin2021-04-06
|
* add CTest testsEgor Tensin2021-03-24
|
* update cmake-commonEgor Tensin2020-04-05
|
* update cmake-commonEgor Tensin2020-01-09
|
* utils/ -> aesxx/utils/Egor Tensin2019-12-21
|
* restructure the projectEgor Tensin2019-12-21
|
* cmake: install libraries & their headersEgor Tensin2019-12-21
|
* cmake: use Boost::* imported targetsEgor Tensin2019-12-21
|
* install LICENSE.txt along with the utilsEgor Tensin2019-12-16
|
* minor improvements to CMakeLists.txtEgor Tensin2019-12-09
|
* add cmake-common as a submoduleEgor Tensin2019-12-08
|
* split root CMakeLists.txtEgor Tensin2017-04-29
|
* CMakeLists.txt updatesEgor Tensin2017-02-08
|
* CMakeLists.txt: refactoringEgor Tensin2017-01-21
|
* remove dynamic dependency on libwinpthread-1.dllEgor Tensin2016-12-28
| | | | | For some reason, i686-w64-mingw32-g++ 5.4.0 adds a dynamic dependency on libwinpthread-1.dll even when `-static-libgcc -static-libstdc++` is set.
* CMakeLists.txt: code styleEgor Tensin2016-10-26
|
* CMakeLists.txt: code styleEgor Tensin2016-10-16
|
* CMakeLists.txt: updateEgor Tensin2016-10-16
| | | | | * Static runtime linking if the top-level project. * Multiple other minor-ish improvements.
* CMakeLists.txt fixesEgor Tensin2016-10-14
|
* fix GCC errorsEgor Tensin2016-06-21
|
* 'aesni' -> 'aes'Egor Tensin2016-05-19
|
* rename the projectEgor Tensin2016-05-19
|
* examples: merge to block utilsEgor Tensin2015-07-26
|
* move executables from test/ to utils/Egor Tensin2015-06-24
|
* utils/cxx/ -> cxx/Egor Tensin2015-06-15
|
* libaesni -> aesniEgor Tensin2015-06-11
|
* /SAFESEH for the asm implementationEgor Tensin2015-06-10
|
* src/aes*.asm -> src/asm/, src/aes*.c -> src/c/Egor Tensin2015-06-10
|
* rename source filesEgor Tensin2015-06-10
|
* add file encryption utils for AES-128-ECBEgor Tensin2015-06-10
|
* allow to choose between C in asm implementationsEgor Tensin2015-06-05
|
* implement raw_*_{encrypt,decrypt} in CEgor Tensin2015-06-04
|
* add test/Egor Tensin2015-05-25
| | | | | Includes simple block encryption/decryption programs for the supported modes (AES128/192/256 ECB + AES256 CBC).
* define _CRT_SECURE_NO_WARNINGSEgor Tensin2015-05-24
|
* initial commitEgor Tensin2015-05-22