Quellcode durchsuchen

KWSys 2017-04-20 (8785f84f)

Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 8785f84f4760da060cdb2499155bb39532f8c053 (master).

Upstream Shortlog
-----------------

Ben Boeckel (2):
      ac0c67d2 gitattributes: indicate attributes to ignore when importing
      3dfeb55e gitattributes: rename the c-style attribute
KWSys Upstream vor 8 Jahren
Ursprung
Commit
22729eae17
2 geänderte Dateien mit 8 neuen und 18 gelöschten Zeilen
  1. 7 17
      .gitattributes
  2. 1 1
      CTestConfig.cmake

+ 7 - 17
.gitattributes

@@ -1,22 +1,12 @@
 .git*            export-ignore
-.gitattributes  -export-ignore
-.hooks*          export-ignore
 
-# Custom attribute to mark sources as using our C code style.
-#[attr]our-c-style  whitespace=tab-in-indent  format.clang-format
-
-/GitSetup        export-ignore
-/*.sh            export-ignore eol=lf
-/*.bash          export-ignore eol=lf
-/.clang-format   export-ignore
-
-*.c              our-c-style
-*.c.in           our-c-style
-*.cxx            our-c-style
-*.h              our-c-style
-*.h.in           our-c-style
-*.hxx            our-c-style
-*.hxx.in         our-c-style
+*.c              kwsys-c-style
+*.c.in           kwsys-c-style
+*.cxx            kwsys-c-style
+*.h              kwsys-c-style
+*.h.in           kwsys-c-style
+*.hxx            kwsys-c-style
+*.hxx.in         kwsys-c-style
 
 *.cmake          whitespace=tab-in-indent
 *.rst            whitespace=tab-in-indent conflict-marker-size=79

+ 1 - 1
CTestConfig.cmake

@@ -5,5 +5,5 @@ set(CTEST_PROJECT_NAME "KWSys")
 set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
 set(CTEST_DROP_METHOD "http")
 set(CTEST_DROP_SITE "open.cdash.org")
-set(CTEST_DROP_LOCATION "/submit.php?project=KWSys")
+set(CTEST_DROP_LOCATION "/submit.php?project=PublicDashboard")
 set(CTEST_DROP_SITE_CDASH TRUE)