summaryrefslogtreecommitdiff
path: root/GNUmakefile-cross
Commit message (Collapse)AuthorAgeFilesLines
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-061-1/+1
|
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-051-2/+2
|
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-051-3/+4
|
* Remove cryptopp.mapfile from distclean ruleJeffrey Walton2017-11-011-1/+1
|
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-011-1/+10
|
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-011-1/+2
|
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-011-1/+1
|
* Add Autotools artifacts to distclean recipeJeffrey Walton2017-11-011-1/+2
|
* Fix GNUmakefile-cross distclean recipe (GH #514)Jeffrey Walton2017-09-261-3/+3
|
* Fix armeabi and armv7-a for Android (GH #509)Jeffrey Walton2017-09-171-3/+48
|
* Add i686 and x86_64 specific flags (GH #508)Jeffrey Walton2017-09-171-2/+30
|
* Remove CMake from library sources (GH #506)Jeffrey Walton2017-09-161-2/+0
| | | | CMake can now be found at http://www.cryptopp.com/wiki/CMake. The Cmake project files are now maintianed by the community.
* Use AOSP_CPU_OBJ instead of cpu-features.oJeffrey Walton2017-09-131-1/+1
|
* Remove debug info statement from makefileJeffrey Walton2017-09-131-1/+0
|
* Add Aarch64 specific defines to Android cross-compileJeffrey Walton2017-09-131-4/+62
| | | | Move <arm_acle.h> logic into "sonfig.h". Detecting when we can/should include <arm_acle.h> is proving to be troublesome
* Build Android cpu-features from sources (GH #491)Jeffrey Walton2017-09-131-3/+11
| | | | Thanks to Deadpikle for suggesting the strategy
* Use IS_IOS instead of IS_DARWINJeffrey Walton2017-05-261-1/+1
|
* Update makefile rules and recipesJeffrey Walton2017-05-261-7/+68
|
* Split regtest.cpp into regtest{1|2|3}.cppJeffrey Walton2017-04-131-1/+1
| | | | | regtest.cpp is where ciphers register by name. The library has added a number of ciphers over the last couple of years and the source file has experienced bloat. Most of the ARM and MIPS test borads were suffering Out of Memory (OOM) kills as the compiler processed the source fille and the included header files. This won't stop the OOM kills, but it will help the situation. An early BeagleBoard with 512 MB of RAM is still going to have trouble, but it can be worked around by building with 1 make job as opposed to 2 or 4.
* Suppress unneeded output in MakefilesJeffrey Walton2017-03-091-21/+22
|
* Add Integer Bitops tests (Issue 344)Jeffrey Walton2016-12-061-1/+1
|
* Add adhoc.cpp to test sources (Issue 332)Jeffrey Walton2016-11-041-6/+6
| | | | This should have been included in Commit 8de854cae640473f
* Additional use of $(strip $(CXXFLAGS)) cleanupJeffrey Walton2016-10-261-5/+5
|
* Remove uneeded -Wno-delete-non-virtual-dtor from GNUmakefileJeffrey Walton2016-09-241-1/+1
| | | | -Wno-delete-non-virtual-dtor is no longer needed since we have virtual destructors in place and they are active in config.h
* Cleaned dylib artifactsJeffrey Walton2016-09-101-2/+5
|
* Add integer.cpp to third position in GNUmakefileJeffrey Walton2016-09-081-1/+1
|
* Rename bench.cpp to bench1.cppJeffrey Walton2016-04-221-1/+1
|
* Add Coverity artifacts to clean recipeJeffrey Walton2016-04-111-1/+1
|
* Made non-SOLIBNAME the default version for Android and EmbeddedJeffrey Walton2016-01-051-5/+4
|
* Added "lean" target to cross compilesJeffrey Walton2016-01-041-2/+26
|
* Fix problem, issue #65 comment 168191115Todd Knarr2015-12-311-0/+2
|
* Added -headerpad_max_install_names to dylib targets. Added standard ↵Jeffrey Walton2015-12-311-33/+52
| | | | directory vairables to GNUmakefile-cross
* Fix an issue that caused targets to be rebuilt unnecessarilyGrant Ayers2015-12-281-0/+1
| | | | | | | | | | | and prevented updated object files from regenerating targets. The 'public_service' phony target should be an 'order-only' prerequisite so that it doesn't cause its target to be rebuilt when it is run. However, object files were specified as order-only while the 'public_service' target was not. This is reproducible by running 'make' twice. Another effect is that when these object files change they will not cause the target to be updated while they are order-only.
* Added DESTDIR to various recipesJeffrey Walton2015-12-271-29/+38
|
* Apply the same versioned solib changes as to GNUmakefileTodd Knarr2015-12-261-4/+33
|
* Updated to recognize arm64-v8a as an architectureJeffrey Walton2015-12-091-1/+4
|
* Fixed makefile to use IS_IOS rather than IS_DARWIN for iOS cross-compiles. ↵Jeffrey Walton2015-12-081-62/+55
| | | | Updated Android to use AOSP_* variables rather than ANDROID_* variables
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-15/+32
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-132/+81
|
* Changed cross-compile makefile to use "-Os" by defaultJeffrey Walton2015-07-311-11/+4
|
* Added "system" target that dumps a number of internal variables for testing ↵Jeffrey Walton2015-07-311-34/+128
| | | | and troubleshooting
* Ported relevant GNUmakefile changes to GNUmakefile-crossJeffrey Walton2015-07-201-10/+20
|
* Removed unneeded object and library files from CLEAN ruleJeffrey Walton2015-06-081-1/+1
|
* Removed -flat_namespace from LDFLAGS for iOS cross compile. That's something ↵Jeffrey Walton2015-06-081-1/+0
| | | | that was used for OS X around 10.4 or so while transitioning to namespaes in dylibs
* Added GNUmakefile-cross for Android, iOS and EmbeddedJeffrey Walton2015-06-081-0/+124