Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove CMake testing support (GH #506) | Jeffrey Walton | 2017-09-16 | 1 | -77/+5 |
| | | | | CMake can now be found at http://www.cryptopp.com/wiki/CMake. The Cmake project files are now maintianed by the community. | ||||
* | Remove -march=native as default in Makefile and CMake (PR #465) | Jeffrey Walton | 2017-08-23 | 1 | -6/+84 |
| | | | Remove -march=native as default in Makefile and CMake (PR #465) | ||||
* | Split source files to support Base Implementation + SIMD implementation (GH ↵ | Jeffrey Walton | 2017-08-17 | 1 | -1/+1 |
| | | | | | #461) Split source files to support Base Implementation + SIMD implementation | ||||
* | Cleanup comments in AppVeyor config file | Jeffrey Walton | 2017-08-04 | 1 | -17/+7 |
| | |||||
* | Fix "Error parsing appveyor.yml: "exclude" value must be a sequence of ↵ | Jeffrey Walton | 2017-08-03 | 1 | -8/+0 |
| | | | | mappings." | ||||
* | Remove VS2017 from exclude: recipe. Remove unneeded comments | Jeffrey Walton | 2017-08-03 | 1 | -13/+8 |
| | |||||
* | Fix AppVeyor *.vcxproj file copy | Jeffrey Walton | 2017-08-02 | 1 | -10/+8 |
| | |||||
* | Copy converted *.vcxproj files from TestScripts before testing | Jeffrey Walton | 2017-08-02 | 1 | -0/+4 |
| | |||||
* | Reconfigure AppVeyor email notifications | Jeffrey Walton | 2017-08-02 | 1 | -6/+7 |
| | | | | Hopefully they will get through, soon | ||||
* | Partially fix AppVeyor build | Jeffrey Walton | 2017-08-02 | 1 | -8/+4 |
| | | | | AppVeyor still has problems, like not being able to run a x64 test | ||||
* | Fix x64 builds | Jeffrey Walton | 2017-08-02 | 1 | -0/+8 |
| | | | | Take 3 | ||||
* | Enable 64-bit builds under AppVeyor | Jeffrey Walton | 2017-08-02 | 1 | -5/+9 |
| | | | | Take 2 | ||||
* | Add notification address of cryptopp-build@googlegroups.com (Take 2) | Jeffrey Walton | 2017-05-31 | 1 | -1/+5 |
| | |||||
* | Add notification address of cryptopp-build@googlegroups.com | Jeffrey Walton | 2017-05-31 | 1 | -0/+3 |
| | | | | Its a new Google Group created at https://groups.google.com/forum/#!forum/cryptopp-build. The list should allow us to run services on unprivileged forks and other unrelated accounts while making it easy to find results. | ||||
* | Remove VS2010 and VS2012 configurations | Jeffrey Walton | 2017-05-27 | 1 | -2/+0 |
| | | | | Apparently Appveyor does not support them. Also see https://stackoverflow.com/q/43441273/608639 | ||||
* | Updated makefile trim and convert rules | Jeffrey Walton | 2017-05-26 | 1 | -2/+2 |
| | | | | Whitespace check-in | ||||
* | Add Win64 to exclude until the issues are sorted out | Jeffrey Walton | 2017-04-17 | 1 | -1/+3 |
| | |||||
* | Add allow_failures to appveyor.yml until we sort out some of the issues | Jeffrey Walton | 2017-04-16 | 1 | -0/+14 |
| | |||||
* | Add VS2010 - VS2017 images to appveyor.yml | Jeffrey Walton | 2017-04-16 | 1 | -0/+8 |
| | |||||
* | Convert tab to space for .appveyor.yml | Jeffrey Walton | 2017-04-15 | 1 | -2/+2 |
| | | | | The configuration validated but the test build died | ||||
* | Add whitespace to test_script cmd | Jeffrey Walton | 2017-04-15 | 1 | -0/+2 |
| | | | | Without the additional CRLF, Appveyor dies with on the command . The odd thing is, YAML validated OK. | ||||
* | Add Configuration and Platform information | Jeffrey Walton | 2017-04-15 | 1 | -0/+10 |
| | |||||
* | Add clone depth to Appveyor | Jeffrey Walton | 2017-04-15 | 1 | -0/+1 |
| | |||||
* | Add Appveyor configuration file | Jeffrey Walton | 2017-04-15 | 1 | -0/+18 |