- Nov 08, 2016
-
-
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
-
- Jun 17, 2016
-
-
Kitware Robot authored
Code extracted from: git://xdmf.org/Xdmf.git at commit cdb48e8ed4c736733631dd13e65da97f89313d23 (master).
-
- Mar 08, 2016
-
-
Code extracted from: https://gitlab.kitware.com/third-party/proj.git at commit 41bdf05361007f8c5186f3df9944d86bb273ed13 (for/vtk).
-
- Nov 13, 2014
-
-
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
-
- Jul 02, 2014
-
-
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
-
- Jun 20, 2014
-
-
Marcus D. Hanwell authored
The CDash instance was moved to open.cdash.org some time ago, update out configuration to reflect its current location. Change-Id: Ic1a897339571bafebbabbecbeb1e73814d1acf6e
-
- Oct 01, 2012
-
-
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
-
Extract upstream KWSys using the following shell code. $ sha1=719638e233b560afb0d9a0afdcf23469dc1827fe && git archive --prefix=KWSys-snapshot/ $sha1 | tar x
-
- Apr 09, 2012
-
-
Marcus D. Hanwell authored
Change-Id: If8ae82e20adcc3c7329e1b3f82694ba1130ea392
-
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>
-
- Aug 17, 2010
-
-
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"
-
- Jul 13, 2009
-
-
Dave Partyka authored
ENH: correct nightly start time to match cdash's start time, this should fix the mysterious 1 day delayed nightly dashboards on RogueResearch, Dash14 and any others that run a VTK build between 9:00 & 10:00 PM.
-
- Oct 29, 2008
-
-
David Cole authored
-
- Oct 24, 2008
-
-
David Cole authored
-
- May 14, 2008
-
-
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.
-
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.
-
- Jul 07, 2006
-
-
Andy Cedilnik authored
-
- May 05, 2005
-
-
Andy Cedilnik authored
-