mirror of
https://github.com/boostorg/predef.git
synced 2025-07-31 04:07:13 +02:00
Add Appveyor Windows CI back in.
fixes https://github.com/boostorg/predef/issues/59 fixes https://github.com/boostorg/predef/issues/87
This commit is contained in:
@ -16,6 +16,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
* Add CI testing on FreeBSD for clang and gcc.
|
* Add CI testing on FreeBSD for clang and gcc.
|
||||||
* Add `WORD_BITS` set of predefs to detect the architecture word size.
|
* Add `WORD_BITS` set of predefs to detect the architecture word size.
|
||||||
Initial implementation inspired by submission from Mikhail Komarov.
|
Initial implementation inspired by submission from Mikhail Komarov.
|
||||||
|
* Add CI testing for Cygwin 32 and 64.
|
||||||
|
|
||||||
== 1.11
|
== 1.11
|
||||||
|
|
||||||
|
@ -6861,6 +6861,9 @@ expressions. It defaults to "c++", but can be any of: "c", "cpp",
|
|||||||
<p>Add <code>WORD_BITS</code> set of predefs to detect the architecture word size.
|
<p>Add <code>WORD_BITS</code> set of predefs to detect the architecture word size.
|
||||||
Initial implementation inspired by submission from Mikhail Komarov.</p>
|
Initial implementation inspired by submission from Mikhail Komarov.</p>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Add CI testing for Cygwin 32 and 64.</p>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user