ChipMaster's trial hacks on C++CMS starting with v1.2.1. Not sure I'll follow on with the v2 since it looks to be breaking and mostly frivolous.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

45 lines
1.3 KiB

  1. CppCMS framework uses and embeds some third party software:
  2. Embedded Third Party Software:
  3. ------------------------------
  4. - src/base64.cpp - MIT license (see file for copyright notices)
  5. - src/md5.cpp, private/md5.h - see copyright notices in files (permissive license)
  6. - private/sha1.h - Boost Software License 1.0, see copyright notices in the file.
  7. - booster/ - a sub-project released under Boost Software License 1.0
  8. - contrib/client_side/jsonrpc/json2.js - Public Domain
  9. Third Party Software Used by CppCMS (not embedded)
  10. ---------------------------------------------
  11. Mandatory build dependencies:
  12. - CMake - http://www.cmake.org/
  13. - Python - http://python.org/
  14. Mandatory runtime dependencies:
  15. - Standard C and C++ libraries
  16. - libpcre - http://pcre.org/
  17. - zlib - http://zlib.net/
  18. - At least one of the following:
  19. 1. ICU - http://icu-project.org/
  20. 2. iconv POSIX API
  21. 3. Win32 API
  22. Optional runtime dependencies:
  23. - GNU-TLS - http://www.gnu.org/software/gnutls/
  24. - OpenSSL - http://www.openssl.org/
  25. Additional independent components that may be
  26. used with CppCMS library (under contrib/ directory):
  27. - Berkeley DB - BDB session storage
  28. - Sqlite3 - Sqlite3 session storage
  29. - CppDB - CppDB session storage