Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sudhanshu Sane
VTK-m
Commits
fbcea82e
Commit
fbcea82e
authored
Apr 15, 2019
by
Nickolas Davis
🥑
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conslidate the license statement
parent
fd59fd1d
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Showing
75 changed files
with
97 additions
and
884 deletions
+97
-884
CMake/FindOpenGL.cmake
CMake/FindOpenGL.cmake
+2
-14
CMake/FindOpenMP.cmake
CMake/FindOpenMP.cmake
+2
-14
CMake/FindPyexpander.cmake
CMake/FindPyexpander.cmake
+2
-13
CMake/VTKmBuildDocumentation.cmake
CMake/VTKmBuildDocumentation.cmake
+1
-11
CMake/VTKmBuildType.cmake
CMake/VTKmBuildType.cmake
+1
-11
CMake/VTKmCPUVectorization.cmake
CMake/VTKmCPUVectorization.cmake
+2
-14
CMake/VTKmCheckCopyright.cmake
CMake/VTKmCheckCopyright.cmake
+1
-11
CMake/VTKmCompilerDynamicAnalysisFlags.cmake
CMake/VTKmCompilerDynamicAnalysisFlags.cmake
+1
-11
CMake/VTKmCompilerFlags.cmake
CMake/VTKmCompilerFlags.cmake
+1
-11
CMake/VTKmConfig.cmake.in
CMake/VTKmConfig.cmake.in
+1
-11
CMake/VTKmCopyrightStatement.txt
CMake/VTKmCopyrightStatement.txt
+0
-10
CMake/VTKmDetectCUDAVersion.cu
CMake/VTKmDetectCUDAVersion.cu
+2
-14
CMake/VTKmDetermineVersion.cmake
CMake/VTKmDetermineVersion.cmake
+1
-11
CMake/VTKmDeviceAdapters.cmake
CMake/VTKmDeviceAdapters.cmake
+1
-11
CMake/VTKmExportHeaderTemplate.h.in
CMake/VTKmExportHeaderTemplate.h.in
+2
-14
CMake/VTKmRenderingContexts.cmake
CMake/VTKmRenderingContexts.cmake
+1
-11
CMake/VTKmWrappers.cmake
CMake/VTKmWrappers.cmake
+1
-11
CMake/doxyfile.in
CMake/doxyfile.in
+1
-11
CMake/testing/VTKmCheckPyexpander.cmake
CMake/testing/VTKmCheckPyexpander.cmake
+1
-11
CMake/testing/VTKmCheckSourceInInstall.cmake
CMake/testing/VTKmCheckSourceInInstall.cmake
+1
-11
CMake/testing/VTKmSystemInformation.cmake
CMake/testing/VTKmSystemInformation.cmake
+1
-11
CMake/testing/VTKmTestInstall.cmake
CMake/testing/VTKmTestInstall.cmake
+1
-11
CMakeLists.txt
CMakeLists.txt
+1
-11
CTestConfig.cmake
CTestConfig.cmake
+1
-11
CTestCustom.cmake.in
CTestCustom.cmake.in
+1
-11
benchmarking/BenchmarkArrayTransfer.cxx
benchmarking/BenchmarkArrayTransfer.cxx
+1
-11
benchmarking/BenchmarkAtomicArray.cxx
benchmarking/BenchmarkAtomicArray.cxx
+1
-11
benchmarking/BenchmarkCopySpeeds.cxx
benchmarking/BenchmarkCopySpeeds.cxx
+2
-12
benchmarking/BenchmarkDeviceAdapter.cxx
benchmarking/BenchmarkDeviceAdapter.cxx
+1
-11
benchmarking/BenchmarkFieldAlgorithms.cxx
benchmarking/BenchmarkFieldAlgorithms.cxx
+1
-11
benchmarking/BenchmarkFilters.cxx
benchmarking/BenchmarkFilters.cxx
+1
-11
benchmarking/BenchmarkRayTracing.cxx
benchmarking/BenchmarkRayTracing.cxx
+1
-11
benchmarking/BenchmarkTopologyAlgorithms.cxx
benchmarking/BenchmarkTopologyAlgorithms.cxx
+1
-11
benchmarking/Benchmarker.h
benchmarking/Benchmarker.h
+1
-11
benchmarking/CMakeLists.txt
benchmarking/CMakeLists.txt
+1
-11
docs/CodingConventions.md
docs/CodingConventions.md
+2
-11
examples/CMakeLists.txt
examples/CMakeLists.txt
+3
-14
examples/clipping/CMakeLists.txt
examples/clipping/CMakeLists.txt
+2
-14
examples/clipping/Clipping.cxx
examples/clipping/Clipping.cxx
+1
-11
examples/contour_tree/CMakeLists.txt
examples/contour_tree/CMakeLists.txt
+2
-14
examples/contour_tree/ContourTreeMesh2D.cxx
examples/contour_tree/ContourTreeMesh2D.cxx
+1
-11
examples/contour_tree/ContourTreeMesh3D.cxx
examples/contour_tree/ContourTreeMesh3D.cxx
+1
-11
examples/contour_tree_augmented/CMakeLists.txt
examples/contour_tree_augmented/CMakeLists.txt
+2
-14
examples/contour_tree_augmented/ContourTreeApp.cxx
examples/contour_tree_augmented/ContourTreeApp.cxx
+1
-11
examples/cosmotools/CMakeLists.txt
examples/cosmotools/CMakeLists.txt
+2
-14
examples/cosmotools/CosmoCenterFinder.cxx
examples/cosmotools/CosmoCenterFinder.cxx
+1
-11
examples/cosmotools/CosmoHaloFinder.cxx
examples/cosmotools/CosmoHaloFinder.cxx
+1
-11
examples/demo/CMakeLists.txt
examples/demo/CMakeLists.txt
+2
-14
examples/demo/Demo.cxx
examples/demo/Demo.cxx
+1
-11
examples/game_of_life/CMakeLists.txt
examples/game_of_life/CMakeLists.txt
+2
-14
examples/game_of_life/GameOfLife.cxx
examples/game_of_life/GameOfLife.cxx
+1
-11
examples/game_of_life/LoadShaders.h
examples/game_of_life/LoadShaders.h
+1
-11
examples/hello_world/CMakeLists.txt
examples/hello_world/CMakeLists.txt
+2
-14
examples/hello_world/HelloWorld.cxx
examples/hello_world/HelloWorld.cxx
+1
-11
examples/hello_world/LoadShaders.h
examples/hello_world/LoadShaders.h
+1
-11
examples/histogram/CMakeLists.txt
examples/histogram/CMakeLists.txt
+2
-14
examples/histogram/Histogram.cxx
examples/histogram/Histogram.cxx
+1
-11
examples/histogram/HistogramMPI.h
examples/histogram/HistogramMPI.h
+1
-11
examples/histogram/HistogramMPI.hxx
examples/histogram/HistogramMPI.hxx
+1
-11
examples/isosurface/CMakeLists.txt
examples/isosurface/CMakeLists.txt
+2
-14
examples/isosurface/IsosurfaceUniformGrid.cxx
examples/isosurface/IsosurfaceUniformGrid.cxx
+1
-11
examples/isosurface/quaternion.h
examples/isosurface/quaternion.h
+2
-14
examples/lagrangian/ABCfield.h
examples/lagrangian/ABCfield.h
+1
-11
examples/lagrangian/CMakeLists.txt
examples/lagrangian/CMakeLists.txt
+2
-14
examples/lagrangian/lagrangian.cxx
examples/lagrangian/lagrangian.cxx
+1
-11
examples/multi_backend/CMakeLists.txt
examples/multi_backend/CMakeLists.txt
+2
-14
examples/multi_backend/IOGenerator.cxx
examples/multi_backend/IOGenerator.cxx
+1
-11
examples/multi_backend/IOGenerator.h
examples/multi_backend/IOGenerator.h
+1
-11
examples/multi_backend/MultiBackend.cxx
examples/multi_backend/MultiBackend.cxx
+1
-11
examples/multi_backend/MultiDeviceGradient.cxx
examples/multi_backend/MultiDeviceGradient.cxx
+1
-11
examples/multi_backend/MultiDeviceGradient.h
examples/multi_backend/MultiDeviceGradient.h
+1
-11
examples/multi_backend/MultiDeviceGradient.hxx
examples/multi_backend/MultiDeviceGradient.hxx
+1
-11
examples/multi_backend/TaskQueue.h
examples/multi_backend/TaskQueue.h
+1
-11
examples/oscillator/CMakeLists.txt
examples/oscillator/CMakeLists.txt
+2
-14
examples/oscillator/Oscillator.cxx
examples/oscillator/Oscillator.cxx
+1
-11
No files found.
Too many changes to show.
To preserve performance only
1000 of 1000+
files are displayed.
Plain diff
Email patch
CMake/FindOpenGL.cmake
View file @
fbcea82e
##=============================================================================
##
##============================================================================
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
...
...
@@ -7,18 +6,7 @@
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2017 UT-Battelle, LLC.
## Copyright 2017 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##
##=============================================================================
##============================================================================
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
...
...
CMake/FindOpenMP.cmake
View file @
fbcea82e
##=============================================================================
##
##============================================================================
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
...
...
@@ -7,18 +6,7 @@
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2018 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2018 UT-Battelle, LLC.
## Copyright 2018 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##
##=============================================================================
##============================================================================
#.rst:
# FindOpenMP
...
...
CMake/FindPyexpander.cmake
View file @
fbcea82e
...
...
@@ -2,22 +2,12 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
#
# - Finds the pyexpander macro tool.
# Use this module by invoking find_package.
#
...
...
@@ -32,7 +22,6 @@
# script directly. Thus, it could be safer to execute the Python interpreter
# with PYEXPANDER_COMMAND as an argument. See FindPythonInterp.cmake for help
# in finding the Python interpreter.
#
find_program
(
PYEXPANDER_COMMAND NAMES expander.py expander3.py
)
...
...
CMake/VTKmBuildDocumentation.cmake
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
#-----------------------------------------------------------------------------
...
...
CMake/VTKmBuildType.cmake
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
# Set a default build type if none was specified
...
...
CMake/VTKmCPUVectorization.cmake
View file @
fbcea82e
##=============================================================================
##
##============================================================================
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
...
...
@@ -7,18 +6,7 @@
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2017 UT-Battelle, LLC.
## Copyright 2017 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##
##=============================================================================
##============================================================================
#Currently all we are going to build is a set of options that are possible
#based on the compiler. For now we are going on the presumption
...
...
CMake/VTKmCheckCopyright.cmake
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
## This CMake script checks source files for the appropriate VTKM copyright
...
...
CMake/VTKmCompilerDynamicAnalysisFlags.cmake
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
#-----------------------------------------------------------------------------
...
...
CMake/VTKmCompilerFlags.cmake
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
if
(
CMAKE_CXX_COMPILER_ID STREQUAL
"GNU"
)
...
...
CMake/VTKmConfig.cmake.in
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
# When this file is run by CMake through the find_package command, the
...
...
CMake/VTKmCopyrightStatement.txt
View file @
fbcea82e
...
...
@@ -5,13 +5,3 @@ See LICENSE.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notice for more information.
Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
Copyright 2014 UT-Battelle, LLC.
Copyright 2014 Los Alamos National Security.
Under the terms of Contract DE-NA0003525 with NTESS,
the U.S. Government retains certain rights in this software.
Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
Laboratory (LANL), the U.S. Government retains certain rights in
this software.
CMake/VTKmDetectCUDAVersion.cu
View file @
fbcea82e
//=============================================================================
//
//============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
...
...
@@ -7,18 +6,7 @@
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE. See the above copyright notice for more information.
//
// Copyright 2015 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
// Copyright 2015 UT-Battelle, LLC.
// Copyright 2015 Los Alamos National Security.
//
// Under the terms of Contract DE-NA0003525 with NTESS,
// the U.S. Government retains certain rights in this software.
// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
// Laboratory (LANL), the U.S. Government retains certain rights in
// this software.
//
//=============================================================================
//============================================================================
#include <cstdio>
#include <cuda.h>
#include <cuda_runtime.h>
...
...
CMake/VTKmDetermineVersion.cmake
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2017 UT-Battelle, LLC.
## Copyright 2017 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
# Used to determine the version for VTK-m source using "git describe", if git
...
...
CMake/VTKmDeviceAdapters.cmake
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
#
...
...
CMake/VTKmExportHeaderTemplate.h.in
View file @
fbcea82e
//=============================================================================
//
//============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
...
...
@@ -7,18 +6,7 @@
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE. See the above copyright notice for more information.
//
// Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
// Copyright 2016 UT-Battelle, LLC.
// Copyright 2016 Los Alamos National Security.
//
// Under the terms of Contract DE-NA0003525 with NTESS,
// the U.S. Government retains certain rights in this software.
// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
// Laboratory (LANL), the U.S. Government retains certain rights in
// this software.
//
//=============================================================================
//============================================================================
#ifndef @EXPORT_MACRO_NAME@_EXPORT_H
#define @EXPORT_MACRO_NAME@_EXPORT_H
...
...
CMake/VTKmRenderingContexts.cmake
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
#-----------------------------------------------------------------------------
...
...
CMake/VTKmWrappers.cmake
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
include
(
CMakeParseArguments
)
...
...
CMake/doxyfile.in
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
PROJECT_NAME = "VTK-m"
...
...
CMake/testing/VTKmCheckPyexpander.cmake
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
# This script, which is run as part of a target, uses pyexpander to do
...
...
CMake/testing/VTKmCheckSourceInInstall.cmake
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2016 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2016 UT-Battelle, LLC.
## Copyright 2016 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
## This CMake script checks to make sure that each source file explicitly
...
...
CMake/testing/VTKmSystemInformation.cmake
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
# This script is used to create the SystemInformation test. The test always
...
...
CMake/testing/VTKmTestInstall.cmake
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
# -----------------------------------------------------------------------------
...
...
CMakeLists.txt
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
# If you want CUDA support, you will need to have CMake 3.9 on Linux/OSX.
...
...
CTestConfig.cmake
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
## This file should be placed in the root directory of your project.
...
...
CTestCustom.cmake.in
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
...
...
benchmarking/BenchmarkArrayTransfer.cxx
View file @
fbcea82e
...
...
@@ -2,20 +2,10 @@
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
//
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE. See the above copyright notice for more information.
//
// Copyright 2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
// Copyright 2017 UT-Battelle, LLC.
// Copyright 2017 Los Alamos National Security.
//
// Under the terms of Contract DE-NA0003525 with NTESS,
// the U.S. Government retains certain rights in this software.
//
// Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
// Laboratory (LANL), the U.S. Government retains certain rights in
// this software.