aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* Add an option to generate PDF version of the documentationJack Lloyd2017-12-061-19/+34
* Fix typos in configure.pyFelix Yan2017-12-061-2/+2
* Merge GH #1333 Add script to build docsJack Lloyd2017-12-041-40/+16
|\
| * Argh nmake doesn't know about .PHONYJack Lloyd2017-12-041-0/+1
| * Add a script for generating the documentationJack Lloyd2017-12-041-40/+15
* | Cleanup install targetJack Lloyd2017-12-041-0/+1
|/
* Avoid code duplication in configureJack Lloyd2017-12-031-17/+6
* Remove (undocumented) --dirty-tree optionJack Lloyd2017-12-031-6/+1
* Simplify pkg-config file generationJack Lloyd2017-12-031-5/+3
* Merge GH #1329 Remove unaligned mem optionsJack Lloyd2017-12-021-19/+0
|\
| * Remove unaligned mem checkJack Lloyd2017-12-021-19/+0
* | Build simplificationsJack Lloyd2017-12-021-38/+37
* | Accept CXXFLAGS and LDFLAGS from environment (GH #1237)Jack Lloyd2017-12-021-25/+16
* | Drop support for Cilk+Jack Lloyd2017-12-021-9/+0
|/
* Fix macOS dynamic linkJack Lloyd2017-12-011-7/+5
* Merge the gnumake and nmake makefilesJack Lloyd2017-12-011-51/+62
* Avoid naming Windows library botand if in debug modeJack Lloyd2017-12-011-36/+20
* Add ability to disable static library buildJack Lloyd2017-11-301-27/+97
* Remove support for setting install commandJack Lloyd2017-11-301-7/+1
* Lint fixes [ci skip]Jack Lloyd2017-11-301-3/+3
* Fixes for make cleanJack Lloyd2017-11-291-4/+4
* Add a script to handle `make clean` targetJack Lloyd2017-11-291-4/+14
* Allow overriding ar commandJack Lloyd2017-11-291-10/+22
* Lint fixes [ci skip]Jack Lloyd2017-11-291-7/+7
* Add flags to disable building/installing documentationJack Lloyd2017-11-291-1/+19
* Split the language flags out of CXXFLAGSJack Lloyd2017-11-291-6/+10
* Prefix execution of install.py with Python binaryJack Lloyd2017-11-161-0/+1
* Only skip includes that have been incuded unconditionally beforeSimon Warta2017-10-191-10/+19
* Allow trailing comments for include matchersSimon Warta2017-10-191-3/+4
* Rename method to AmalgamationHelper.is_unconditional_std_include and testSimon Warta2017-10-191-8/+11
* Use __file__ to detect project rootSimon Warta2017-10-191-1/+1
* Prevent a lint complaint.Frank Schoenmann2017-10-121-1/+2
* Repair generation of CMakeLists.txt after some files have been moved.Frank Schoenmann2017-10-121-3/+4
* Make it possible to disable SSE4.1 and SSE4.2Simon Warta2017-10-081-1/+1
* Lint fixJack Lloyd2017-09-241-2/+2
* Change configure so --list-modules doesn't print any log messagesJack Lloyd2017-09-231-26/+21
* Fix the amalgamation buildJack Lloyd2017-09-211-1/+4
* Improve support for IBM XLCJack Lloyd2017-09-211-1/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-3/+3
* Accept a - in releaseJack Lloyd2017-09-191-1/+1
* Using ast.literal_eval is no good hereJack Lloyd2017-09-191-2/+11
* Rename botan_version.py to version.txtJack Lloyd2017-09-191-1/+1
* Handle : (as appears in 'git:revid')Jack Lloyd2017-09-191-1/+1
* Load botan_version.py as a file instead of as module importJack Lloyd2017-09-191-50/+83
* Script the Windows CI buildJack Lloyd2017-09-081-4/+4
* Adjust min version for non "based on LLVM" appleclangSimon Warta2017-09-071-1/+3
* Improve appleclang version logicSimon Warta2017-09-071-13/+11
* Rename variable xcode_version_to_clang -> appleclang_to_clang_versionSimon Warta2017-09-071-3/+3
* Do not fix number of digits in first appleclang version componentSimon Warta2017-09-071-1/+1
* Fix appleclang regex pattern to match dot onlySimon Warta2017-09-071-1/+1