Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
97ef5c95
Commit
97ef5c95
authored
Mar 27, 2013
by
Sebastian Eichelbaum
Browse files
[MERGE]
parents
7cc93444
e2380a2d
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
4 additions
and
26 deletions
+4
-26
src/core/common/WPropertyVariable.h
src/core/common/WPropertyVariable.h
+0
-2
src/core/common/WThreadedJobs.h
src/core/common/WThreadedJobs.h
+0
-2
src/core/common/math/WLine.h
src/core/common/math/WLine.h
+1
-3
src/core/common/math/WOSSIMHelper.h
src/core/common/math/WOSSIMHelper.h
+1
-1
src/core/common/math/WPolynomialEquationSolvers.h
src/core/common/math/WPolynomialEquationSolvers.h
+0
-1
src/core/common/math/WTensorSym.h
src/core/common/math/WTensorSym.h
+0
-1
src/core/dataHandler/WDataSetFibers.cpp
src/core/dataHandler/WDataSetFibers.cpp
+0
-3
src/core/dataHandler/WSubject.h
src/core/dataHandler/WSubject.h
+0
-1
src/core/gui/WGUI.h
src/core/gui/WGUI.h
+0
-3
src/core/kernel/WCrosshair.h
src/core/kernel/WCrosshair.h
+1
-1
src/core/kernel/WKernel.cpp
src/core/kernel/WKernel.cpp
+1
-0
src/core/kernel/WKernel.h
src/core/kernel/WKernel.h
+0
-1
src/core/kernel/WModuleFactory.h
src/core/kernel/WModuleFactory.h
+0
-1
src/core/kernel/WModuleLoader.cpp
src/core/kernel/WModuleLoader.cpp
+0
-2
src/core/kernel/WModuleLoader.h
src/core/kernel/WModuleLoader.h
+0
-1
src/core/kernel/WModuleOutputForwardData.h
src/core/kernel/WModuleOutputForwardData.h
+0
-3
No files found.
src/core/common/WPropertyVariable.h
View file @
97ef5c95
...
...
@@ -27,11 +27,9 @@
#include <stdint.h>
#include <iostream>
#include <list>
#include <set>
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/signals2.hpp>
...
...
src/core/common/WThreadedJobs.h
View file @
97ef5c95
...
...
@@ -25,14 +25,12 @@
#ifndef WTHREADEDJOBS_H
#define WTHREADEDJOBS_H
#include <iostream>
#include <string>
#include <boost/shared_ptr.hpp>
#include "WException.h"
#include "WFlag.h"
#include "WLogger.h"
/**
* \class WThreadedJobs
...
...
src/core/common/math/WLine.h
View file @
97ef5c95
...
...
@@ -25,14 +25,12 @@
#ifndef WLINE_H
#define WLINE_H
#include <algorithm>
#include <iostream>
#include <vector>
#include "../WBoundingBox.h"
#include "../WMixinVector.h"
#include "linearAlgebra/W
LinearAlgebra
.h"
#include "linearAlgebra/W
Position
.h"
// forward declarations
class
WLineTest
;
...
...
src/core/common/math/WOSSIMHelper.h
View file @
97ef5c95
...
...
@@ -27,7 +27,7 @@
#ifdef OW_USE_OSSIM
#include <algorithm>
#include <iostream>
//
#include <iostream>
#include <vector>
#include <matrix/newmat.h>
...
...
src/core/common/math/WPolynomialEquationSolvers.h
View file @
97ef5c95
...
...
@@ -26,7 +26,6 @@
#define WPOLYNOMIALEQUATIONSOLVERS_H
#include <complex>
#include <iostream>
#include <sstream>
#include <utility>
...
...
src/core/common/math/WTensorSym.h
View file @
97ef5c95
...
...
@@ -26,7 +26,6 @@
#define WTENSORSYM_H
#include <iostream>
#include <vector>
#include <boost/array.hpp>
...
...
src/core/dataHandler/WDataSetFibers.cpp
View file @
97ef5c95
...
...
@@ -23,13 +23,10 @@
//---------------------------------------------------------------------------
#include <algorithm>
#include <iostream>
#include <string>
#include <utility>
#include <vector>
#include <boost/filesystem/fstream.hpp>
#include "../common/datastructures/WFiber.h"
#include "../common/WBoundingBox.h"
#include "../common/WColor.h"
...
...
src/core/dataHandler/WSubject.h
View file @
97ef5c95
...
...
@@ -27,7 +27,6 @@
#include <string>
#include <vector>
#include <set>
#include <boost/shared_ptr.hpp>
#include "../common/WConditionSet.h"
...
...
src/core/gui/WGUI.h
View file @
97ef5c95
...
...
@@ -26,13 +26,10 @@
#define WGUI_H
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/signals2/signal.hpp>
#include "../common/WFlag.h"
#include "../kernel/WModule.h"
#include "../graphicsEngine/WGECamera.h"
#include "WCustomWidget.h"
...
...
src/core/kernel/WCrosshair.h
View file @
97ef5c95
...
...
@@ -26,7 +26,7 @@
#define WCROSSHAIR_H
#include <boost/shared_ptr.hpp>
#include "../common/math/linearAlgebra/W
LinearAlgebra
.h"
#include "../common/math/linearAlgebra/W
Position
.h"
...
...
src/core/kernel/WKernel.cpp
View file @
97ef5c95
...
...
@@ -33,6 +33,7 @@
#include <string>
#include <vector>
#include "../common/WLogger.h"
#include "../common/WThreadedRunner.h"
#include "../common/WTimer.h"
#include "../common/WRealtimeTimer.h"
...
...
src/core/kernel/WKernel.h
View file @
97ef5c95
...
...
@@ -31,7 +31,6 @@
#include <boost/shared_ptr.hpp>
#include "../common/WTimer.h"
#include "../common/WLogger.h"
#include "../scripting/WScriptEngine.h"
#include "../graphicsEngine/WGraphicsEngine.h"
...
...
src/core/kernel/WModuleFactory.h
View file @
97ef5c95
...
...
@@ -31,7 +31,6 @@
#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/thread.hpp>
#include "../common/WSharedAssociativeContainer.h"
#include "WModuleCombinerTypes.h"
...
...
src/core/kernel/WModuleLoader.cpp
View file @
97ef5c95
...
...
@@ -32,8 +32,6 @@
#include "../common/WPathHelper.h"
#include "../common/WSharedLib.h"
#include "WKernel.h"
#include "WModuleLoader.h"
WModuleLoader
::
WModuleLoader
(
)
...
...
src/core/kernel/WModuleLoader.h
View file @
97ef5c95
...
...
@@ -32,7 +32,6 @@
#include <boost/filesystem.hpp>
#include <boost/shared_ptr.hpp>
#include "../common/WLogger.h"
#include "../common/WSharedAssociativeContainer.h"
#include "../common/WSharedLib.h"
...
...
src/core/kernel/WModuleOutputForwardData.h
View file @
97ef5c95
...
...
@@ -25,13 +25,10 @@
#ifndef WMODULEOUTPUTFORWARDDATA_H
#define WMODULEOUTPUTFORWARDDATA_H
#include <iostream>
#include <string>
#include <boost/shared_ptr.hpp>
#include "../common/WLogger.h"
#include "WModuleInputData.h"
#include "WModuleOutputData.h"
...
...
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