aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add ability to generate man page with rst2man fixing #1349Jack Lloyd2017-12-111-7/+21
* Merge GH #1351 Cleanup macro generation in build.hJack Lloyd2017-12-111-112/+56
|\
| * Rename SSE4.x names to avoid underscoresJack Lloyd2017-12-111-1/+6
| * Remove an unused feature allowing one module to pull in a file from anotherJack Lloyd2017-12-111-17/+4
| * Finish with the CPU feature macrosJack Lloyd2017-12-111-12/+2
| * Further cleanup of macro generation in build.hJack Lloyd2017-12-111-72/+42
| * More simplificationsJack Lloyd2017-12-111-9/+9
| * Clean up macro generationJack Lloyd2017-12-111-16/+8
* | Handle map conversion within the lexer functionJack Lloyd2017-12-111-17/+25
|/
* Fix make clean targetJack Lloyd2017-12-111-0/+2
* Clarify platform log during configurationSimon Warta2017-12-111-1/+1
* Simplify this constructJack Lloyd2017-12-101-1/+1
* Fix bakefile arch setting for x86-32Jack Lloyd2017-12-101-0/+5
* Use copy.copyJack Lloyd2017-12-101-2/+3
* Escape the shared build flags for CMakeJack Lloyd2017-12-101-0/+4
* A couple of simple optimizationsJack Lloyd2017-12-101-9/+16
* Simplify how the build info is generatedJack Lloyd2017-12-101-111/+101
* Simplify house ECC curve code, and remove redundant fuzzer logicJack Lloyd2017-12-101-33/+22
* Use for loops in cmake and bakefile buildsJack Lloyd2017-12-101-128/+53
* Use template file to generate bakefileJack Lloyd2017-12-101-74/+26
* Generate the CMake using a template fileJack Lloyd2017-12-101-176/+69
* Add basic iteration constructs to template filesJack Lloyd2017-12-101-46/+97
* 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