Jeffrey Walton
|
bfce095d6b
|
Merge pull request #81 from cawka/makefile-improvements
Makefile improvements
|
2015-12-25 10:08:43 -05:00 |
Jeffrey Walton
|
0e3ee98ff6
|
Fixed Clang 3.4 compiler error on Linux
|
2015-12-25 08:00:05 -05:00 |
Jeffrey Walton
|
6e8d8c4ff9
|
Fixed "relocation R_ARM_THM_MOVW_ABS_NC ... when making shared object" for non-X86 targets
|
2015-12-25 05:01:57 -05:00 |
Jeffrey Walton
|
885b94707c
|
Fixed Clang 3.3 integrated assembler crash on Linux
|
2015-12-25 03:37:14 -05:00 |
Jeffrey Walton
|
4cf8d660d2
|
Added additional Clang test on Linux when compiler is GCC
|
2015-12-25 02:02:40 -05:00 |
Jeffrey Walton
|
26c9cec572
|
Added GNUmakefile-cross as additional input files
|
2015-12-24 20:56:08 -05:00 |
Jeffrey Walton
|
951d8b9dbe
|
Fixed RDSEED detection issue for GCC 4.8 and 4.9
|
2015-12-24 19:48:01 -05:00 |
Jeffrey Walton
|
28a5fead3b
|
Fixed assert. Thanks to srwinohio for reporting (Issue 83)
|
2015-12-19 19:31:45 -05:00 |
Jeffrey Walton
|
d1ae977256
|
Fixed copy/paste error
|
2015-12-17 01:39:13 -05:00 |
Jeffrey Walton
|
f70667b762
|
Updated documentation
|
2015-12-17 01:37:01 -05:00 |
Jeffrey Walton
|
36dc30286b
|
Updated documentation
|
2015-12-16 23:10:07 -05:00 |
Jeffrey Walton
|
17ead160bf
|
Updated documentation
|
2015-12-16 19:39:29 -05:00 |
Jeffrey Walton
|
49de6e2012
|
Updated documentation
|
2015-12-16 03:22:22 -05:00 |
Alexander Shishenko
|
f14c62b6e3
|
Added basic CMake build
|
2015-12-16 00:32:13 +03:00 |
Jeffrey Walton
|
77016c7eb3
|
Updated config.recommend to follow Commit be67acdb1d from Pull Request 84
|
2015-12-14 16:49:23 -05:00 |
Jeffrey Walton
|
be67acdb1d
|
Merge pull request #84 from m-deckel/visualstudio-arm
Microsoft ARM support
|
2015-12-14 15:52:13 -05:00 |
Jeffrey Walton
|
d9749ce7ac
|
Updated documentation
|
2015-12-14 15:50:56 -05:00 |
Marco Deckel
|
f6499edf3a
|
Microsoft ARM support
* Adjusted config to compile for Microsoft ARM (e.g. Windows Universal apps)
|
2015-12-14 16:11:17 +01:00 |
Jeffrey Walton
|
d9502a6ea9
|
Updated documentation
|
2015-12-13 23:53:50 -05:00 |
Jeffrey Walton
|
5a28b8e184
|
Additional documentation
|
2015-12-13 23:02:23 -05:00 |
Jeffrey Walton
|
89c324ad92
|
Fixed documentation on New(), CleanNew(), Grow() and CleanGrow()
|
2015-12-12 21:01:44 -05:00 |
Alexander Afanasyev
|
92dd807c83
|
build: Support DESTDIR variable to adjust installation path
|
2015-12-11 20:28:16 -08:00 |
Alexander Afanasyev
|
b7fb9e5ee4
|
build: Change default installation prefix to /usr/local
|
2015-12-11 20:23:40 -08:00 |
Alexander Afanasyev
|
acd9ae052f
|
build: Set correct shared library id when compiled on OS X platform
Refs: #80
|
2015-12-11 20:05:07 -08:00 |
Jeffrey Walton
|
1e17620417
|
Fixed STLport detection for Android 14 and below
|
2015-12-09 04:09:30 -05:00 |
Jeffrey Walton
|
bdebe53dd6
|
Updated to recognize arm64-v8a as an architecture
|
2015-12-09 00:41:15 -05:00 |
Jeffrey Walton
|
695bb3d5df
|
Fixed config.recommend to use same test as config.h for X32. Missed at check-in c08cac0c
|
2015-12-08 15:02:10 -05:00 |
Jeffrey Walton
|
5703c85d2d
|
Fixed makefile to use IS_IOS rather than IS_DARWIN for iOS cross-compiles. Updated Android to use AOSP_* variables rather than ANDROID_* variables
|
2015-12-08 14:55:58 -05:00 |
Jeffrey Walton
|
28dc376596
|
Tweaked rules for "make convert" to pick up additional exec files
|
2015-12-08 14:53:04 -05:00 |
Jeffrey Walton
|
b5aa6b3a92
|
Merge pull request #75 from cawka/gitignore
Extended .gitignore
|
2015-12-07 13:24:54 -05:00 |
Alexander Afanasyev
|
8188e60ea6
|
Extended .gitignore
|
2015-12-07 10:12:24 -08:00 |
Jeffrey Walton
|
7b9878509b
|
Added "sources" target to generate the list of library files and test files. The lists are suitable for Autotools and Android.mk file lists
|
2015-12-06 00:48:31 -05:00 |
Jeffrey Walton
|
0fb28c0ee4
|
Added "algebra.h" include for "make deps" recipe
|
2015-12-04 18:18:34 -05:00 |
Jeffrey Walton
|
db1c95401c
|
Fixed test using Xcode default compiler. Fixed makefile convert recipe to include ASM files
|
2015-12-04 12:52:40 -05:00 |
Jeffrey Walton
|
401308d14e
|
Guarded Intel multiarch with CXX03/CXX11. Fixed typo in export for testing under Xcode compiler
|
2015-12-03 18:17:54 -05:00 |
Jeffrey Walton
|
ac5bc5729e
|
Added PowerPC multiarch tests to cryptest.sh
|
2015-12-03 12:39:25 -05:00 |
Jeffrey Walton
|
0059f486ad
|
Changed RDSEED to use alternate ctor. Added comments about number of retries for RDRAND and RDSEED
|
2015-12-02 18:23:10 -05:00 |
Jeffrey Walton
|
2c16082495
|
Added recipe to build ISO for early distros like Fedora 1 on Linux using genisoimage
|
2015-12-02 17:21:25 -05:00 |
Jeffrey Walton
|
c08cac0cd1
|
Fixed failed compile on OS X using "-arch i386" due to Clang defining __ILP32__ for everything that is 32-bit. MSVC, GCC, ICC and Comeau were OK
|
2015-12-02 15:54:35 -05:00 |
Jeffrey Walton
|
b7d461b4e2
|
Added recipe to build ISO for early distros like Fedora 1. The Crypto++ source files are transferred to the VM through the CDROM device
|
2015-12-02 15:45:50 -05:00 |
Todd Knarr
|
65a8b85609
|
Merge branch 'master' of https://github.com/weidai11/cryptopp into version_shlib
|
2015-11-30 07:00:47 -08:00 |
Jeffrey Walton
|
8ba4232386
|
Changed retry count for RDRAND and RDSEED. RDSEED appears to fail to fulfill requests at about 6 to 8 times the rate of RDRAND.
|
2015-11-29 14:43:12 -05:00 |
Todd Knarr
|
cba640d9f1
|
Merge branch 'master' of https://github.com/weidai11/cryptopp into version_shlib
|
2015-11-26 07:02:04 -08:00 |
Jeffrey Walton
|
ed6c1de915
|
Fixed typos in comments
|
2015-11-25 15:20:37 -05:00 |
Todd Knarr
|
08e88dfbd3
|
Changes per noloader's comments in pull #65
|
2015-11-24 20:14:53 -08:00 |
Todd Knarr
|
67ba451c6a
|
Merge branch 'master' of https://github.com/weidai11/cryptopp into version_shlib
|
2015-11-24 19:36:54 -08:00 |
Jeffrey Walton
|
f90a940e2e
|
Added additional flags to warning build, including -Wstrict-overflow -Wstrict-aliasing=3 and -Waggressive-loop-optimizations
|
2015-11-24 10:54:10 -05:00 |
Jeffrey Walton
|
fcd4f80bd3
|
Fix missing leading 0 for data byte directive
|
2015-11-24 09:46:25 -05:00 |
Jeffrey Walton
|
1d0f5080c6
|
Fix missing leading 0 on data byte
|
2015-11-24 09:38:55 -05:00 |
Jeffrey Walton
|
2fcbef965d
|
Remove uneeded file
|
2015-11-22 19:23:02 -05:00 |