aboutsummaryrefslogtreecommitdiff
path: root/Configure
AgeCommit message (Expand)AuthorFilesLines
2016-09-22Add -Wswitch-enumRich Salz1-1/+2
2016-09-17Have the configuration options 'no-err' and 'no-async' work againRichard Levitte1-1/+2
2016-09-16Rearrange the storage of build file template names in %configRichard Levitte1-40/+42
2016-09-16Register the name of the config file each config target was found inRichard Levitte1-2/+7
2016-09-13Configure: detect gcc's dependency generation capability more accurately.Andy Polyakov1-1/+1
2016-09-13Configure: impose ^X on whole build procedure.Andy Polyakov1-18/+2
2016-09-09Trim config outputRich Salz1-42/+25
2016-09-07Allow asan, msan and ubsan to be configured with shared librariesRichard Levitte1-1/+8
2016-09-07Configure: Reorganise the checking of disabled optionsRichard Levitte1-17/+18
2016-09-03Configure: clarify and refine -static.Andy Polyakov1-0/+17
2016-09-01Revert "Make it possible to disable fuzz testing"Richard Levitte1-1/+0
2016-08-31Have Configure's HASH or TABLE produce complete listsRichard Levitte1-0/+3
2016-08-31Configure's print_table_entry printed incorrect informationRichard Levitte1-18/+30
2016-08-31Make it possible to disable fuzz testingRichard Levitte1-0/+1
2016-08-31The Perl interpreter might be in a path with spaces, so maybe quote itRichard Levitte1-1/+10
2016-08-30Configure: save away the value of OPENSSL_LOCAL_CONFIG_DIR for reconfRichard Levitte1-34/+39
2016-08-30Configure: Redo the logic for finding build file templatesRichard Levitte1-17/+30
2016-08-30Configure: clean away temporary section of codeRichard Levitte1-21/+0
2016-08-30Make it possible for the user to specify a different default build fileRichard Levitte1-1/+8
2016-08-26Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte1-0/+3
2016-08-22Configure: Properly cache the configured compiler commandRichard Levitte1-1/+4
2016-08-19Sort %disabled in ConfigureBenjamin Kaduk1-3/+3
2016-08-16Configure: recognize -static as link option and disable incompatible options.Andy Polyakov1-0/+7
2016-08-05The capi engine uses stdio, so don't build it when configuring 'no-stdio'Richard Levitte1-1/+1
2016-07-28Add memory sanitizer config, and run on travis.Emilia Kasper1-1/+9
2016-07-18build.info: implement PROGRAM_NO_INST, and dito for ENGINES, SCRIPTS, LIBSRichard Levitte1-13/+73
2016-07-16Make fuzzer and fuzz tester builds less magicRichard Levitte1-3/+0
2016-07-04perl: Separate compile-time environment from runtime environmentRichard Levitte1-0/+4
2016-07-01Make build.info INCLUDE stmts be both source and build tree relativeRichard Levitte1-5/+24
2016-07-01Run the fuzzing corpora as tests.Ben Laurie1-6/+4
2016-06-22Spelling... and more spellingFdaSilvaYY1-3/+3
2016-06-21Fix typoPetr Vaněk1-1/+1
2016-06-16no-ripemd is an alias for no-rmd160Matt Caswell1-19/+23
2016-06-14Move the Configure generated header files to the top build.infoRichard Levitte1-17/+0
2016-06-14Configure: Make it possible to generate mandatory header filesRichard Levitte1-5/+5
2016-06-05Configure: complete the changed fuzz option checksRichard Levitte1-1/+2
2016-06-04Clean away the last unixmake vestigesRichard Levitte1-39/+0
2016-06-04Add support for fuzzing with AFLKurt Roeckx1-3/+18
2016-06-01Add final(?) set of copyrights.Rich Salz1-2/+0
2016-05-30perl: use the 'if' module to conditionally load File::GlobRichard Levitte1-3/+1
2016-05-29Configure,test/recipes: "pin" glob to File::Glob::glob.Andy Polyakov1-2/+5
2016-05-27Configure: handle spaces in source directory specRichard Levitte1-2/+2
2016-05-25Configure: pull 'which' back.Andy Polyakov1-3/+23
2016-05-25Don't clean away headers generated by ConfigureRichard Levitte1-7/+0
2016-05-25Make sure crypto-mdebug-backtrace must be enabled explicitelyRichard Levitte1-0/+1
2016-05-25Configure: To allow file names with spaces, tokenize with respect for quotesRichard Levitte1-13/+51
2016-05-25Communicate Configure generated header files to build filesRichard Levitte1-0/+7
2016-05-23Add buf-freelists to deprecated optionsTodd Short1-0/+1
2016-05-16Add support for RC / WINDRES env variablesRichard Levitte1-0/+2
2016-05-10Configure: replace which() with IPC::Cmd::can_run.Andy Polyakov1-18/+3