History log of /openssl/Configurations/10-main.conf (Results 251 – 261 of 261)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OpenSSL-fips-2_0_10
# d11582f1 21-Apr-2015 Andy Polyakov

Configurations/10-main.conf: update iOS commentary.

Reviewed-by: Richard Levitte <levitte@openssl.org>


# 190c8c60 19-Apr-2015 Ben Laurie

Fix build on MacOS.

Reviewed-by: Andy Polyakov


# 313e6ec1 02-Apr-2015 Andy Polyakov

Add assembly support for 32-bit iOS.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>


# 5a3d915d 02-Apr-2015 Andy Polyakov

Configure: add initial support for 64-bit Android.

Reviewed-by: Richard Levitte <levitte@openssl.org>


# 13efe9d1 14-Apr-2015 Emilia Kasper

Use -Wall -Wextra with clang

The disabled set of -Weverything is hard to maintain across versions.
Use -Wall -Wextra but also document other useful warnings that currently trigger.

Use -Wall -Wextra with clang

The disabled set of -Weverything is hard to maintain across versions.
Use -Wall -Wextra but also document other useful warnings that currently trigger.

Reviewed-by: Rich Salz <rsalz@openssl.org>

show more ...


# 449e3f26 30-Mar-2015 Andy Polyakov

Configure: android-arm facelift.

Reviewed-by: Rich Salz <rsalz@openssl.org>


Revision tags: OpenSSL_0_9_8zf, OpenSSL_1_0_0r, OpenSSL_1_0_1m, OpenSSL_1_0_2a
# 1818572d 18-Mar-2015 Andy Polyakov

Configure: remove unused variables.

Reviewed-by: Richard Levitte <levitte@openssl.org>


# 7ead0c89 16-Mar-2015 Andy Polyakov

Configure: fold related configurations more aggressively and clean-up.

Reviewed-by: Richard Levitte <levitte@openssl.org>


# 79100440 12-Mar-2015 Richard Levitte

Find debug- targets that can be combined with their non-debug counterparts and do so

Reviewed-by: Andy Polyakov <appro@openssl.org>


# 5e1b2353 10-Mar-2015 Richard Levitte

Change all the main configurations to the new format.

As part of this, remove some levitte examples that never were relevant.

Reviewed-by: Andy Polyakov <appro@openssl.org>


# 97a0cc52 11-Mar-2015 Richard Levitte

Move Configurations* out of the way and rename them.

Configure would load the glob "Configurations*". The problem with
this is that it also loads all kinds of backups of those
confi

Move Configurations* out of the way and rename them.

Configure would load the glob "Configurations*". The problem with
this is that it also loads all kinds of backups of those
configurations that some editors do, like emacs' classic
'Configurations~'. The solution is to give them an extension, such as
'.conf', and make sure to end the glob with that.

Also, because 'Configurations.conf' makes for a silly name, and
because a possibly large number of configurations will become clutter,
move them to a subdirectory 'Configurations/', and rename them to
something more expressive, as well as something that sets up some form
of sorting order. Thus:

Configurations -> Configurations/10-main.conf
Configurations.team -> Configurations/90-team.conf

Finally, make sure that Configure sorts the list of files that 'glob'
produces, and adapt Makefile.org.

Reviewed-by: Rich Salz <rsalz@openssl.org>

show more ...


1...<<11