pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cmake



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec  7 09:30:32 UTC 2015

Modified Files:
        pkgsrc/devel/cmake: Makefile distinfo

Log Message:
Changes in 3.4.1 since 3.4.0:
     Fix auto export symbols for Dlls containing /bigobj for 64bit builds.
      Cray: Implement Fortran compiler version detection
      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
      Project: Guess default standard dialect if compiler was forced
      Revert "Disable shared library support when compiler links statically"
      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
      Include `sys/types.h` header to get `mode_t`
      Add NIOS2 CPU support
      cmELF: Avoid divide by zero if there are no dynamic section entries


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/devel/cmake/Makefile
cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/cmake/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index