test/params_test.c: use TEST_double_eq to check doubles
[openssl.git] / Configurations /
2019-03-11 Richard LevitteReplumbing: Add MODULESDIR macro and OPENSSL_MODULES...
2019-03-05 Richard LevitteVMS: move copy_argc to its own module and make it an...
2019-02-27 Richard LevitteConfiguration: divide devteam flags into language speci...
2019-02-27 Richard LevitteEnsure configured module specific and application speci...
2019-02-21 Kurt RoeckxMake sure that generated POD files are actually created...
2019-02-19 Matthias KraftFix reference to symbol 'main'.
2019-02-13 Michael HaubenwallnerWindows/Cygwin dlls need the executable bit set
2019-02-11 Richard LevitteRework build: small correction in unix-Makefile.tmpl
2019-02-11 Richard LevitteRework build: add special cases for AIX
2019-02-11 Richard LevitteBuild: correct BASE shlib_version_as_filename
2019-02-11 Richard LevitteENGINE modules aren't special, so call them MODULES
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-02-04 batist73Android build: fix usage of NDK home variable ($ndk_var)
2019-02-01 Richard LevitteVMS: Clean away stray debugging prints from descrip...
2019-01-31 Richard LevitteBuild: remove EXTRA
2019-01-31 Richard LevitteBuild: Remove BEGINRAW / ENDRAW / OVERRIDE
2019-01-31 Richard LevitteBuild cleanup: Remove the VMS hack from test/build...
2019-01-31 Richard LevitteVMS: force 'pinshared'
2019-01-28 Richard LevitteAndroid build: use ANDROID_NDK_HOME rather than ANDROID_NDK
2019-01-22 Richard LevitteBuild: change remaining $unified_info{install} checks...
2019-01-22 Richard LevitteRework build: Windows dependency building fix
2019-01-22 Richard LevitteBuild: pass attributes down to make rule generators
2019-01-22 Richard LevitteBuild: use attributes to indicate installed script...
2019-01-22 Richard LevitteBuild: Change all _NO_INST to use attributes instead.
2019-01-21 Richard LevitteRework building: Get rid of old %unified_info structures
2019-01-21 Richard LevitteRework building: Unix changes to handle extensions...
2019-01-21 Richard LevitteRework building: VMS changes to handle extensions and...
2019-01-21 Richard LevitteRework building: Windows changes to handle extensions...
2019-01-21 Richard LevitteRework building: initial changes
2019-01-04 Matt CaswellIntroduce a no-pinshared option
2018-12-12 Richard LevitteVMS build: better treatment of .S -> .obj compilation
2018-12-11 Richard LevitteConfiguration: $config{shlib_version_number} -> $config...
2018-12-07 Dr. Matthias St... Configure: fix the version string in the configure...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteSwitch to MAJOR.MINOR.PATCH versioning and version...
2018-12-05 Andy PolyakovConfigurations/10-main.conf: remove MIPS bn_div_3_words.
2018-11-27 Richard LevitteVMS build: don't forget the generation marker when...
2018-11-27 Richard LevitteVMS build: in descrip.mms.tmpl's src2obj, do .S ->...
2018-11-24 Richard LevitteMake sure to run util/mktar.sh from the source directory
2018-11-24 Richard LevitteVMS build: typo in build file template, generatesrc
2018-11-24 Richard LevitteVMS config: Typo fix, as -> AS
2018-11-23 Richard LevitteRemove all 'make dist' artifacts
2018-11-19 Richard LevitteUnix build: for mingw and cygwin, create the right...
2018-11-13 Richard Levittetest/recipes/90-test_shlibload.t needs $target{shared_e...
2018-11-10 Richard LevitteRecreate the OS390-Unix config target
2018-11-09 Richard LevitteVMS build: colon after target must be separated with...
2018-11-08 Richard LevitteHave install targets depend on more precise build targets
2018-11-08 Richard LevitteAllow parallel install
2018-11-08 Richard LevitteVMS build: don't add a comma before 'extradefines'
2018-11-05 Richard LevitteBuild: make it possibly to specify subdirs in build...
2018-11-05 Richard LevitteBuild: Make it possible to have defines assigned to...
2018-11-05 Richard LevitteBuild: adapt VMS build file template to use the extra...
2018-11-05 Richard LevitteBuild: adapt Windows makefile template to use the extra...
2018-11-05 Richard LevitteBuild: adapt Unix Makefile template to use the extra...
2018-11-05 Richard LevitteBuild: make it possible to assign macro definitions...
2018-10-31 Richard LevitteConfiguration: when building the dirinfo structure...
2018-10-31 Andy PolyakovConfigurations/15-android.conf: detect NDK llvm-ar.
2018-10-31 Andy PolyakovConfigurations/15-android.conf: fix implicit __ANDROID_...
2018-10-29 Richard LevitteWindows build: build foo.d after foo.obj
2018-10-28 Richard LevitteiOS config targets: disable "async" by default
2018-10-25 Richard LevitteWindows: Produce a static version of the public librari...
2018-10-21 Richard Levittebuild file templates: have targets for all shared libra...
2018-10-19 Andy PolyakovConfigurations/15-android.conf: add support for "standa...
2018-10-17 Richard LevitteBuild file templates: look at *all* defines
2018-10-05 Richard Levitteutil/mkdef.pl: for VMS, allow generation of case insens...
2018-10-05 Richard LevitteAdd build file support for generic symbol exports with...
2018-10-04 Richard LevitteRefactor util/mknum.pl for clearer separation of functi...
2018-10-03 Richard LevitteRefactor util/mkdef.pl for clearer separation of functi...
2018-10-01 Richard LevitteRefactor linker script generation
2018-09-21 agnosticdevtypo-fixes: miscellaneous typo fixes
2018-09-14 Richard LevitteVMS libtestutil: look for lower case "main"
2018-09-14 Richard LevitteVMS: turn on name mangling for all our programs
2018-09-14 Richard LevitteVMS build: fix a misspelled 'bin_cflags' and a wrongly...
2018-09-12 Richard LevitteUpdate the documentation on libobj2shlib / obj2shlib
2018-09-12 Richard LevitteVMS: stop trying to build shared libraries from static...
2018-09-11 Richard LevitteBuild files: Separate 'lib' intent from 'shlib' intent
2018-09-11 Richard LevitteConfigure: Name object files according to the product...
2018-09-11 Richard LevitteConfigure: DON'T trickle down includes from products...
2018-08-24 Andy PolyakovConfigurations/unix-Makefile.tmpl: address find portabi...
2018-08-12 Richard LevitteConfiguration/15-android.conf: slightly move NDK canoni...
2018-08-12 Richard LevitteConfigurations/15-android.conf: Make sure that the...
2018-08-02 Bernd EdlingerFix uninitialized value $s warning in windows static...
2018-07-26 Andy Polyakov00-base-templates.conf: engage x25519-ppc64 module.
2018-07-24 Richard LevitteConfigure: print generic advice when dying
2018-07-23 Richard LevitteMake sure the 'tsget' script is called 'tsget.pl' every...
2018-07-11 Richard LevitteWindows: avoid using 'rem' in the nmake makefile
2018-07-11 Richard LevitteWindows: fix echo for nmake
2018-07-09 Bernd EdlingerFix minor windows build issues
2018-07-09 Richard LevitteKeep supporting the env / make variable PERL
2018-06-22 Andy PolyakovConfigurations/10-main.conf: always pass -bsrv4 to...
2018-06-22 Andy PolyakovConfigurations/unix-Makefile.tmpl: switch to "natural...
2018-06-21 Andy PolyakovConfigurations/10-main.conf: IRIX configs unification.
2018-06-19 Dr. Matthias St... Improve the output of `make doc-nits`
2018-06-14 Andy PolyakovConfigurations/10-main.conf: improve Makefile readabili...
2018-06-14 Andy PolyakovConfigurations/10-main.conf: move hpux-shared flags...
2018-06-13 Andy PolyakovConfigurations/10-main.conf: replace -bexpall with...
2018-06-13 Andy PolyakovConfigurations/10-main.conf: AIX configs unification.
2018-06-13 Andy PolyakovConfigurations/10-main.conf: reinstate soname on Solaris.
2018-06-12 Richard Levittemake errors: use the new util/ck_errf.pl options
2018-06-08 Andy PolyakovConfigurations/*.conf: ios targets face-lift.
next