소스 검색

cotire 1.6.9

master
Sascha Kratky 11 년 전
부모
커밋
9ab2aba91a
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      CMake/cotire.cmake
  2. +4
    -0
      HISTORY.md

+ 2
- 2
CMake/cotire.cmake 파일 보기

@@ -52,7 +52,7 @@ if (NOT CMAKE_VERSION VERSION_LESS "3.1.0")
endif()

set (COTIRE_CMAKE_MODULE_FILE "${CMAKE_CURRENT_LIST_FILE}")
set (COTIRE_CMAKE_MODULE_VERSION "1.6.8")
set (COTIRE_CMAKE_MODULE_VERSION "1.6.9")

include(CMakeParseArguments)
include(ProcessorCount)
@@ -925,7 +925,7 @@ macro (cotire_parse_line _line _headerFileVar _headerDepthVar)
# English: "Note: including file: C:\directory\file"
# German: "Hinweis: Einlesen der Datei: C:\directory\file"
# We use a very general regular expression, relying on the presence of the : characters
if (_line MATCHES ":( +)([^:]+:[^:]+)$")
if (_line MATCHES "( +)([a-zA-Z]:[^:]+)$")
# Visual Studio compiler output
string (LENGTH "${CMAKE_MATCH_1}" ${_headerDepthVar})
get_filename_component(${_headerFileVar} "${CMAKE_MATCH_2}" ABSOLUTE)


+ 4
- 0
HISTORY.md 파일 보기

@@ -1,3 +1,7 @@
## 1.6.9 (2015-01-18)

* fix bug with parsing of localized MSVC `/showIncludes` output.

## 1.6.8 (2014-12-28)

* fix bug with generation of unity source file segments for parallel builds.


불러오는 중...
취소
저장