Alexander Bock
|
2b07cf8c05
|
Add check for correct indenting of copyright header
|
2017-03-01 21:19:27 -05:00 |
|
Alexander Bock
|
3274882ec2
|
Add checks for inline files in style checker
|
2017-03-01 21:17:12 -05:00 |
|
Alexander Bock
|
fbea8389c8
|
- Add check in style guide that prevents ‘using namespace’ in header files
- Remove using namespace ghoul::opengl from Globebrowsing and adjust
|
2017-03-01 21:02:33 -05:00 |
|
Alexander Bock
|
6199289e91
|
Code cleanup
|
2017-02-27 23:03:07 -05:00 |
|
Alexander Bock
|
2ebc803cb7
|
Reduce dependency of onscreengui module in libOpenspace
Add check to `check_style_guide` that reports wrong dependencies
|
2017-02-16 16:54:03 -05:00 |
|
Alexander Bock
|
8456087cf5
|
Add a style check that checks whether the correct GLM header is used
Adapted files to use the correct GLM headers
|
2017-02-14 13:12:59 -05:00 |
|
Alexander Bock
|
70020e3de7
|
- Add style check for correct use of components and subcomponents in
include guards
- Disallow use of lower case characters in include guards
- Fix wrong components and subcomponents
|
2017-02-10 14:46:51 -05:00 |
|
Alexander Bock
|
23ea86949f
|
Updated check_style_guide to test for include guards and copyright
notices
- Fix include guards
- Fix copyright header indentation
- Update copyright years
|
2017-02-09 23:55:39 -05:00 |
|
Alexander Bock
|
9e4cf8196d
|
Add script to check include guards
|
2017-02-09 18:23:33 -05:00 |
|
Alexander Bock
|
94e3e11188
|
Update copyright header to 2017
Update Ghoul repository
Remove libgdal link
|
2017-02-06 18:02:01 -05:00 |
|
Alexander Bock
|
0ad004bdc9
|
Add Python script to create new files
|
2016-12-18 23:28:11 +01:00 |
|
Alexander Bock
|
c390f6be30
|
Update copyright header
|
2016-12-14 21:36:28 +01:00 |
|
Alexander Bock
|
1d79fea969
|
Add potential for modules to be defines as shared libraries
|
2016-12-05 15:51:11 +01:00 |
|
Alexander Bock
|
c21bb3bb4d
|
Make SGCT work between Debug and Release without manual removal
|
2016-10-31 15:24:46 +01:00 |
|
Alexander Bock
|
6d9b12878b
|
Update Ghoul
|
2016-09-26 13:50:19 +02:00 |
|
Alexander Bock
|
568ebd51ff
|
Update SGCT, make use of new googletest submodule in Ghoul
|
2016-09-25 19:50:59 +02:00 |
|
Alexander Bock
|
329986c0c6
|
Merge branch 'develop' into feature/globebrowsing
Conflicts:
modules/base/scale/staticscale.cpp
modules/base/scale/staticscale.h
modules/globebrowsing/meshes/trianglesoup.h
modules/globebrowsing/tile/tiledataset.cpp
modules/newhorizons/shaders/renderableModelProjection_fs.glsl
src/interaction/interactionhandler.cpp
src/rendering/renderengine.cpp
src/scene/scenegraphnode.cpp
|
2016-09-20 15:52:01 +02:00 |
|
Alexander Bock
|
6891861058
|
Add server request script used for the DownloadManager
|
2016-09-07 16:32:19 +02:00 |
|
Erik Broberg
|
3554392934
|
Add optional params -size and -cols for run_multiple_nodes script
|
2016-09-03 23:33:00 -04:00 |
|
Erik Broberg
|
ea532b10c6
|
Add firmSync as an option to run_multiple_nodes.js
|
2016-09-03 23:16:11 -04:00 |
|
Erik Broberg
|
697afc4959
|
Generate OpenSpace windows located in a grid
|
2016-09-03 17:39:33 -04:00 |
|
Erik Broberg
|
46107cc23f
|
run_multiple_nodes generates and reads xml in same directory as itself
|
2016-09-01 15:54:21 -04:00 |
|
Erik Broberg
|
b9c76034ba
|
Move and improve node script for starting multiple instances of OpenSpace
|
2016-09-01 15:28:47 -04:00 |
|
Alexander Bock
|
460da3893e
|
Add ability to define external libraries which will cause DLLs to be copied to application directories automatically
Add gdal.dll as external library to the globebrowsing module
|
2016-08-26 23:47:08 +02:00 |
|
Erik Broberg
|
cd16e73f56
|
Add node helper script for generating mission file from spice kernels
|
2016-08-23 12:47:41 -04:00 |
|
Alexander Bock
|
1900abc70f
|
Enable Edit and Continue feature
|
2016-08-17 11:25:58 +02:00 |
|
Emil Axelsson
|
95ea64609f
|
link against zlibstatic built by ghoul
|
2016-08-15 13:36:04 +02:00 |
|
Alexander Bock
|
af672b6a4e
|
- Update Ghoul reference
- Remove not needed cmake files
- Make ConcurrentJobManager compile again
|
2016-08-11 11:12:15 +02:00 |
|
Alexander Bock
|
b72167a270
|
Add dependency calculation to the buildAllModuleCombination Jenkins script (closing #116)
|
2016-08-01 14:34:36 +02:00 |
|
Alexander Bock
|
5fb03eeb4a
|
CMake generator fix for when no modules are selected
|
2016-08-01 14:13:42 +02:00 |
|
Alexander Bock
|
c418536827
|
Add script to build OpenSpace with no modules enabled
|
2016-08-01 14:06:46 +02:00 |
|
Alexander Bock
|
393f39de2e
|
Let the module registration script return a lambda that will contain all modules, thus removing the static initialization order problem
|
2016-07-31 19:25:15 +02:00 |
|
Alexander Bock
|
0c3b2c55d9
|
Removing more CppCheck warnings
|
2016-07-28 20:31:53 +02:00 |
|
Alexander Bock
|
4068ec747b
|
Remove CppCheck warnings
|
2016-07-28 18:04:08 +02:00 |
|
Alexander Bock
|
8f325f5cd6
|
Update CppCheck suppressions file
|
2016-07-28 15:46:08 +02:00 |
|
Alexander Bock
|
07e8a059d1
|
Correctly output CMake messages about dependency only when they are needed
|
2016-07-27 20:46:56 +02:00 |
|
Alexander Bock
|
8dc2cdbbea
|
Correctly set SGCT default values
|
2016-07-20 16:24:00 +02:00 |
|
Alexander Bock
|
6a56e4c83c
|
Link GLFW library requirements
Update SGCT reference
|
2016-07-20 14:52:24 +02:00 |
|
Alexander Bock
|
65ddeba70c
|
Add SGCT as submodule
Fix compile errors in ParallelConnection using __WIN32__ macro instead of WIN32
|
2016-07-20 14:31:30 +02:00 |
|
Alexander Bock
|
eeb20d2cb7
|
Add Spice as a submodule
|
2016-07-19 15:03:23 +02:00 |
|
Alexander Bock
|
c4e9c88e91
|
Only display actually included modules in the CMake log (closing #122)
|
2016-07-18 12:02:29 +02:00 |
|
Alexander Bock
|
bfbf823959
|
Update default Qt version to 5.6
Fixed compilation issue on Mac
|
2016-04-30 10:24:49 +02:00 |
|
Alexander Bock
|
de8255f8ed
|
Updated convert_tabs script
|
2016-04-27 14:24:41 +02:00 |
|
Alexander Bock
|
248014b6c2
|
Add Python script that converts tabs into spaces
|
2016-04-18 20:06:48 +02:00 |
|
Alexander Bock
|
cf517f5309
|
Replacing CMake-based version setting with C++-based version
Adding function to OpenSpace that returns the license header
|
2016-04-14 10:27:59 -04:00 |
|
Alexander Bock
|
5181d812cd
|
Update Ghoul repository
|
2016-03-20 23:30:54 +01:00 |
|
Alexander Bock
|
66fdf4b6a4
|
Increasing required Visual Studio version to 2015
Moving external library handling from OpenSpace to Ghoul
|
2016-02-07 20:35:25 +01:00 |
|
Alexander Bock
|
86e6c21f96
|
- Make missing SGCT a non-fatal error in CMake
- Add screen sizes to the abuffer dictionary
- Use the new method for setting the screen size in the star rendering
|
2016-02-04 21:41:17 +01:00 |
|
Alexander Bock
|
85ce552cc8
|
Remove unused CMakeLists file
|
2016-01-18 18:39:19 +01:00 |
|
Alexander Bock
|
fc60692aeb
|
Remove hard-coded C++ version checking from CMake and replaced with CXX_STANDARD CMake property
|
2016-01-18 18:16:02 +01:00 |
|