Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.42 KB

HISTORY.md

File metadata and controls

56 lines (37 loc) · 1.42 KB

1.5.0 (2024-03-24)

  • CMake 3.29 compatibility.
  • resolve LINKER_<TYPE> template variables.
  • resolve XCODE_EMBED_<type> template variables.
  • replace http with https in documentation URLs.
  • add undocumented variable CMAKE_SYSTEM_ARCH.
  • add undocumented variable CMAKE_REQUIRED_LIBRARIES.

1.4.0 (2023-03-14)

  • CMake 3.26 compatibility.
  • detect changed Dropbox location in CloudStorage folder.
  • resolve <FEATURE> template variables.
  • add undocumented variable CMAKE_NINJA_FORCE_RESPONSE_FILE.
  • add undocumented variable CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY.
  • add undocumented variable CMAKE_SUPPRESS_DEVELOPER_ERRORS.
  • add undocumented variable CMAKE_SUPPRESS_DEVELOPER_WARNINGS.
  • add new assembler dialect ASM_MARMASM.

1.3.2 (2022-12-29)

  • CMake 3.24 compatibility.

1.3.1 (2021-08-13)

  • CMake 3.21 compatibility.

1.3.0 (2021-04-05)

  • CMake 3.20 compatibility.
  • add CMake environment variables.
  • add missing assembler dialect variables.
  • add undocumented variable CMAKE_LINK_DEPENDS_DEBUG_MODE.

1.2.2 (2021-01-03)

  • CMake 3.19 compatibility.

1.2.1 (2020-04-14)

  • CMake 3.17 compatibility.

1.2.0 (2019-12-27)

  • add support for CMake 3.16 and later.
  • add support for bracket delimited strings and comments.
  • add support for some undocumented but useful CMake variables.

1.1.0 (2018-03-17)

  • add support for CMake 3.8 and later.

1.0.0 (2016-11-28)

  • first release.