summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Expand)AuthorAgeFilesLines
* Fix C++ support: set $target{cxx} correctlyRichard Levitte2016-10-141-0/+1
* Configure: remove superfluous 0xVitezslav Cizek2016-10-131-1/+1
* Remove automatic RPATH - add user rpath supportRichard Levitte2016-10-131-1/+10
* Add support for C++ in ConfigureRichard Levitte2016-10-121-7/+23
* Add -Wswitch-enumRich Salz2016-09-221-1/+2
* Have the configuration options 'no-err' and 'no-async' work againRichard Levitte2016-09-171-1/+2
* Rearrange the storage of build file template names in %configRichard Levitte2016-09-161-40/+42
* Register the name of the config file each config target was found inRichard Levitte2016-09-161-2/+7
* Configure: detect gcc's dependency generation capability more accurately.Andy Polyakov2016-09-131-1/+1
* Configure: impose ^X on whole build procedure.Andy Polyakov2016-09-131-18/+2
* Trim config outputRich Salz2016-09-091-42/+25
* Allow asan, msan and ubsan to be configured with shared librariesRichard Levitte2016-09-071-1/+8
* Configure: Reorganise the checking of disabled optionsRichard Levitte2016-09-071-17/+18
* Configure: clarify and refine -static.Andy Polyakov2016-09-031-0/+17
* Revert "Make it possible to disable fuzz testing"Richard Levitte2016-09-011-1/+0
* Have Configure's HASH or TABLE produce complete listsRichard Levitte2016-08-311-0/+3
* Configure's print_table_entry printed incorrect informationRichard Levitte2016-08-311-18/+30
* Make it possible to disable fuzz testingRichard Levitte2016-08-311-0/+1
* The Perl interpreter might be in a path with spaces, so maybe quote itRichard Levitte2016-08-311-1/+10
* Configure: save away the value of OPENSSL_LOCAL_CONFIG_DIR for reconfRichard Levitte2016-08-301-34/+39
* Configure: Redo the logic for finding build file templatesRichard Levitte2016-08-301-17/+30
* Configure: clean away temporary section of codeRichard Levitte2016-08-301-21/+0
* Make it possible for the user to specify a different default build fileRichard Levitte2016-08-301-1/+8
* Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte2016-08-261-0/+3
* Configure: Properly cache the configured compiler commandRichard Levitte2016-08-221-1/+4
* Sort %disabled in ConfigureBenjamin Kaduk2016-08-191-3/+3
* Configure: recognize -static as link option and disable incompatible options.Andy Polyakov2016-08-161-0/+7
* The capi engine uses stdio, so don't build it when configuring 'no-stdio'Richard Levitte2016-08-051-1/+1
* Add memory sanitizer config, and run on travis.Emilia Kasper2016-07-281-1/+9
* build.info: implement PROGRAM_NO_INST, and dito for ENGINES, SCRIPTS, LIBSRichard Levitte2016-07-181-13/+73
* Make fuzzer and fuzz tester builds less magicRichard Levitte2016-07-161-3/+0
* perl: Separate compile-time environment from runtime environmentRichard Levitte2016-07-041-0/+4
* Make build.info INCLUDE stmts be both source and build tree relativeRichard Levitte2016-07-011-5/+24
* Run the fuzzing corpora as tests.Ben Laurie2016-07-011-6/+4
* Spelling... and more spellingFdaSilvaYY2016-06-221-3/+3
* Fix typoPetr Vaněk2016-06-211-1/+1
* no-ripemd is an alias for no-rmd160Matt Caswell2016-06-161-19/+23
* Move the Configure generated header files to the top build.infoRichard Levitte2016-06-141-17/+0
* Configure: Make it possible to generate mandatory header filesRichard Levitte2016-06-141-5/+5
* Configure: complete the changed fuzz option checksRichard Levitte2016-06-051-1/+2
* Clean away the last unixmake vestigesRichard Levitte2016-06-041-39/+0
* Add support for fuzzing with AFLKurt Roeckx2016-06-041-3/+18
* Add final(?) set of copyrights.Rich Salz2016-06-011-2/+0
* perl: use the 'if' module to conditionally load File::GlobRichard Levitte2016-05-301-3/+1
* Configure,test/recipes: "pin" glob to File::Glob::glob.Andy Polyakov2016-05-291-2/+5
* Configure: handle spaces in source directory specRichard Levitte2016-05-271-2/+2
* Configure: pull 'which' back.Andy Polyakov2016-05-251-3/+23
* Don't clean away headers generated by ConfigureRichard Levitte2016-05-251-7/+0
* Make sure crypto-mdebug-backtrace must be enabled explicitelyRichard Levitte2016-05-251-0/+1
* Configure: To allow file names with spaces, tokenize with respect for quotesRichard Levitte2016-05-251-13/+51