summaryrefslogtreecommitdiffstats
path: root/Configurations/descrip.mms.tmpl
AgeCommit message (Expand)Author
2020-10-08descrip.mms.tmpl: Add a target to install the FIPS module configRichard Levitte
2020-06-29Add --fips-key configuration parameter to fipsinstall application.Rich Salz
2020-04-19Build files: add module installation targetsRichard Levitte
2020-03-02Build: Generate apps/progs.c and apps/progs.h in build timeRichard Levitte
2020-02-27Build file templates: don't set OPENSSL_{ENGINES,MODULES}Richard Levitte
2020-02-26Use a wrapper for pod2htmlRich Salz
2020-02-18TEST: Create test specific output directoriesRichard Levitte
2020-01-17Build file templates: Use explicit files instead of $< or $? for podsRichard Levitte
2019-12-14Deprecate most of debug-memoryRich Salz
2019-11-29Adapt *.tmpl to generate docs at build timeRichard Levitte
2019-10-14Building: Add modules with DEPENDs to GENERATEd filesRichard Levitte
2019-10-10Configure: rework build.info grammar and attributesRichard Levitte
2019-09-16Build files: Unify standard arguments for assembler generating scripsRichard Levitte
2019-09-12Rework test/run_tests.pl to support selective verbosity and TAP copyRichard Levitte
2019-08-27testing: set OPENSSL_MODULES to the providers directory by defaultRichard Levitte
2019-03-29Windows, VMS: build fixesRichard Levitte
2019-03-11Replumbing: Add MODULESDIR macro and OPENSSL_MODULES environment variableRichard Levitte
2019-02-11ENGINE modules aren't special, so call them MODULESRichard Levitte
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-02-01VMS: Clean away stray debugging prints from descrip.mms.tmplRichard Levitte
2019-01-31Build cleanup: Remove the VMS hack from test/build.infoRichard Levitte
2019-01-22Build: change remaining $unified_info{install} checks to use attributesRichard Levitte
2019-01-22Build: use attributes to indicate installed script classesRichard Levitte
2019-01-22Build: Change all _NO_INST to use attributes instead.Richard Levitte
2019-01-21Rework building: VMS changes to handle extensions and product namesRichard Levitte
2018-12-12VMS build: better treatment of .S -> .obj compilationRichard Levitte
2018-12-11Configuration: $config{shlib_version_number} -> $config{shlib_version}Richard Levitte
2018-12-07Configure: fix the version string in the configure outputDr. Matthias St. Pierre
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte
2018-11-27VMS build: don't forget the generation marker when removing filesRichard Levitte
2018-11-27VMS build: in descrip.mms.tmpl's src2obj, do .S -> .asm tooRichard Levitte
2018-11-24VMS build: typo in build file template, generatesrcRichard Levitte
2018-11-09VMS build: colon after target must be separated with a spaceRichard Levitte
2018-11-08Have install targets depend on more precise build targetsRichard Levitte
2018-11-08Allow parallel installRichard Levitte
2018-11-08VMS build: don't add a comma before 'extradefines'Richard Levitte
2018-11-05Build: adapt VMS build file template to use the extra macrosRichard Levitte
2018-10-05util/mkdef.pl: for VMS, allow generation of case insensitive symbol vectorRichard Levitte
2018-10-05Add build file support for generic symbol exports with DSOsRichard Levitte
2018-10-03Refactor util/mkdef.pl for clearer separation of functionalityRichard Levitte
2018-10-01Refactor linker script generationRichard Levitte
2018-09-14VMS libtestutil: look for lower case "main"Richard Levitte
2018-09-14VMS build: fix a misspelled 'bin_cflags' and a wrongly coded 'NO_INST_'Richard Levitte
2018-09-13VMS: stop trying to build shared libraries from static onesRichard Levitte
2018-09-12Build files: Separate 'lib' intent from 'shlib' intentRichard Levitte
2018-07-09Keep supporting the env / make variable PERLRichard Levitte
2018-04-16Remove mandatory generated files on VMS tooBernd Edlinger
2018-04-12Configurations/*.tmpl: refine build_all_generated.Andy Polyakov
2018-04-11Configuration: Simplify generating list of generated files in build file temp...Richard Levitte
2018-04-08Fix the build_all_generated rule to include generated .map, .def and .opt filesBernd Edlinger