Skip to content
Snippets Groups Projects
  1. Nov 08, 2016
    • Kitware Robot's avatar
      KWSys 2016-11-08 (2b3e2b1c) · 5e84b1dc
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          http://public.kitware.com/KWSys.git
      
      at commit 2b3e2b1c28e676a1f4eb951104a1265a91c4df8c (master).
      
      Upstream Shortlog
      -----------------
      
      Brad King (12):
            15e90a3c Sort includes to stabilize include order w.r.t. clang-format
            26509227 Copyright.txt: Add notice of copyright by contributors
            fc42d3f2 Add temporary script to filter license notices
            c41c1bc4 Simplify KWSys per-source license notices
            1d4c0b4a Remove temporary script that filtered license notices
            a4f5ef79 SystemInformation: Remove stray comment
            8649a886 kwsysPrivate: Protect KWSYS_HEADER macro from clang-format
            89b98af5 Configure clang-format for KWSys source tree
            547dacad Add a script to run clang-format on the entire source tree
            aa94be0c CONTRIBUTING: Add a section on coding style
            6604c4b6 Empty commit at end of history preceding clang-format style transition
            2b3e2b1c Tell Git to not export 'clang-format' infrastructure
      
      Kitware Robot (1):
            6c973b46 Revise C++ coding style using clang-format
      5e84b1dc
  2. Jun 17, 2016
  3. Mar 08, 2016
  4. Nov 13, 2014
    • HDF Group's avatar
      hdf5-1.8.13-r25462-reduced · 8d8063fa
      HDF Group authored and Dan Lipsa's avatar Dan Lipsa committed
      Use the following script to extract a reduced hdf5 from the svn repo.
      
      url=https://svn.hdfgroup.uiuc.edu/hdf5/branches/hdf5_1_8_13
      v=1.8.13
      r=25462
      paths="
                ACKNOWLEDGMENTS
                CTestConfig.cmake
                README.txt
                CMakeLists.txt
                COPYING
                src
                c++/CMakeLists.txt
                c++/COPYING
                c++/src
                hl/CMakeLists.txt
                hl/COPYING
                hl/src
                hl/c++/CMakeLists.txt
                hl/c++/COPYING
                hl/c++/src
                config/cmake
                config/lt_vers.am
                CMakeInstallation.cmake
                CMakeFilters.cmake
                CTestConfig.cmake
                UserMacros.cmake
              "
      date=$(svn log -q -c$r $url | sed -n "/^r/ {s/[^|]*|[^|]*|//;p;}")
      svn export -r$r $url hdf5-$v-r$r &&
      mkdir hdf5-$v-r$r-reduced &&
      (cd hdf5-$v-r$r && tar c $paths) | (cd hdf5-$v-r$r-reduced && tar x)
      echo "r$r date: $date"
      
      Change-Id: Ia392ab80127522d34a14568c4db5deebd2fe7331
      8d8063fa
  5. Jul 02, 2014
    • XDMF Developers's avatar
      export xdmf for import into vtk · 3fa4d337
      XDMF Developers authored
      extracted with:
          sha1=975536e3d94f08b06b002452a5ed575dc6eb0fc9 &&
          paths='
          CMake
          CMakeLists.txt
          CTestConfig.cmake
          Copyright.txt
          Xdmf.hpp
          XdmfAttribute.cpp
          XdmfAttribute.hpp
          XdmfAttributeCenter.cpp
          XdmfAttributeCenter.hpp
          XdmfAttributeType.cpp
          XdmfAttributeType.hpp
          XdmfConfig.cmake.in
          XdmfCurvilinearGrid.cpp
          XdmfCurvilinearGrid.hpp
          XdmfDomain.cpp
          XdmfDomain.hpp
          XdmfGeometry.cpp
          XdmfGeometry.hpp
          XdmfGeometryType.cpp
          XdmfGeometryType.hpp
          XdmfGraph.cpp
          XdmfGraph.hpp
          XdmfGrid.cpp
          XdmfGrid.hpp
          XdmfGridCollection.cpp
          XdmfGridCollection.hpp
          XdmfGridCollectionType.cpp
          XdmfGridCollectionType.hpp
          XdmfItemFactory.cpp
          XdmfItemFactory.hpp
          XdmfMap.cpp
          XdmfMap.hpp
          XdmfReader.cpp
          XdmfReader.hpp
          XdmfRectilinearGrid.cpp
          XdmfRectilinearGrid.hpp
          XdmfRegularGrid.cpp
          XdmfRegularGrid.hpp
          XdmfSet.cpp
          XdmfSet.hpp
          XdmfSetType.cpp
          XdmfSetType.hpp
          XdmfTime.cpp
          XdmfTime.hpp
          XdmfTopology.cpp
          XdmfTopology.hpp
          XdmfTopologyType.cpp
          XdmfTopologyType.hpp
          XdmfUnstructuredGrid.cpp
          XdmfUnstructuredGrid.hpp
          core/CMakeLists.txt
          core/XdmfArray.cpp
          core/XdmfArray.hpp
          core/XdmfArray.tpp
          core/XdmfArrayReference.cpp
          core/XdmfArrayReference.hpp
          core/XdmfArrayType.cpp
          core/XdmfArrayType.hpp
          core/XdmfBinaryController.cpp
          core/XdmfBinaryController.hpp
          core/XdmfConfig.hpp.in
          core/XdmfCore.hpp
          core/XdmfCoreItemFactory.cpp
          core/XdmfCoreItemFactory.hpp
          core/XdmfCoreReader.cpp
          core/XdmfCoreReader.hpp
          core/XdmfError.cpp
          core/XdmfError.hpp
          core/XdmfFunction.cpp
          core/XdmfFunction.hpp
          core/XdmfHDF5Controller.cpp
          core/XdmfHDF5Controller.hpp
          core/XdmfHDF5Writer.cpp
          core/XdmfHDF5Writer.hpp
          core/XdmfHeavyDataController.cpp
          core/XdmfHeavyDataController.hpp
          core/XdmfHeavyDataWriter.cpp
          core/XdmfHeavyDataWriter.hpp
          core/XdmfInformation.cpp
          core/XdmfInformation.hpp
          core/XdmfItem.cpp
          core/XdmfItem.hpp
          core/XdmfItemProperty.cpp
          core/XdmfItemProperty.hpp
          core/XdmfSharedPtr.hpp
          core/XdmfSparseMatrix.cpp
          core/XdmfSparseMatrix.hpp
          core/XdmfSubset.cpp
          core/XdmfSubset.hpp
          core/XdmfSystemUtils.cpp
          core/XdmfSystemUtils.hpp
          core/XdmfVisitor.cpp
          core/XdmfVisitor.hpp
          core/XdmfWriter.cpp
          core/XdmfWriter.hpp
          core/loki
          core/dsm/CMakeLists.txt
          core/dsm/XdmfDSM.hpp
          core/dsm/XdmfDSMBuffer.cpp
          core/dsm/XdmfDSMBuffer.hpp
          core/dsm/XdmfDSMCommMPI.cpp
          core/dsm/XdmfDSMCommMPI.hpp
          core/dsm/XdmfDSMDriver.cpp
          core/dsm/XdmfDSMDriver.hpp
          core/dsm/XdmfDSMManager.cpp
          core/dsm/XdmfDSMManager.hpp
          core/dsm/XdmfHDF5ControllerDSM.cpp
          core/dsm/XdmfHDF5ControllerDSM.hpp
          core/dsm/XdmfHDF5WriterDSM.cpp
          core/dsm/XdmfHDF5WriterDSM.hpp
          ' &&
          git archive --prefix=xdmf3-reduced/ $sha1 -- $paths |
          tar x
      
      Change-Id: I8c3dd91dc165a592f7dc3d2898ddf1d18db45811
      3fa4d337
  6. Jun 20, 2014
  7. Oct 01, 2012
    • Kitware Robot's avatar
      KWSys 2012-10-01 (bab53989) · 5d0de36d
      Kitware Robot authored and Brad King's avatar Brad King committed
      Extract upstream KWSys using the following shell code.
      
      $ sha1=bab53989d7c4027259bff837574f75003396d59f &&
      git archive --prefix=KWSys-snapshot/ $sha1 |
      tar x
      
      $ git log 719638e2..bab53989 ^341043cf --no-merges --oneline --abbrev=8
      bab53989 Tell Git to check tab-in-indent and no-lf-at-eof
      8115bd1b SystemInformation: Pass extern "C" functions to sigaction
      4f4dd224 SystemInformation: Fix unused assignment warnings
      6b26d2fe SystemInformation: Use ifaddrs.h only where available
      381923ed SystemInformation: Use si_code constants only where available
      8f85338c SystemInformation: Use execinfo.h backtrace only where available
      a8e98f98 SystemInformation: Use Windows API more portably
      750b4b5c SystemInformation: Use long long or __int64 only where available
      8d2cafcd SystemInformation: Fix UNIX system includes for FQDN
      857bda17 SystemInformation: Report more information
      63cbea35 Add and configure developer setup helper scripts
      924466f5 SystemTools: Fix accidental bitwise instead of logical OR
      2f423229 SystemTools: Remove unused environ declaration
      a49c2417 Disable warnings about MS deprecation of C library
      e3390720 CTestConfig: Submit to dedicated KWSys dashboard
      5d0de36d
    • Kitware Robot's avatar
      KWSys 2012-05-02 (719638e2) · 7d3c2959
      Kitware Robot authored and Brad King's avatar Brad King committed
      Extract upstream KWSys using the following shell code.
      
      $ sha1=719638e233b560afb0d9a0afdcf23469dc1827fe &&
      git archive --prefix=KWSys-snapshot/ $sha1 |
      tar x
      7d3c2959
  8. Apr 09, 2012
    • Marcus D. Hanwell's avatar
      ENH: Move back to main VTK project for CTest submission · 722293a7
      Marcus D. Hanwell authored
      Change-Id: If8ae82e20adcc3c7329e1b3f82694ba1130ea392
      722293a7
    • VTK Developers's avatar
      Add modular VTK build system · 0c1471f1
      VTK Developers authored and Brad King's avatar Brad King committed
      Add module.cmake, CMakeLists.txt, and other build system files.
      
      The modular VTK build system is not yet mature.  The monolithic build
      files had a lot of infrastructure.  The modular build files reproduce
      much of the functionality but some features will need to be restored
      later.  Document status and tasks in "TODO-Modularization.txt".
      
      Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com>
      Co-Author: Chris Harris <chris.harris@kitware.com>
      Co-Author: Brad King <brad.king@kitware.com>
      Co-Author: Nikhil Shetty <nikhil.shetty@kitware.com>
      0c1471f1
  9. Aug 17, 2010
    • HDF Group's avatar
      hdf5 1.8.5-r19245 (reduced) · 26b4c996
      HDF Group authored and Brad King's avatar Brad King committed
      This tree was extracted from upstream hdf5 by the following shell code.
      
      url=https://svn.hdfgroup.uiuc.edu/hdf5/branches/hdf5_1_8_cmake
      v=1.8.5
      r=19245
      paths="
        ACKNOWLEDGMENTS
        CTestConfig.cmake
        README.txt
        config/cmake
        CMakeLists.txt
        COPYING
        src
        c++/CMakeLists.txt
        c++/COPYING
        c++/src
        hl/CMakeLists.txt
        hl/COPYING
        hl/src
        hl/c++/CMakeLists.txt
        hl/c++/COPYING
        hl/c++/src
      "
      date=$(svn log -q -c$r $url |
             sed -n "/^r/ {s/[^|]*|[^|]*|//;p;}")
      svn export -r$r $url hdf5-$v-r$r &&
      mkdir hdf5-$v-r$r-reduced &&
      (cd hdf5-$v-r$r && tar c $paths) |
      (cd hdf5-$v-r$r-reduced && tar x)
      echo "r$r date: $date"
      26b4c996
  10. Jul 13, 2009
  11. Oct 29, 2008
  12. Oct 24, 2008
  13. May 14, 2008
    • Sebastien Barre's avatar
      ENH: bring VTK's nightly start time from 11PM EDT to 10PM EDT, a little closer... · c4249fd9
      Sebastien Barre authored
      ENH: bring VTK's nightly start time from 11PM EDT to 10PM EDT, a little closer to ITK (9PM) and KWWidgets (9:30PM). Larger projects that incorporate multiple toolkits like VTK + ITK + KWW need more time to build, therefore need to start early; since they usually start by building VTK, this nightly start time of 11PM prevents any large dashboard to start before 11PM. Hopefully 10PM is reasonable for our west-coat friends.
      c4249fd9
    • Sebastien Barre's avatar
      ENH: bring VTK's nightly start time from 11PM EDT to 10PM EDT, a little closer... · 65c042c7
      Sebastien Barre authored
      ENH: bring VTK's nightly start time from 11PM EDT to 10PM EDT, a little closer to ITK (9PM) and KWWidgets (9:30PM). Larger projects that incorporate multiple toolkits like VTK + ITK + KWW need more time to build, therefore need to start early; since they usually start by building VTK, this nightly start time of 11PM prevents any large dashboard to start before 11PM. Hopefully 10PM is reasonable for our west-coat friends.
      65c042c7
  14. Jul 07, 2006
  15. May 05, 2005
Loading