aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* Add exceptions to mach_abi_linking groupsJack Lloyd2017-12-232-2/+2
* Build improvementsJack Lloyd2017-12-238-6/+4
* Enable additional Haiku featuresJack Lloyd2017-12-231-1/+3
* Enable shared libs on HaikuJack Lloyd2017-12-231-1/+2
* Avoid defining LIB_LINK_CMD if we are not creating a shared object.Jack Lloyd2017-12-231-3/+2
* Fix build issue on HaikuJack Lloyd2017-12-231-0/+2
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-221-1/+5
* Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-201-16/+18
* Enable processor specific code in module policies [ci skip]Jack Lloyd2017-12-193-0/+15
* Update comment [ci skip]Jack Lloyd2017-12-151-6/+8
* Fix clang macrosJack Lloyd2017-12-141-3/+3
* Address review comments: indent code and fix clang regexJack Lloyd2017-12-141-38/+36
* Detect the compiler version using the preprocessor instead of command lineJack Lloyd2017-12-143-8/+58
* Remove some unused OS feature flagsJack Lloyd2017-12-1317-20/+1
* Drop IRIX supportJack Lloyd2017-12-131-9/+0
* Simplify how make flags are setJack Lloyd2017-12-121-6/+5
* Rename SSE4.x names to avoid underscoresJack Lloyd2017-12-116-12/+12
* Finish with the CPU feature macrosJack Lloyd2017-12-111-2/+2
* Rename the SSE4 ISA extensionsJack Lloyd2017-12-116-12/+12
* Further cleanup of macro generation in build.hJack Lloyd2017-12-111-5/+28
* More simplificationsJack Lloyd2017-12-111-3/+3
* Clean up macro generationJack Lloyd2017-12-111-7/+23
* Add compiler language flags in build.h header [ci skip]Jack Lloyd2017-12-111-1/+1
* Avoid a warning under AIX makeJack Lloyd2017-12-111-4/+2
* Merge GH #1346 Add for loops to templates, add cmake+bakefile templatesJack Lloyd2017-12-113-10/+148
|\
| * Tweak the bakefile output a bitJack Lloyd2017-12-101-8/+19
| * Fix bakefile arch setting for x86-32Jack Lloyd2017-12-101-1/+1
| * Escape the shared build flags for CMakeJack Lloyd2017-12-101-1/+1
| * Use for loops in cmake and bakefile buildsJack Lloyd2017-12-102-13/+36
| * Use template file to generate bakefileJack Lloyd2017-12-101-0/+28
| * Generate the CMake using a template fileJack Lloyd2017-12-101-0/+62
| * Add basic iteration constructs to template filesJack Lloyd2017-12-101-10/+24
* | Enable using NEON on ClangJack Lloyd2017-12-101-0/+3
|/
* Move -Wstrict-overflow to maintainer mode [ci skip]Jack Lloyd2017-12-091-2/+2
* Simplify date conversion by avoiding OS utilitiesJack Lloyd2017-12-0410-10/+0
* Argh nmake doesn't know about .PHONYJack Lloyd2017-12-041-1/+3
* Add a script for generating the documentationJack Lloyd2017-12-041-22/+29
* Merge GH #1329 Remove unaligned mem optionsJack Lloyd2017-12-026-8/+0
|\
| * Remove unaligned mem checkJack Lloyd2017-12-026-8/+0
* | Build simplificationsJack Lloyd2017-12-021-0/+7
* | Accept CXXFLAGS and LDFLAGS from environment (GH #1237)Jack Lloyd2017-12-022-5/+8
* | Drop support for Cilk+Jack Lloyd2017-12-021-2/+1
|/
* Fix macOS dynamic linkJack Lloyd2017-12-012-4/+5
* Merge the gnumake and nmake makefilesJack Lloyd2017-12-0113-197/+133
* Avoid naming Windows library botand if in debug modeJack Lloyd2017-12-012-3/+3
* Add ability to disable static library buildJack Lloyd2017-11-306-96/+57
* Remove support for setting install commandJack Lloyd2017-11-303-9/+0
* Merge GH #1321 Use a script for make cleanJack Lloyd2017-11-295-103/+53
|\
| * Fix dependenciesJack Lloyd2017-11-294-31/+34
| * Add the build commands back to the main makefilesJack Lloyd2017-11-293-14/+28