Changes

Summary

  1. Add CMake code to package and download pre-built libraries (#1106). (commit: 21c0b60) (details)
  2. Exclude `./external` directories from source code management (#1106). (commit: d3025d6) (details)
  3. Use CMake's `ExternalProject` to build zlib and then package library (commit: 8304134) (details)
  4. Tidy code. (commit: 417eda2) (details)
  5. Pre-build zlib for Linux and Windows (#1106). (commit: a71a54a) (details)
  6. Some minor cleaning up. (commit: ae239a8) (details)
  7. Various cleaning up (#1106). (commit: 32f8b90) (details)
  8. Updated our SHA-1 values (#1106). (commit: fa3215a) (details)
  9. Some minor cleaning up. (commit: 587c89c) (details)
  10. Make sure that a package is retrieved in the right directory (#1106). (commit: e6ef6a1) (details)
  11. Some minor cleaning up. (commit: 5cd7d21) (details)
  12. Some minor cleaning up. (commit: 9a5f037) (details)
  13. Replaced 'DEPENDS' with 'DEPENDS_ON' in ADD_PLUGIN(). (commit: 5af5dcf) (details)
  14. Some minor cleaning up. (commit: 5a26c18) (details)
  15. Addressed an issue with Ninja with regards to copying OpenCOR.com. (commit: c8a4412) (details)
  16. Some minor cleaning up. (commit: eee16ac) (details)
  17. ADD_PLUGIN(): make sure that various commands are either executed (commit: c1d79c5) (details)
  18. Some minor cleaning up. (commit: 87d2063) (details)
  19. Some minor cleaning up. (commit: 8f31fa8) (details)
  20. Some minor cleaning up. (commit: d704992) (details)
  21. Some minor cleaning up. (commit: 4286abf) (details)
  22. Cleaned up the CREATE_PACKAGE_FILE() macro (#1106). (commit: e35deef) (details)
  23. Some minor cleaning up. (commit: 2746bca) (details)
  24. Cleaned up the CREATE_PACKAGE_FILE() macro (#1106). (commit: d43ee3e) (details)
  25. Renamed CHECK_FILES() with CHECK_SHA1_FILES() (#1106). (commit: 5f2d63d) (details)
  26. Use CHECK_SHA1_FILES_OK rather than CHECK_SHA1_FILES_FAILED (#1106) (commit: 63c4827) (details)
  27. Cleaned up CHECK_SHA1_FILES() (#1106). (commit: bbf2d99) (details)
  28. Reverted our use of CHECK_SHA1_FILES() back in favour of CHECK_FILES(). (commit: deaccd4) (details)
  29. Some minor cleaning up. (commit: ecbb05c) (details)
  30. Some minor cleaning up. (commit: 10c1abb) (details)
  31. Some minor cleaning up. (commit: f611d70) (details)
  32. Some minor cleaning up. (commit: fd09d0f) (details)
  33. Cleaned up the RETRIEVE_PACKAGE_FILE_FROM() and (commit: 0314ea6) (details)
  34. Make sure that we have at least one file to check when calling the (commit: e834122) (details)
  35. Make sure that we report the case where a file/package couldn't be (commit: bd27f64) (details)
  36. Output to the console the RETRIEVE_PACKAGE_FILE() call that needs to be (commit: 7a51b56) (details)
  37. Make sure that we properly generate the information about the call to (commit: fd3e70c) (details)
  38. Generate a package file that can be uploaded on GitHub (#1106). (commit: 82d3595) (details)
  39. Have a package file generated in our main build directory, so that it's (commit: 742593f) (details)
  40. Getting ready to generate new zlib package binaries (#1106). (commit: d562dcf) (details)
  41. Retrieve our package files directly from GitHub (#1106). (commit: 5a771ff) (details)
  42. Slight updates to our downloads pages (#1106). (commit: 340294a) (details)
Commit 21c0b60e93d261411f7f90a312e2cd0ffc550bdb by dave
Add CMake code to package and download pre-built libraries (#1106).
(commit: 21c0b60)
The file was modified cmake/common.cmake (diff)
Commit d3025d609dc19801bcc380cc89cd0103d016b74b by dave
Exclude `./external` directories from source code management (#1106).
(commit: d3025d6)
The file was modified .gitignore (diff)
Commit 8304134d4bf2445ec8c68104054831f1b815a616 by dave
Use CMake's `ExternalProject` to build zlib and then package library
using new mechanism (#1106).
(commit: 8304134)
The file was modified src/plugins/support/ZIPSupport/CMakeLists.txt (diff)
The file was addedsrc/plugins/thirdParty/zlib/.gitignore
The file was removedsrc/plugins/thirdParty/zlib/src/gzwrite.c
The file was removedsrc/plugins/thirdParty/zlib/src/zconf.h
The file was removedsrc/plugins/thirdParty/zlib/src/gzguts.h
The file was removedsrc/plugins/thirdParty/zlib/src/inffixed.h
The file was modified src/plugins/thirdParty/zlib/CMakeLists.txt (diff)
The file was removedsrc/plugins/thirdParty/zlib/src/uncompr.c
The file was removedsrc/plugins/thirdParty/zlib/src/zutil.c
The file was removedsrc/plugins/thirdParty/zlib/src/inffast.c
The file was removedsrc/plugins/thirdParty/zlib/src/inffast.h
The file was removedsrc/plugins/thirdParty/zlib/src/crc32.c
The file was removedsrc/plugins/thirdParty/zlib/src/trees.h
The file was removedsrc/plugins/thirdParty/zlib/src/gzclose.c
The file was removedsrc/plugins/thirdParty/zlib/src/gzlib.c
The file was removedsrc/plugins/thirdParty/zlib/src/inftrees.c
The file was removedsrc/plugins/thirdParty/zlib/src/trees.c
The file was removedsrc/plugins/thirdParty/zlib/src/gzread.c
The file was modified src/plugins/support/PMRSupport/CMakeLists.txt (diff)
The file was removedsrc/plugins/thirdParty/zlib/src/deflate.h
The file was removedsrc/plugins/thirdParty/zlib/src/deflate.c
The file was removedsrc/plugins/thirdParty/zlib/src/infback.c
The file was removedsrc/plugins/thirdParty/zlib/src/inflate.h
The file was removedsrc/plugins/thirdParty/zlib/src/compress.c
The file was removedsrc/plugins/thirdParty/zlib/src/zlib.h
The file was removedsrc/plugins/thirdParty/zlib/src/zutil.h
The file was removedsrc/plugins/thirdParty/zlib/src/inftrees.h
The file was removedsrc/plugins/thirdParty/zlib/src/inflate.c
The file was removedsrc/plugins/thirdParty/zlib/src/adler32.c
The file was removedsrc/plugins/thirdParty/zlib/src/crc32.h
The file was modified src/plugins/thirdParty/zlib/CMakeLists.txt (diff)
Commit a71a54a764969516c6cf6db8844e1e37148a9585 by dave
Pre-build zlib for Linux and Windows (#1106).
(commit: a71a54a)
The file was modified src/plugins/thirdParty/zlib/CMakeLists.txt (diff)
The file was modified cmake/common.cmake (diff)
The file was modified src/plugins/thirdParty/zlib/CMakeLists.txt (diff)
Commit 32f8b90525d922e4d76ed43789e6d479f4b4f3e0 by Alan Garny
Various cleaning up (#1106).
- Simplified our versioning mechanism for zlib;
- Replaced 'external' with 'ext’;
- Moved the 'zlib' contents to 'ext/proj’;
- Changed the order of some parameters in CREATE_PACKAGE_FILE(),
RETRIEVE_PACKAGE_FILE() and RETRIEVE_PACKAGE_FILE_FROM();
- Replaced ‘CHECKED_FILES’ with ‘SHA1_FILES’;
- Use our forked version of zlib;
- Updated the SHA-1 values for zlib, now that the zlib package is hosted
on opencor.ws;
- Various minor cleaning ups.
(commit: 32f8b90)
The file was modified .gitignore (diff)
The file was removedsrc/plugins/thirdParty/zlib/.gitignore
The file was modified cmake/common.cmake (diff)
The file was modified src/plugins/thirdParty/zlib/CMakeLists.txt (diff)
Commit fa3215a9a932e9fc6637e4a6a1ab42742cb67d7c by Alan Garny
Updated our SHA-1 values (#1106).
(commit: fa3215a)
The file was modified src/plugins/thirdParty/zlib/CMakeLists.txt (diff)
The file was modified cmake/common.cmake (diff)
Commit e6ef6a1f1dd56481e93e1566278a2d818d92cb1a by Alan Garny
Make sure that a package is retrieved in the right directory (#1106).
(commit: e6ef6a1)
The file was modified cmake/common.cmake (diff)
The file was modified src/plugins/thirdParty/zlib/CMakeLists.txt (diff)
The file was modified cmake/common.cmake (diff)
The file was modified src/plugins/thirdParty/zlib/CMakeLists.txt (diff)
The file was modified CMakeLists.txt (diff)
Commit 5af5dcfa1fa64f5189b4b4aab54183f236885d29 by Alan Garny
Replaced 'DEPENDS' with 'DEPENDS_ON' in ADD_PLUGIN().
(commit: 5af5dcf)
The file was modified cmake/common.cmake (diff)
The file was modified src/plugins/thirdParty/zlib/CMakeLists.txt (diff)
The file was modified src/plugins/thirdParty/zlib/CMakeLists.txt (diff)
The file was modified cmake/common.cmake (diff)
Commit c8a44120b974849d6dcc4dffdc14915a2a49edce by Alan Garny
Addressed an issue with Ninja with regards to copying OpenCOR.com.
(commit: c8a4412)
The file was modified CMakeLists.txt (diff)
The file was modified cmake/common.cmake (diff)
Commit c1d79c58978f2fe9892e1daa30210570e76cfb35 by Alan Garny
ADD_PLUGIN(): make sure that various commands are either executed
directly or through a custom target based on the plugin's situation
(#1106).
(commit: c1d79c5)
The file was modified cmake/common.cmake (diff)
The file was modified cmake/common.cmake (diff)
The file was modified cmake/common.cmake (diff)
The file was modified cmake/common.cmake (diff)
The file was modified CMakeLists.txt (diff)
Commit e35deefcaf11b10a1c0a2c484c64e64f81b4ae3f by Alan Garny
Cleaned up the CREATE_PACKAGE_FILE() macro (#1106).
(commit: e35deef)
The file was modified cmake/common.cmake (diff)
The file was modified cmake/common.cmake (diff)
Commit d43ee3e697e1f82039298e49c811d6d2557e4299 by Alan Garny
Cleaned up the CREATE_PACKAGE_FILE() macro (#1106).
(commit: d43ee3e)
The file was modified cmake/common.cmake (diff)
Commit 5f2d63d52130a714bd35af87ab6688de77d383b3 by Alan Garny
Renamed CHECK_FILES() with CHECK_SHA1_FILES() (#1106).
(commit: 5f2d63d)
The file was modified cmake/common.cmake (diff)
Commit 63c4827c608641b993ccf635c4e45712561f8c3e by Alan Garny
Use CHECK_SHA1_FILES_OK rather than CHECK_SHA1_FILES_FAILED (#1106)
Kind of positive attitude… :)
(commit: 63c4827)
The file was modified cmake/common.cmake (diff)
Commit bbf2d9925cca281730d48a8c1f6dcfc54d2ecc4b by Alan Garny
Cleaned up CHECK_SHA1_FILES() (#1106).
(commit: bbf2d99)
The file was modified cmake/common.cmake (diff)
Commit deaccd46e316e653c2a232440614de15cc21e9c4 by Alan Garny
Reverted our use of CHECK_SHA1_FILES() back in favour of CHECK_FILES().
Also introduced a convenience macro: CHECK_FILE() (#1106).
(commit: deaccd4)
The file was modified cmake/common.cmake (diff)
The file was modified CMakeLists.txt (diff)
The file was modified cmake/common.cmake (diff)
The file was modified CMakeLists.txt (diff)
The file was modified cmake/common.cmake (diff)
Commit 0314ea6f27f4d685e787aae21f99c986a0be66dd by Alan Garny
Cleaned up the RETRIEVE_PACKAGE_FILE_FROM() and
RETRIEVE_BINARY_FILE_FROM() macros (#1106).
(commit: 0314ea6)
The file was modified cmake/common.cmake (diff)
Commit e8341229e91efe2a20aea0613af8055028593f76 by Alan Garny
Make sure that we have at least one file to check when calling the
RETRIEVE_PACKAGE_FILE_FROM() macro (#1106).
(commit: e834122)
The file was modified cmake/common.cmake (diff)
Commit bd27f6492a72c63afa2e1496112883272cf917dd by Alan Garny
Make sure that we report the case where a file/package couldn't be
uncompressed (#1106).
(commit: bd27f64)
The file was modified cmake/common.cmake (diff)
Commit 7a51b560259c32de6bec814fd91ff4aa82d436cd by Alan Garny
Output to the console the RETRIEVE_PACKAGE_FILE() call that needs to be
made (#1106).
(commit: 7a51b56)
The file was modified cmake/common.cmake (diff)
Commit fd3e70c5275108903eae5f35f0287c2932976653 by Alan Garny
Make sure that we properly generate the information about the call to
the RETRIEVE_PACKAGE_FILE() macro (#1106).
(commit: fd3e70c)
The file was modified cmake/common.cmake (diff)
Commit 82d3595eca449128c1b4267e045233a3c5a3f8ef by Alan Garny
Generate a package file that can be uploaded on GitHub (#1106).
(commit: 82d3595)
The file was modified cmake/common.cmake (diff)
Commit 742593f98c291765698adcc951e7c2e936ef9686 by Alan Garny
Have a package file generated in our main build directory, so that it's
easier to find (#1106).
(commit: 742593f)
The file was modified cmake/common.cmake (diff)
Commit d562dcfd8fe4cf543b6cefea85c797d018eea9d4 by Alan Garny
Getting ready to generate new zlib package binaries (#1106).
(commit: d562dcf)
The file was modified CMakeLists.txt (diff)
Commit 5a771ffcecd84970f1effda2a956bf907ae1c6a7 by Alan Garny
Retrieve our package files directly from GitHub (#1106).
(commit: 5a771ff)
The file was modified cmake/common.cmake (diff)
The file was modified CMakeLists.txt (diff)
The file was modified src/plugins/thirdParty/zlib/CMakeLists.txt (diff)
Commit 340294aee45de9b3598a31054aef3abbeb5874a2 by Alan Garny
Slight updates to our downloads pages (#1106).
(commit: 340294a)
The file was modified doc/downloads/previousSnapshots.js (diff)
The file was modified doc/downloads/index.js (diff)