Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add root .gitattributes | Egor Tensin | 2019-12-08 |
| | |||
* | AppVeyor: build.ps1 code style | Egor Tensin | 2019-09-03 |
| | |||
* | AppVeyor: don't preserve Set-PSDebug | Egor Tensin | 2019-08-24 |
| | |||
* | Travis: build all branches | Egor Tensin | 2019-08-24 |
| | |||
* | Travis: -j | Egor Tensin | 2019-08-24 |
| | |||
* | AppVeyor: refactor appveyor.yml | Egor Tensin | 2019-08-24 |
| | |||
* | split root .gitattributes | Egor Tensin | 2019-08-24 |
| | |||
* | AppVeyor: better practices | Egor Tensin | 2019-08-22 |
| | |||
* | AppVeyor: fix build numbering & only build master | Egor Tensin | 2019-08-21 |
| | |||
* | README: badges are links to CI | Egor Tensin | 2019-08-21 |
| | |||
* | README: custom badges from shields.io | Egor Tensin | 2019-08-21 |
| | |||
* | AppVeyor badge with custom text | Egor Tensin | 2019-08-21 |
| | |||
* | add AppVeyor badge to README | Egor Tensin | 2019-08-21 |
| | |||
* | .travis/*.sh: code style | Egor Tensin | 2019-08-21 |
| | |||
* | add AppVeyor configuration | Egor Tensin | 2019-08-21 |
| | |||
* | Travis: master branch only | Egor Tensin | 2019-08-21 |
| | |||
* | add Travis badge to README | Egor Tensin | 2019-08-21 |
| | |||
* | add Travis configuration | Egor Tensin | 2019-08-21 |
| | |||
* | Windows.h > windows.h | Egor Tensin | 2019-08-20 |
| | | | | | ... to enable cross-compilation from Ubuntu, where there's windows.h, and paths are case-sensitive. | ||
* | code style | Egor Tensin | 2017-07-27 |
| | |||
* | test: support running scripts from other dirs | Egor Tensin | 2017-07-27 |
| | |||
* | test/all.bat: code style | Egor Tensin | 2017-07-26 |
| | |||
* | code style | Egor Tensin | 2017-06-25 |
| | |||
* | utils: code style | Egor Tensin | 2017-06-22 |
| | |||
* | utils: refactor command-line arguments parsing | Egor Tensin | 2017-06-22 |
| | | | | + update usage messages. | ||
* | README update | Egor Tensin | 2017-05-23 |
| | |||
* | common.cmake update | Egor Tensin | 2017-05-19 |
| | |||
* | utils: code style | Egor Tensin | 2017-05-11 |
| | |||
* | utils: exceptions instead of asserts | Egor Tensin | 2017-05-11 |
| | |||
* | code style & refactoring | Egor Tensin | 2017-05-04 |
| | |||
* | refactoring | Egor Tensin | 2017-05-04 |
| | |||
* | disable DbgHelp.h warnings | Egor Tensin | 2017-05-04 |
| | |||
* | code style | Egor Tensin | 2017-05-03 |
| | |||
* | common.cmake: bugfix & refactoring | Egor Tensin | 2017-05-01 |
| | |||
* | utils: README update | Egor Tensin | 2017-04-29 |
| | |||
* | split root CMakeLists.txt | Egor Tensin | 2017-04-29 |
| | |||
* | CMakeLists.txt updates | Egor Tensin | 2017-02-08 |
| | |||
* | test: code style | Egor Tensin | 2017-01-30 |
| | |||
* | nist-sp-800-38a.py -> nist.py | Egor Tensin | 2017-01-22 |
| | |||
* | all_tests.bat -> all.bat | Egor Tensin | 2017-01-22 |
| | |||
* | all_test.bat -> all_tests.bat | Egor Tensin | 2017-01-22 |
| | |||
* | add .gitattributes | Egor Tensin | 2017-01-22 |
| | |||
* | all_test.bat: code style | Egor Tensin | 2017-01-22 |
| | |||
* | utils: add header files to CMakeLists.txt | Egor Tensin | 2017-01-22 |
| | |||
* | utils: bugfix | Egor Tensin | 2017-01-22 |
| | |||
* | test: fix Pylint warnings | Egor Tensin | 2017-01-22 |
| | |||
* | add all_test.bat | Egor Tensin | 2017-01-22 |
| | |||
* | update .gitignore | Egor Tensin | 2017-01-22 |
| | |||
* | CMakeLists.txt: refactoring | Egor Tensin | 2017-01-21 |
| | |||
* | remove dynamic dependency on libwinpthread-1.dll | Egor Tensin | 2016-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. |