Skip to content

Commit e538dd1

Browse files
News entry for 1.21 release
1 parent a4566c5 commit e538dd1

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

NEWS

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
--- 1.20 (current) ---
1+
--- 1.21 ---
2+
Improvements:
3+
- Support and testing for clang 19 and gcc 14
4+
- Partial support for thread sanitizer
5+
- Dramatically simplified build system
6+
- Removed numerous unused build configs
7+
- Fixed a minor performance regression from the last release
8+
- Removed hand-imlemented atomics in favor of C11 atomics and existing intrinsics
9+
- Removed unmaintained support for eurekas
10+
- Removed unmaintained support for distributed Qthreads
11+
- Removed various unmaintained debugging and profiling code paths
12+
- Dropped support for numerous compilers that no are no longer available
13+
- Dropped support for various unmaintained architectures like Tilera, Itanium, Alpha, MIPS, and Sparc
14+
- Dropped support for various OS configs that we don't test like Solaris, HPUX, and AIX
15+
- Removed several unmaintained/untested threadqueue and topology detection options
16+
17+
--- 1.20 ---
218
Improvements:
319
- Improve and expand CI testing
420
- Fix compilation and testing for an expanded range of platforms, compilers, and operating systems

0 commit comments

Comments
 (0)