Opened 9 years ago
Closed 9 years ago
#7206 closed enhancement (fixed)
cmake-3.4.1
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.9 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
http://www.cmake.org/files/v3.4/cmake-3.4.1.tar.gz
http://www.cmake.org/files/v3.4/cmake-3.4.1-SHA-256.txt
d41462bdd80dc37f0d5608167b354bb3af8c068eee640be04c907154c5c113e2
http://www.cmake.org/files/v3.4/cmake-3.4.1-SHA-256.txt.asc
https://cmake.org/pipermail/cmake/2015-December/062119.html
[CMake] [ANNOUNCE] CMake 3.4.1 available for download Robert Maynard robert.maynard at kitware.com Wed Dec 2 14:54:43 EST 2015 We are pleased to announce that CMake 3.4.1 is now available for download. Thanks for your support! ------------------------------------------------------------------------- Changes in 3.4.1 since 3.4.0: Bill Hoffman (1): • Fix auto export symbols for Dlls containing /bigobj for 64bit builds. Brad King (23): • Cray: Implement Fortran compiler version detection (#15845) • MSVC: Fix linking with /MANIFEST:NO option • Make C and C++ default dialect detection robust to advanced optimizations • FindGTest: Refactor test type checks to avoid cases triggering CMP0064 • Android: Restore generation of non-versioned soname (#15851) • Project: Guess default standard dialect if compiler was forced (#15852) • Revert "Disable shared library support when compiler links statically" (#15855) • Tests: Add case for add_subdirectory inside a function • Tests: Add case for unmatched cmake_policy({PUSH,POP}) • Tests: Add case for package version file unmatched policy scope • cmState: Skip variable scope snapshots to avoid call stack duplicates • cmMakefile: Clarify purpose of method that pops a scope snapshot • cmMakefile: Remove unused PolicyPushPop interfaces • cmLocalGenerator: Use ScopePushPop RAII class to manage local variable scopes • cmState: Enforce policy scope balancing around variable scopes • cmLinkedTree: Rename 'Extend' method to 'Push' • cmLinkedTree: Add Pop method • cmListFileCache: Implement cmListFileBacktrace ctor/dtor out-of-line • cmState: Avoid accumulating policy stack storage for short-lived scopes • cmState: Avoid accumulating snapshot storage for short-lived scopes • cmOrderDirectories: Factor out directory comparison • cmOrderDirectories: Reduce repeat realpath() calls • CMake 3.4.1 Kylie McClain (1): • Include `sys/types.h` header to get `mode_t` Marek Vasut (1): • Add NIOS2 CPU support Ty Smith (1): • cmELF: Avoid divide by zero if there are no dynamic section entries
Change History (2)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r16706.