- Jul 15, 2020
-
-
alexandre de limas santana authored
-
- May 27, 2020
-
-
alexandre de limas santana authored
Prior to this commit, compilation would fail when openssl was not found in the system. The reason lays in the fact that test applications had some logic to include either openssl or FTI's md5 module. This commit reworks how md5 is integrated into the project by simplifying CMake variables and include statements. The idea is that md5.h will always be included, regardless of openssl being found or not. The header will either include openssl, or define the custom FTI md5 implementation as necessary. To simplify compilation, the md5.h.in file is removed as configuration can be entirely using define statements. To correctly issue these statements, CMake has been modifyied to use only one new variable: HAVE_OPENSSL. All the changes are in place to make this new interaction work as before. - Fixed test applications include statements; - Reworked CMakeLists files for md5 and root folders; - Removed variables with overlapping functionality regarding the inclusion of OpenSSL; - Simplified the compilation for md5 module; - Transformed md5 module into an indirection layer as previously intended; - Renamed NO_OPENSSL option to ENABLE_OPENSSL which has 'True' as default; - Added --disable-openssl option to the install script.
-
- May 26, 2020
-
-
alexandre de limas santana authored
Prior to this commit, compilation would fail when openssl was not found in the system. The reason lays in the fact that test applications had some logic to include either openssl or FTI's md5 module. This commit reworks how md5 is integrated into the project by simplifying CMake variables and include statements. The idea is that md5.h will always be included, regardless of openssl being found or not. The header will either include openssl, or define the custom FTI md5 implementation as necessary. To simplify compilation, the md5.h.in file is removed as configuration can be entirely using define statements. To correctly issue these statements, CMake has been modifyied to use only one new variable: HAVE_OPENSSL. All the changes are in place to make this new interaction work as before. - Fixed test applications include statements; - Reworked CMakeLists files for md5 and root folders; - Removed variables with overlapping functionality regarding the inclusion of OpenSSL; - Simplified the compilation for md5 module; - Transformed md5 module into an indirection layer as previously intended; - Renamed NO_OPENSSL option to ENABLE_OPENSSL which has 'True' as default; - Added --disable-openssl option to the install script.
-
- Apr 02, 2020
- Jul 11, 2019
-
-
LEONARDO BAUTISTA GOMEZ authored
-
- Jun 11, 2018
-
-
kkeller authored
-
- Nov 03, 2017
- Sep 29, 2017
-
-
Karol Sierociński authored
Former-commit-id: 8afadfb6def19bc32c31369b3abe3594aeb39cf2
-
Karol Sierociński authored
Former-commit-id: 0c15426b3b7b8148802c02a613dd46ce1a62fb72
-
- Sep 15, 2017
-
-
kkeller authored
Former-commit-id: adde4af8125db78fc30dc17c1a663984001cdf50
-
kkeller authored
Former-commit-id: adde4af8125db78fc30dc17c1a663984001cdf50
-
kkeller authored
Former-commit-id: adde4af8125db78fc30dc17c1a663984001cdf50
-
kkeller authored
-
kkeller authored
Former-commit-id: b834549b9ebe7994b900ed4ca805fc6162bbf071
-
kkeller authored
Former-commit-id: b834549b9ebe7994b900ed4ca805fc6162bbf071
-
kkeller authored
Former-commit-id: b834549b9ebe7994b900ed4ca805fc6162bbf071
-
kkeller authored
-
kkeller authored
Former-commit-id: a978207901692fa67c18ee2a3f8f27eb460c20e9
-
kkeller authored
Former-commit-id: a978207901692fa67c18ee2a3f8f27eb460c20e9
-
kkeller authored
Former-commit-id: a978207901692fa67c18ee2a3f8f27eb460c20e9
-
kkeller authored
-
kkeller authored
Former-commit-id: 521b6c192afc147e6cfa63245625f83b33ba0a4f
-
kkeller authored
Former-commit-id: 521b6c192afc147e6cfa63245625f83b33ba0a4f
-
kkeller authored
Former-commit-id: 521b6c192afc147e6cfa63245625f83b33ba0a4f
-
kkeller authored
-
kkeller authored
Former-commit-id: 753e6f3a7d39eb281c7a76d19e2d8fb663d2efab
-
kkeller authored
Former-commit-id: 753e6f3a7d39eb281c7a76d19e2d8fb663d2efab
-
kkeller authored
Former-commit-id: 753e6f3a7d39eb281c7a76d19e2d8fb663d2efab
-
kkeller authored
-
kkeller authored
Former-commit-id: f892c41e28c744e7e308dbe921b6dab22881e871
-
kkeller authored
Former-commit-id: f892c41e28c744e7e308dbe921b6dab22881e871
-
kkeller authored
Former-commit-id: f892c41e28c744e7e308dbe921b6dab22881e871
-
kkeller authored
-
kkeller authored
Former-commit-id: bb7c50f58c4bdb7859e96dbf1cd9d7f24ecc6114
-
kkeller authored
Former-commit-id: bb7c50f58c4bdb7859e96dbf1cd9d7f24ecc6114
-
kkeller authored
Former-commit-id: bb7c50f58c4bdb7859e96dbf1cd9d7f24ecc6114
-
kkeller authored
-
- Jul 05, 2017
-
-
Karol Sierociński authored
Former-commit-id: e51773822b7cc761cef50067d091d3a8083cebb1
-