Skip to content

Tags: nemequ/hedley

Tags

v15

Toggle v15's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nemequ Evan Nemerson
Release version 15.

* Support for MCST LCC compiler.
* New HEDLEY_DIAGNOSTIC_DISABLE_UNUSED_FUNCTION macro.
* Assorted bug fixes and enhancements.

v14

Toggle v14's commit message
Update NEWS for v14

v13

Toggle v13's commit message
Add test for HEDLEY_CONCAT3 macro.

v12

Toggle v12's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nemequ Evan Nemerson
Release version 12:

* New macros:
  * HEDLEY_WARN_UNUSED_RESULT_MSG
  * TI compilers:
    * HEDLEY_TI_CL2000_VERSION and HEDLEY_TI_CL2000_VERSION_CHECK
    * HEDLEY_TI_CL430_VERSION and HEDLEY_TI_CL430_VERSION_CHECK
    * HEDLEY_TI_ARMCL_VERSION and HEDLEY_TI_ARMCL_VERSION_CHECK
    * HEDLEY_TI_CL6X_VERSION and HEDLEY_TI_CL6X_VERSION_CHECK
    * HEDLEY_TI_CL7X_VERSION and HEDLEY_TI_CL7X_VERSION_CHECK
    * HEDLEY_TI_CLPRU_VERSION and HEDLEY_TI_CLPRU_VERSION_CHECK
  * HEDLEY_TI_VERSION is now only set for MCU compilers after their
    versions were harmonized.
* Assorted bug fixes and enhancements

v11

Toggle v11's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nemequ Evan Nemerson
Release version 11:

* New macros:
  * HEDLEY_HAS_CPP_ATTRIBUTE_NS
  * HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTE
  * HEDLEY_NO_ESCAPE
  * HEDLEY_NULL
* Assorted bug fixes and enhancements

v10

Toggle v10's commit message
Update NEWS for v10.

v9

Toggle v9's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nemequ Evan Nemerson
Release version 9:

* New macros:
  * HEDLEY_PREDICT
  * HEDLEY_PREDICT_TRUE
  * HEDLEY_PREDICT_FALSE
  * HEDLEY_UNPREDICTABLE
  * HEDLEY_CONSTEXPR
  * HEDLEY_ASSUME
  * HEDLEY_FLAGS_CAST
* Most tests now use HEDLEY_GCC_* instead of HEDLEY_GNUC_*
* Intel C/C++ Compiler implementations now go down to version 13
  instead of version 16.
* New compiler support:
  * CompCert
  * Pelles C
* Add SPDX identifier
* Assorted bug fixes and enhancements

v8

Toggle v8's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nemequ Evan Nemerson
Release version 8.

v7

Toggle v7's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nemequ Evan Nemerson
Release version 7.

v6

Toggle v6's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nemequ Evan Nemerson
Release vesion 6.

 * New macros:
   * HEDLEY_UNREACHABLE_RETURN
 * New compiler support:
   * Tiny C Compiler
   * Digital Mars C/C++ Compiler