index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/dtls-1.3
feature/ech
feature/hss
feature/ml-kem
feature/quic-server
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Configurations
/
common.tmpl
Age
Commit message (
Expand
)
Author
2021-04-14
nits: fix a few typo in template code
FdaSilvaYY
2021-03-03
build.info: Add the possibility to add dependencies on raw targets
Richard Levitte
2019-11-29
Add the possibility to generate documentation at build time
Richard Levitte
2019-10-10
Build files: Make it possible to source libraries into other libraries
Richard Levitte
2019-10-10
Configurations/common.tmpl: Rework dependency resolution
Richard Levitte
2019-10-10
Configure: rework build.info grammar and attributes
Richard Levitte
2019-04-02
Build cleanup: don't use SHARED_SOURCE with modules
Richard Levitte
2019-02-11
ENGINE modules aren't special, so call them MODULES
Richard Levitte
2019-01-31
Build: Remove BEGINRAW / ENDRAW / OVERRIDE
Richard Levitte
2019-01-22
Build: change remaining $unified_info{install} checks to use attributes
Richard Levitte
2019-01-22
Build: pass attributes down to make rule generators
Richard Levitte
2019-01-21
Rework building: Get rid of old %unified_info structures
Richard Levitte
2018-11-05
Build: Make it possible to have defines assigned to end products as well
Richard Levitte
2018-11-05
Build: make it possible to assign macro definitions for specific outputs
Richard Levitte
2018-10-31
Configuration: when building the dirinfo structure, include shared_sources
Richard Levitte
2018-10-05
Add build file support for generic symbol exports with DSOs
Richard Levitte
2018-09-13
VMS: stop trying to build shared libraries from static ones
Richard Levitte
2018-09-12
Build files: Separate 'lib' intent from 'shlib' intent
Richard Levitte
2018-09-12
Configure: Name object files according to the product they are part of
Richard Levitte
2018-09-12
Configure: DON'T trickle down includes from products to sources
Richard Levitte
2018-01-24
Configure: let INCLUDEs set on binaries "trickle down" to the objects
Richard Levitte
2017-12-12
Configure et al: cleanups
Richard Levitte
2017-12-12
Build file templates: Replace the use of Makefile.shared
Richard Levitte
2017-11-11
Many spelling fixes/typo's corrected.
Josh Soref
2017-04-24
Make it possible to build static-only libraries
Richard Levitte
2017-04-18
VMS: Fix the passing of cflags for things not being installed
Richard Levitte
2016-11-10
Building: make it possible to force linking with static OpenSSL libs
Richard Levitte
2016-09-09
Build file templates: additional information to build file template functions
Richard Levitte
2016-06-14
Configure: Make it possible to generate mandatory header files
Richard Levitte
2016-06-06
Fix the directory target generation
Richard Levitte
2016-06-04
Add developer targets for each subdirectory we have something to build in
Richard Levitte
2016-05-25
Communicate Configure generated header files to build files
Richard Levitte
2016-04-25
Build system: add include directories and dependencies for generators
Richard Levitte
2016-04-06
Perl: foreach (@list) { code } is better
Richard Levitte
2016-04-06
Perl cleanup: don't create lists unnecessarily
Richard Levitte
2016-03-30
Make it possible to specify source files that will only be used for shared libs
Richard Levitte
2016-03-10
Pass down inclusion directories to source file generators
Richard Levitte
2016-03-07
Unified - Add the build.info command OVERRIDE, to avoid build file clashes
Richard Levitte
2016-03-07
Unified - Add the build.info command GENERATE, to generate source files
Richard Levitte
2016-02-27
Keep a cache of files that already have a recipe, in common.tmpl
Richard Levitte
2016-02-22
Clean away $config{no_shared} since we have $disabled{shared}
Richard Levitte
2016-02-20
Always build library object files with shared library cflags
Richard Levitte
2016-02-19
Small rename fest in unified, obj2dynlib -> obj2dso
Richard Levitte
2016-02-18
Don't treat .d (depend) files separately from object files
Richard Levitte
2016-02-12
Unified build - fix make depend
Richard Levitte
2016-02-09
unified build scheme: add and document the "unified" driving engine
Richard Levitte