Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CAMP
campvis-public
Commits
760e01f1
Commit
760e01f1
authored
Oct 23, 2014
by
Christian Schulte zu Berge
Browse files
renamed directory /ext/tgt to /ext/cgt
refs #386
parent
f612b0dd
Changes
310
Show whitespace changes
Inline
Side-by-side
core/tools/concurrenthistogram.h
View file @
760e01f1
...
@@ -26,9 +26,9 @@
...
@@ -26,9 +26,9 @@
#define CONCURRENTHISTOGRAM_H__
#define CONCURRENTHISTOGRAM_H__
#include "
t
gt/assert.h"
#include "
c
gt/assert.h"
#include "
t
gt/logmanager.h"
#include "
c
gt/logmanager.h"
#include "
t
gt/tgt_math.h"
#include "
c
gt/tgt_math.h"
#include <tbb/atomic.h>
#include <tbb/atomic.h>
namespace
campvis
{
namespace
campvis
{
...
...
core/tools/endianhelper.h
View file @
760e01f1
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
#ifndef endianhelper_h__
#ifndef endianhelper_h__
#define endianhelper_h__
#define endianhelper_h__
#include "
t
gt/logmanager.h"
#include "
c
gt/logmanager.h"
#include "
t
gt/types.h"
#include "
c
gt/types.h"
#include "core/coreapi.h"
#include "core/coreapi.h"
...
...
core/tools/glreduction.cpp
View file @
760e01f1
...
@@ -24,11 +24,11 @@
...
@@ -24,11 +24,11 @@
#include "glreduction.h"
#include "glreduction.h"
#include "
t
gt/logmanager.h"
#include "
c
gt/logmanager.h"
#include "
t
gt/framebufferobject.h"
#include "
c
gt/framebufferobject.h"
#include "
t
gt/shadermanager.h"
#include "
c
gt/shadermanager.h"
#include "
t
gt/texture.h"
#include "
c
gt/texture.h"
#include "
t
gt/textureunit.h"
#include "
c
gt/textureunit.h"
#include "core/datastructures/facegeometry.h"
#include "core/datastructures/facegeometry.h"
#include "core/datastructures/imagedata.h"
#include "core/datastructures/imagedata.h"
...
...
core/tools/glreduction.h
View file @
760e01f1
...
@@ -25,9 +25,9 @@
...
@@ -25,9 +25,9 @@
#ifndef GLREDUCTION_H__
#ifndef GLREDUCTION_H__
#define GLREDUCTION_H__
#define GLREDUCTION_H__
#include "
t
gt/exception.h"
#include "
c
gt/exception.h"
#include "
t
gt/tgt_gl.h"
#include "
c
gt/tgt_gl.h"
#include "
t
gt/vector.h"
#include "
c
gt/vector.h"
#include "core/coreapi.h"
#include "core/coreapi.h"
...
...
core/tools/interval.h
View file @
760e01f1
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
#ifndef INTERVAL_H__
#ifndef INTERVAL_H__
#define INTERVAL_H__
#define INTERVAL_H__
#include "
t
gt/tgt_math.h"
#include "
c
gt/tgt_math.h"
#include "
t
gt/vector.h"
#include "
c
gt/vector.h"
#include <limits>
#include <limits>
namespace
campvis
{
namespace
campvis
{
...
...
core/tools/quadrenderer.h
View file @
760e01f1
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
#ifndef QUADRENDERER_H__
#ifndef QUADRENDERER_H__
#define QUADRENDERER_H__
#define QUADRENDERER_H__
#include "
t
gt/singleton.h"
#include "
c
gt/singleton.h"
#include "
t
gt/tgt_gl.h"
#include "
c
gt/tgt_gl.h"
#include "core/coreapi.h"
#include "core/coreapi.h"
...
...
core/tools/simplejobprocessor.cpp
View file @
760e01f1
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include "simplejobprocessor.h"
#include "simplejobprocessor.h"
#include "
t
gt/assert.h"
#include "
c
gt/assert.h"
namespace
campvis
{
namespace
campvis
{
...
...
core/tools/simplejobprocessor.h
View file @
760e01f1
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
#ifndef SIMPLEJOBPROCESSOR_H__
#ifndef SIMPLEJOBPROCESSOR_H__
#define SIMPLEJOBPROCESSOR_H__
#define SIMPLEJOBPROCESSOR_H__
#include "
t
gt/singleton.h"
#include "
c
gt/singleton.h"
#include <tbb/task_group.h>
#include <tbb/task_group.h>
#include "core/coreapi.h"
#include "core/coreapi.h"
...
...
core/tools/stringutils.h
View file @
760e01f1
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
#ifndef STRINGUTILS_H__
#ifndef STRINGUTILS_H__
#define STRINGUTILS_H__
#define STRINGUTILS_H__
#include "
t
gt/exception.h"
#include "
c
gt/exception.h"
#include <iomanip>
#include <iomanip>
#include <sstream>
#include <sstream>
#include <string>
#include <string>
...
...
core/tools/teapot.h
View file @
760e01f1
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
#ifndef TEAPOT_H
#ifndef TEAPOT_H
#define TEAPOT_H
#define TEAPOT_H
#include "
t
gt/types.h"
#include "
c
gt/types.h"
namespace
Teapot
{
namespace
Teapot
{
...
...
core/tools/textfileparser.h
View file @
760e01f1
...
@@ -25,9 +25,9 @@
...
@@ -25,9 +25,9 @@
#ifndef TEXTFILEPARSER_H__
#ifndef TEXTFILEPARSER_H__
#define TEXTFILEPARSER_H__
#define TEXTFILEPARSER_H__
#include "
t
gt/exception.h"
#include "
c
gt/exception.h"
#include "
t
gt/filesystem.h"
#include "
c
gt/filesystem.h"
#include "
t
gt/vector.h"
#include "
c
gt/vector.h"
#include "core/coreapi.h"
#include "core/coreapi.h"
#include "core/tools/stringutils.h"
#include "core/tools/stringutils.h"
...
...
core/tools/typetraits.h
View file @
760e01f1
...
@@ -25,10 +25,10 @@
...
@@ -25,10 +25,10 @@
#ifndef TYPETRAITS_H__
#ifndef TYPETRAITS_H__
#define TYPETRAITS_H__
#define TYPETRAITS_H__
#include "
t
gt/tgt_gl.h"
#include "
c
gt/tgt_gl.h"
#include "
t
gt/tgt_math.h"
#include "
c
gt/tgt_math.h"
#include "
t
gt/matrix.h"
#include "
c
gt/matrix.h"
#include "
t
gt/vector.h"
#include "
c
gt/vector.h"
#include "core/datastructures/tensor.h"
#include "core/datastructures/tensor.h"
#include "core/tools/weaklytypedpointer.h"
#include "core/tools/weaklytypedpointer.h"
#include <limits>
#include <limits>
...
...
core/tools/volumebricking.cpp
View file @
760e01f1
...
@@ -24,10 +24,10 @@
...
@@ -24,10 +24,10 @@
#include "volumebricking.h"
#include "volumebricking.h"
#include "
t
gt/assert.h"
#include "
c
gt/assert.h"
#include "
t
gt/glmath.h"
#include "
c
gt/glmath.h"
#include "
t
gt/texture.h"
#include "
c
gt/texture.h"
#include "
t
gt/textureunit.h"
#include "
c
gt/textureunit.h"
#include "core/datastructures/genericimagerepresentationlocal.h"
#include "core/datastructures/genericimagerepresentationlocal.h"
...
...
core/tools/volumebricking.h
View file @
760e01f1
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
#ifndef VOLUMEBRICKING_H__
#ifndef VOLUMEBRICKING_H__
#define VOLUMEBRICKING_H__
#define VOLUMEBRICKING_H__
#include "
t
gt/vector.h"
#include "
c
gt/vector.h"
#include "core/coreapi.h"
#include "core/coreapi.h"
#include "core/datastructures/imagedata.h"
#include "core/datastructures/imagedata.h"
...
...
core/tools/weaklytypedpointer.h
View file @
760e01f1
...
@@ -25,11 +25,11 @@
...
@@ -25,11 +25,11 @@
#ifndef WEAKLYTYPEDPOINTER_H__
#ifndef WEAKLYTYPEDPOINTER_H__
#define WEAKLYTYPEDPOINTER_H__
#define WEAKLYTYPEDPOINTER_H__
#include "
t
gt/assert.h"
#include "
c
gt/assert.h"
#include "
t
gt/logmanager.h"
#include "
c
gt/logmanager.h"
#include "
t
gt/texture.h"
#include "
c
gt/texture.h"
#include "
t
gt/tgt_gl.h"
#include "
c
gt/tgt_gl.h"
#include "
t
gt/types.h"
#include "
c
gt/types.h"
#ifdef CAMPVIS_HAS_MODULE_DEVIL
#ifdef CAMPVIS_HAS_MODULE_DEVIL
#include <IL/il.h>
#include <IL/il.h>
...
...
ext/
t
gt/CMakeLists.txt
→
ext/
c
gt/CMakeLists.txt
View file @
760e01f1
File moved
ext/
t
gt/assert.cpp
→
ext/
c
gt/assert.cpp
View file @
760e01f1
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
* *
* *
**********************************************************************/
**********************************************************************/
#include "
t
gt/assert.h"
#include "
c
gt/assert.h"
#include <sstream>
#include <sstream>
#include <iostream>
#include <iostream>
...
...
ext/
t
gt/assert.h
→
ext/
c
gt/assert.h
View file @
760e01f1
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
#ifndef TGT_ASSERT_H
#ifndef TGT_ASSERT_H
#define TGT_ASSERT_H
#define TGT_ASSERT_H
#include "
t
gt/types.h"
#include "
c
gt/types.h"
#ifdef TGT_DEBUG
#ifdef TGT_DEBUG
...
...
ext/
t
gt/bindings/tgt.i
→
ext/
c
gt/bindings/tgt.i
View file @
760e01f1
File moved
ext/
t
gt/bounds.cpp
→
ext/
c
gt/bounds.cpp
View file @
760e01f1
...
@@ -22,11 +22,11 @@
...
@@ -22,11 +22,11 @@
* *
* *
**********************************************************************/
**********************************************************************/
#include "
t
gt/bounds.h"
#include "
c
gt/bounds.h"
#include <algorithm>
#include <algorithm>
#include "
t
gt/assert.h"
#include "
c
gt/assert.h"
namespace
tgt
{
namespace
tgt
{
...
...
Prev
1
2
3
4
5
6
7
8
9
10
…
16
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment