diff --git a/code-build/CMakeCache.txt b/code-build/CMakeCache.txt
deleted file mode 100644
index edf18a3..0000000
--- a/code-build/CMakeCache.txt
+++ /dev/null
@@ -1,318 +0,0 @@
-# This is the CMakeCache file.
-# For build in directory: /home/toni/Documents/programme/localization/Fusion2016/code-build
-# It was generated by CMake: /usr/bin/cmake
-# You can edit this file to change values found and used by cmake.
-# If you do not want to change any of the values, simply exit the editor.
-# If you do want to change a value, simply edit, save, and exit the editor.
-# The syntax for the file is as follows:
-# KEY:TYPE=VALUE
-# KEY is the name of a variable in the cache.
-# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
-# VALUE is the current value for the KEY.
-
-########################
-# EXTERNAL cache entries
-########################
-
-//Path to a program.
-CMAKE_AR:FILEPATH=/usr/bin/ar
-
-//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
-// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
-CMAKE_BUILD_TYPE:STRING=
-
-//The CodeBlocks executable
-CMAKE_CODEBLOCKS_EXECUTABLE:FILEPATH=CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND
-
-//Enable/Disable color output during build.
-CMAKE_COLOR_MAKEFILE:BOOL=ON
-
-//CXX compiler.
-CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
-
-//Flags used by the compiler during all build types.
-CMAKE_CXX_FLAGS:STRING=
-
-//Flags used by the compiler during debug builds.
-CMAKE_CXX_FLAGS_DEBUG:STRING=-g
-
-//Flags used by the compiler during release builds for minimum
-// size.
-CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
-
-//Flags used by the compiler during release builds.
-CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
-
-//Flags used by the compiler during release builds with debug info.
-CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
-
-//C compiler.
-CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
-
-//Flags used by the compiler during all build types.
-CMAKE_C_FLAGS:STRING=
-
-//Flags used by the compiler during debug builds.
-CMAKE_C_FLAGS_DEBUG:STRING=-g
-
-//Flags used by the compiler during release builds for minimum
-// size.
-CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
-
-//Flags used by the compiler during release builds.
-CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
-
-//Flags used by the compiler during release builds with debug info.
-CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
-
-//Flags used by the linker.
-CMAKE_EXE_LINKER_FLAGS:STRING=' '
-
-//Flags used by the linker during debug builds.
-CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
-
-//Flags used by the linker during release minsize builds.
-CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
-
-//Flags used by the linker during release builds.
-CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
-
-//Flags used by the linker during Release with Debug Info builds.
-CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
-
-//Enable/Disable output of compile commands during generation.
-CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
-
-//Install path prefix, prepended onto install directories.
-CMAKE_INSTALL_PREFIX:PATH=/usr/local
-
-//Path to a program.
-CMAKE_LINKER:FILEPATH=/usr/bin/ld
-
-//Path to a program.
-CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
-
-//Flags used by the linker during the creation of modules.
-CMAKE_MODULE_LINKER_FLAGS:STRING=' '
-
-//Flags used by the linker during debug builds.
-CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
-
-//Flags used by the linker during release minsize builds.
-CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
-
-//Flags used by the linker during release builds.
-CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
-
-//Flags used by the linker during Release with Debug Info builds.
-CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
-
-//Path to a program.
-CMAKE_NM:FILEPATH=/usr/bin/nm
-
-//Path to a program.
-CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
-
-//Path to a program.
-CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
-
-//Value Computed by CMake
-CMAKE_PROJECT_NAME:STATIC=Fusion2016
-
-//Path to a program.
-CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
-
-//Flags used by the linker during the creation of dll's.
-CMAKE_SHARED_LINKER_FLAGS:STRING=' '
-
-//Flags used by the linker during debug builds.
-CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
-
-//Flags used by the linker during release minsize builds.
-CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
-
-//Flags used by the linker during release builds.
-CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
-
-//Flags used by the linker during Release with Debug Info builds.
-CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
-
-//If set, runtime paths are not added when installing shared libraries,
-// but are added when building.
-CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
-
-//If set, runtime paths are not added when using shared libraries.
-CMAKE_SKIP_RPATH:BOOL=NO
-
-//Flags used by the linker during the creation of static libraries.
-CMAKE_STATIC_LINKER_FLAGS:STRING=
-
-//Flags used by the linker during debug builds.
-CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
-
-//Flags used by the linker during release minsize builds.
-CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
-
-//Flags used by the linker during release builds.
-CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
-
-//Flags used by the linker during Release with Debug Info builds.
-CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
-
-//Path to a program.
-CMAKE_STRIP:FILEPATH=/usr/bin/strip
-
-//If true, cmake will use relative paths in makefiles and projects.
-CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
-
-//If this value is on, makefiles will be generated without the
-// .SILENT directive, and all commands will be echoed to the console
-// during the make. This is useful for debugging only. With Visual
-// Studio IDE projects all commands are done without /nologo.
-CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
-
-//Value Computed by CMake
-Fusion2016_BINARY_DIR:STATIC=/home/toni/Documents/programme/localization/Fusion2016/code-build
-
-//Value Computed by CMake
-Fusion2016_SOURCE_DIR:STATIC=/home/toni/Documents/programme/localization/Fusion2016/code
-
-
-########################
-# INTERNAL cache entries
-########################
-
-//ADVANCED property for variable: CMAKE_AR
-CMAKE_AR-ADVANCED:INTERNAL=1
-//This is the directory where this CMakeCache.txt was created
-CMAKE_CACHEFILE_DIR:INTERNAL=/home/toni/Documents/programme/localization/Fusion2016/code-build
-//Major version of cmake used to create the current loaded cache
-CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
-//Minor version of cmake used to create the current loaded cache
-CMAKE_CACHE_MINOR_VERSION:INTERNAL=0
-//Patch version of cmake used to create the current loaded cache
-CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
-//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
-CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
-//Path to CMake executable.
-CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
-//Path to cpack program executable.
-CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
-//Path to ctest program executable.
-CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
-//ADVANCED property for variable: CMAKE_CXX_COMPILER
-CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS
-CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
-CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
-CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
-CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
-CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_C_COMPILER
-CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_C_FLAGS
-CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
-CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
-CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
-CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
-CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//Executable file format
-CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
-CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
-CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
-CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
-CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
-CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
-CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
-//Name of external makefile project generator.
-CMAKE_EXTRA_GENERATOR:INTERNAL=CodeBlocks
-//CXX compiler system defined macros
-CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS:INTERNAL=__STDC__;1;__STDC_HOSTED__;1;__GNUC__;4;__GNUC_MINOR__;9;__GNUC_PATCHLEVEL__;2;__VERSION__;"4.9.2 20150212 (Red Hat 4.9.2-6)";__GNUC_RH_RELEASE__;6;__ATOMIC_RELAXED; ;__ATOMIC_SEQ_CST;5;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_CONSUME;1;__FINITE_MATH_ONLY__; ;_LP64;1;__LP64__;1;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_SIZE_T__;8;__CHAR_BIT__;8;__BIGGEST_ALIGNMENT__;16;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__FLOAT_WORD_ORDER__;__ORDER_LITTLE_ENDIAN__;__SIZEOF_POINTER__;8;__SIZE_TYPE__;long unsigned int;__PTRDIFF_TYPE__;long int;__WCHAR_TYPE__;int;__WINT_TYPE__;unsigned int;__INTMAX_TYPE__;long int;__UINTMAX_TYPE__;long unsigned int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned int;__SIG_ATOMIC_TYPE__;int;__INT8_TYPE__;signed char;__INT16_TYPE__;short int;__INT32_TYPE__;int;__INT64_TYPE__;long int;__UINT8_TYPE__;unsigned char;__UINT16_TYPE__;short unsigned int;__UINT32_TYPE__;unsigned int;__UINT64_TYPE__;long unsigned int;__INT_LEAST8_TYPE__;signed char;__INT_LEAST16_TYPE__;short int;__INT_LEAST32_TYPE__;int;__INT_LEAST64_TYPE__;long int;__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST16_TYPE__;short unsigned int;__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST64_TYPE__;long unsigned int;__INT_FAST8_TYPE__;signed char;__INT_FAST16_TYPE__;long int;__INT_FAST32_TYPE__;long int;__INT_FAST64_TYPE__;long int;__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST16_TYPE__;long unsigned int;__UINT_FAST32_TYPE__;long unsigned int;__UINT_FAST64_TYPE__;long unsigned int;__INTPTR_TYPE__;long int;__UINTPTR_TYPE__;long unsigned int;__has_include(STR);__has_include__(STR);__has_include_next(STR);__has_include_next__(STR);__GXX_ABI_VERSION;1002;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WCHAR_MIN__;(-__WCHAR_MAX__ - 1);__WINT_MAX__;4294967295U;__WINT_MIN__;0U;__PTRDIFF_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__INTMAX_MAX__;9223372036854775807L;__INTMAX_C(c);c ## L;__UINTMAX_MAX__;18446744073709551615UL;__UINTMAX_C(c);c ## UL;__SIG_ATOMIC_MAX__;2147483647;__SIG_ATOMIC_MIN__;(-__SIG_ATOMIC_MAX__ - 1);__INT8_MAX__;127;__INT16_MAX__;32767;__INT32_MAX__;2147483647;__INT64_MAX__;9223372036854775807L;__UINT8_MAX__;255;__UINT16_MAX__;65535;__UINT32_MAX__;4294967295U;__UINT64_MAX__;18446744073709551615UL;__INT_LEAST8_MAX__;127;__INT8_C(c);c;__INT_LEAST16_MAX__;32767;__INT16_C(c);c;__INT_LEAST32_MAX__;2147483647;__INT32_C(c);c;__INT_LEAST64_MAX__;9223372036854775807L;__INT64_C(c);c ## L;__UINT_LEAST8_MAX__;255;__UINT8_C(c);c;__UINT_LEAST16_MAX__;65535;__UINT16_C(c);c;__UINT_LEAST32_MAX__;4294967295U;__UINT32_C(c);c ## U;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT64_C(c);c ## UL;__INT_FAST8_MAX__;127;__INT_FAST16_MAX__;9223372036854775807L;__INT_FAST32_MAX__;9223372036854775807L;__INT_FAST64_MAX__;9223372036854775807L;__UINT_FAST8_MAX__;255;__UINT_FAST16_MAX__;18446744073709551615UL;__UINT_FAST32_MAX__;18446744073709551615UL;__UINT_FAST64_MAX__;18446744073709551615UL;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__GCC_IEC_559;2;__GCC_IEC_559_COMPLEX;2;__FLT_EVAL_METHOD__; ;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_DECIMAL_DIG__;9;__FLT_MAX__;3.40282346638528859812e+38F;__FLT_MIN__;1.17549435082228750797e-38F;__FLT_EPSILON__;1.19209289550781250000e-7F;__FLT_DENORM_MIN__;1.40129846432481707092e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_DECIMAL_DIG__;17;__DBL_MAX__;((double)1.79769313486231570815e+308L);__DBL_MIN__;((double)2.22507385850720138309e-308L);__DBL_EPSILON__;((double)2.22044604925031308085e-16L);__DBL_DENORM_MIN__;((double)4.94065645841246544177e-324L);__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN__;3.36210314311209350626e-4932L;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__; ;__USER_LABEL_PREFIX__; ;__GNUC_GNU_INLINE__;1;__NO_INLINE__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__GCC_HAVE_DWARF2_CFI_ASM;1;__PRAGMA_REDEFINE_EXTNAME;1;__SIZEOF_INT128__;16;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_PTRDIFF_T__;8;__amd64;1;__amd64__;1;__x86_64;1;__x86_64__;1;__ATOMIC_HLE_ACQUIRE;65536;__ATOMIC_HLE_RELEASE;131072;__k8;1;__k8__;1;__code_model_small__;1;__MMX__;1;__SSE__;1;__SSE2__;1;__FXSR__;1;__SSE_MATH__;1;__SSE2_MATH__;1;__gnu_linux__;1;__linux;1;__linux__;1;linux;1;__unix;1;__unix__;1;unix;1;__ELF__;1;__DECIMAL_BID_FORMAT__;1;_STDC_PREDEF_H;1;__STDC_IEC_559__;1;__STDC_IEC_559_COMPLEX__;1;__STDC_ISO_10646__;201103L;__STDC_NO_THREADS__;1;__STDC__;1;__cplusplus;199711L;__STDC_HOSTED__;1;__GNUC__;4;__GNUC_MINOR__;9;__GNUC_PATCHLEVEL__;2;__VERSION__;"4.9.2 20150212 (Red Hat 4.9.2-6)";__GNUC_RH_RELEASE__;6;__ATOMIC_RELAXED; ;__ATOMIC_SEQ_CST;5;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_CONSUME;1;__FINITE_MATH_ONLY__; ;_LP64;1;__LP64__;1;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_SIZE_T__;8;__CHAR_BIT__;8;__BIGGEST_ALIGNMENT__;16;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__FLOAT_WORD_ORDER__;__ORDER_LITTLE_ENDIAN__;__SIZEOF_POINTER__;8;__GNUG__;4;__SIZE_TYPE__;long unsigned int;__PTRDIFF_TYPE__;long int;__WCHAR_TYPE__;int;__WINT_TYPE__;unsigned int;__INTMAX_TYPE__;long int;__UINTMAX_TYPE__;long unsigned int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned int;__SIG_ATOMIC_TYPE__;int;__INT8_TYPE__;signed char;__INT16_TYPE__;short int;__INT32_TYPE__;int;__INT64_TYPE__;long int;__UINT8_TYPE__;unsigned char;__UINT16_TYPE__;short unsigned int;__UINT32_TYPE__;unsigned int;__UINT64_TYPE__;long unsigned int;__INT_LEAST8_TYPE__;signed char;__INT_LEAST16_TYPE__;short int;__INT_LEAST32_TYPE__;int;__INT_LEAST64_TYPE__;long int;__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST16_TYPE__;short unsigned int;__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST64_TYPE__;long unsigned int;__INT_FAST8_TYPE__;signed char;__INT_FAST16_TYPE__;long int;__INT_FAST32_TYPE__;long int;__INT_FAST64_TYPE__;long int;__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST16_TYPE__;long unsigned int;__UINT_FAST32_TYPE__;long unsigned int;__UINT_FAST64_TYPE__;long unsigned int;__INTPTR_TYPE__;long int;__UINTPTR_TYPE__;long unsigned int;__has_include(STR);__has_include__(STR);__has_include_next(STR);__has_include_next__(STR);__GXX_WEAK__;1;__DEPRECATED;1;__GXX_RTTI;1;__cpp_binary_literals;201304;__EXCEPTIONS;1;__GXX_ABI_VERSION;1002;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WCHAR_MIN__;(-__WCHAR_MAX__ - 1);__WINT_MAX__;4294967295U;__WINT_MIN__;0U;__PTRDIFF_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__INTMAX_MAX__;9223372036854775807L;__INTMAX_C(c);c ## L;__UINTMAX_MAX__;18446744073709551615UL;__UINTMAX_C(c);c ## UL;__SIG_ATOMIC_MAX__;2147483647;__SIG_ATOMIC_MIN__;(-__SIG_ATOMIC_MAX__ - 1);__INT8_MAX__;127;__INT16_MAX__;32767;__INT32_MAX__;2147483647;__INT64_MAX__;9223372036854775807L;__UINT8_MAX__;255;__UINT16_MAX__;65535;__UINT32_MAX__;4294967295U;__UINT64_MAX__;18446744073709551615UL;__INT_LEAST8_MAX__;127;__INT8_C(c);c;__INT_LEAST16_MAX__;32767;__INT16_C(c);c;__INT_LEAST32_MAX__;2147483647;__INT32_C(c);c;__INT_LEAST64_MAX__;9223372036854775807L;__INT64_C(c);c ## L;__UINT_LEAST8_MAX__;255;__UINT8_C(c);c;__UINT_LEAST16_MAX__;65535;__UINT16_C(c);c;__UINT_LEAST32_MAX__;4294967295U;__UINT32_C(c);c ## U;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT64_C(c);c ## UL;__INT_FAST8_MAX__;127;__INT_FAST16_MAX__;9223372036854775807L;__INT_FAST32_MAX__;9223372036854775807L;__INT_FAST64_MAX__;9223372036854775807L;__UINT_FAST8_MAX__;255;__UINT_FAST16_MAX__;18446744073709551615UL;__UINT_FAST32_MAX__;18446744073709551615UL;__UINT_FAST64_MAX__;18446744073709551615UL;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__GCC_IEC_559;2;__GCC_IEC_559_COMPLEX;2;__FLT_EVAL_METHOD__; ;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_DECIMAL_DIG__;9;__FLT_MAX__;3.40282346638528859812e+38F;__FLT_MIN__;1.17549435082228750797e-38F;__FLT_EPSILON__;1.19209289550781250000e-7F;__FLT_DENORM_MIN__;1.40129846432481707092e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_DECIMAL_DIG__;17;__DBL_MAX__;double(1.79769313486231570815e+308L);__DBL_MIN__;double(2.22507385850720138309e-308L);__DBL_EPSILON__;double(2.22044604925031308085e-16L);__DBL_DENORM_MIN__;double(4.94065645841246544177e-324L);__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN__;3.36210314311209350626e-4932L;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__; ;__USER_LABEL_PREFIX__; ;__GNUC_GNU_INLINE__;1;__NO_INLINE__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__GCC_HAVE_DWARF2_CFI_ASM;1;__PRAGMA_REDEFINE_EXTNAME;1;__SIZEOF_INT128__;16;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_PTRDIFF_T__;8;__amd64;1;__amd64__;1;__x86_64;1;__x86_64__;1;__ATOMIC_HLE_ACQUIRE;65536;__ATOMIC_HLE_RELEASE;131072;__k8;1;__k8__;1;__code_model_small__;1;__MMX__;1;__SSE__;1;__SSE2__;1;__FXSR__;1;__SSE_MATH__;1;__SSE2_MATH__;1;__gnu_linux__;1;__linux;1;__linux__;1;linux;1;__unix;1;__unix__;1;unix;1;__ELF__;1;__DECIMAL_BID_FORMAT__;1;_GNU_SOURCE;1;_STDC_PREDEF_H;1;__STDC_IEC_559__;1;__STDC_IEC_559_COMPLEX__;1;__STDC_ISO_10646__;201103L;__STDC_NO_THREADS__;1
-//CXX compiler system include directories
-CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS:INTERNAL=/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2;/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2/x86_64-redhat-linux;/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2/backward;/usr/lib/gcc/x86_64-redhat-linux/4.9.2/include;/usr/local/include;/usr/include
-//C compiler system defined macros
-CMAKE_EXTRA_GENERATOR_C_SYSTEM_DEFINED_MACROS:INTERNAL=__STDC__;1;__STDC_HOSTED__;1;__GNUC__;4;__GNUC_MINOR__;9;__GNUC_PATCHLEVEL__;2;__VERSION__;"4.9.2 20150212 (Red Hat 4.9.2-6)";__GNUC_RH_RELEASE__;6;__ATOMIC_RELAXED; ;__ATOMIC_SEQ_CST;5;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_CONSUME;1;__FINITE_MATH_ONLY__; ;_LP64;1;__LP64__;1;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_SIZE_T__;8;__CHAR_BIT__;8;__BIGGEST_ALIGNMENT__;16;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__FLOAT_WORD_ORDER__;__ORDER_LITTLE_ENDIAN__;__SIZEOF_POINTER__;8;__SIZE_TYPE__;long unsigned int;__PTRDIFF_TYPE__;long int;__WCHAR_TYPE__;int;__WINT_TYPE__;unsigned int;__INTMAX_TYPE__;long int;__UINTMAX_TYPE__;long unsigned int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned int;__SIG_ATOMIC_TYPE__;int;__INT8_TYPE__;signed char;__INT16_TYPE__;short int;__INT32_TYPE__;int;__INT64_TYPE__;long int;__UINT8_TYPE__;unsigned char;__UINT16_TYPE__;short unsigned int;__UINT32_TYPE__;unsigned int;__UINT64_TYPE__;long unsigned int;__INT_LEAST8_TYPE__;signed char;__INT_LEAST16_TYPE__;short int;__INT_LEAST32_TYPE__;int;__INT_LEAST64_TYPE__;long int;__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST16_TYPE__;short unsigned int;__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST64_TYPE__;long unsigned int;__INT_FAST8_TYPE__;signed char;__INT_FAST16_TYPE__;long int;__INT_FAST32_TYPE__;long int;__INT_FAST64_TYPE__;long int;__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST16_TYPE__;long unsigned int;__UINT_FAST32_TYPE__;long unsigned int;__UINT_FAST64_TYPE__;long unsigned int;__INTPTR_TYPE__;long int;__UINTPTR_TYPE__;long unsigned int;__has_include(STR);__has_include__(STR);__has_include_next(STR);__has_include_next__(STR);__GXX_ABI_VERSION;1002;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WCHAR_MIN__;(-__WCHAR_MAX__ - 1);__WINT_MAX__;4294967295U;__WINT_MIN__;0U;__PTRDIFF_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__INTMAX_MAX__;9223372036854775807L;__INTMAX_C(c);c ## L;__UINTMAX_MAX__;18446744073709551615UL;__UINTMAX_C(c);c ## UL;__SIG_ATOMIC_MAX__;2147483647;__SIG_ATOMIC_MIN__;(-__SIG_ATOMIC_MAX__ - 1);__INT8_MAX__;127;__INT16_MAX__;32767;__INT32_MAX__;2147483647;__INT64_MAX__;9223372036854775807L;__UINT8_MAX__;255;__UINT16_MAX__;65535;__UINT32_MAX__;4294967295U;__UINT64_MAX__;18446744073709551615UL;__INT_LEAST8_MAX__;127;__INT8_C(c);c;__INT_LEAST16_MAX__;32767;__INT16_C(c);c;__INT_LEAST32_MAX__;2147483647;__INT32_C(c);c;__INT_LEAST64_MAX__;9223372036854775807L;__INT64_C(c);c ## L;__UINT_LEAST8_MAX__;255;__UINT8_C(c);c;__UINT_LEAST16_MAX__;65535;__UINT16_C(c);c;__UINT_LEAST32_MAX__;4294967295U;__UINT32_C(c);c ## U;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT64_C(c);c ## UL;__INT_FAST8_MAX__;127;__INT_FAST16_MAX__;9223372036854775807L;__INT_FAST32_MAX__;9223372036854775807L;__INT_FAST64_MAX__;9223372036854775807L;__UINT_FAST8_MAX__;255;__UINT_FAST16_MAX__;18446744073709551615UL;__UINT_FAST32_MAX__;18446744073709551615UL;__UINT_FAST64_MAX__;18446744073709551615UL;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__GCC_IEC_559;2;__GCC_IEC_559_COMPLEX;2;__FLT_EVAL_METHOD__; ;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_DECIMAL_DIG__;9;__FLT_MAX__;3.40282346638528859812e+38F;__FLT_MIN__;1.17549435082228750797e-38F;__FLT_EPSILON__;1.19209289550781250000e-7F;__FLT_DENORM_MIN__;1.40129846432481707092e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_DECIMAL_DIG__;17;__DBL_MAX__;((double)1.79769313486231570815e+308L);__DBL_MIN__;((double)2.22507385850720138309e-308L);__DBL_EPSILON__;((double)2.22044604925031308085e-16L);__DBL_DENORM_MIN__;((double)4.94065645841246544177e-324L);__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN__;3.36210314311209350626e-4932L;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__; ;__USER_LABEL_PREFIX__; ;__GNUC_GNU_INLINE__;1;__NO_INLINE__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__GCC_HAVE_DWARF2_CFI_ASM;1;__PRAGMA_REDEFINE_EXTNAME;1;__SIZEOF_INT128__;16;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_PTRDIFF_T__;8;__amd64;1;__amd64__;1;__x86_64;1;__x86_64__;1;__ATOMIC_HLE_ACQUIRE;65536;__ATOMIC_HLE_RELEASE;131072;__k8;1;__k8__;1;__code_model_small__;1;__MMX__;1;__SSE__;1;__SSE2__;1;__FXSR__;1;__SSE_MATH__;1;__SSE2_MATH__;1;__gnu_linux__;1;__linux;1;__linux__;1;linux;1;__unix;1;__unix__;1;unix;1;__ELF__;1;__DECIMAL_BID_FORMAT__;1;_STDC_PREDEF_H;1;__STDC_IEC_559__;1;__STDC_IEC_559_COMPLEX__;1;__STDC_ISO_10646__;201103L;__STDC_NO_THREADS__;1
-//C compiler system include directories
-CMAKE_EXTRA_GENERATOR_C_SYSTEM_INCLUDE_DIRS:INTERNAL=/usr/lib/gcc/x86_64-redhat-linux/4.9.2/include;/usr/local/include;/usr/include
-//Name of generator.
-CMAKE_GENERATOR:INTERNAL=Unix Makefiles
-//Name of generator toolset.
-CMAKE_GENERATOR_TOOLSET:INTERNAL=
-//Start directory with the top level CMakeLists.txt file for this
-// project
-CMAKE_HOME_DIRECTORY:INTERNAL=/home/toni/Documents/programme/localization/Fusion2016/code
-//Install .so files without execute permission.
-CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
-//ADVANCED property for variable: CMAKE_LINKER
-CMAKE_LINKER-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
-CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
-CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
-CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
-CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
-CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
-CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_NM
-CMAKE_NM-ADVANCED:INTERNAL=1
-//number of local generators
-CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=1
-//ADVANCED property for variable: CMAKE_OBJCOPY
-CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_OBJDUMP
-CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_RANLIB
-CMAKE_RANLIB-ADVANCED:INTERNAL=1
-//Path to CMake installation.
-CMAKE_ROOT:INTERNAL=/usr/share/cmake
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
-CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
-CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
-CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
-CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
-CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
-CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SKIP_RPATH
-CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
-CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
-CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
-CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
-CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
-CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STRIP
-CMAKE_STRIP-ADVANCED:INTERNAL=1
-//uname command
-CMAKE_UNAME:INTERNAL=/usr/bin/uname
-//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
-CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
-CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
-
diff --git a/code-build/CMakeFiles/3.0.2/CMakeCCompiler.cmake b/code-build/CMakeFiles/3.0.2/CMakeCCompiler.cmake
deleted file mode 100644
index 2838f14..0000000
--- a/code-build/CMakeFiles/3.0.2/CMakeCCompiler.cmake
+++ /dev/null
@@ -1,58 +0,0 @@
-set(CMAKE_C_COMPILER "/usr/bin/cc")
-set(CMAKE_C_COMPILER_ARG1 "")
-set(CMAKE_C_COMPILER_ID "GNU")
-set(CMAKE_C_COMPILER_VERSION "4.9.2")
-set(CMAKE_C_PLATFORM_ID "Linux")
-set(CMAKE_C_SIMULATE_ID "")
-set(CMAKE_C_SIMULATE_VERSION "")
-
-set(CMAKE_AR "/usr/bin/ar")
-set(CMAKE_RANLIB "/usr/bin/ranlib")
-set(CMAKE_LINKER "/usr/bin/ld")
-set(CMAKE_COMPILER_IS_GNUCC 1)
-set(CMAKE_C_COMPILER_LOADED 1)
-set(CMAKE_C_COMPILER_WORKS TRUE)
-set(CMAKE_C_ABI_COMPILED TRUE)
-set(CMAKE_COMPILER_IS_MINGW )
-set(CMAKE_COMPILER_IS_CYGWIN )
-if(CMAKE_COMPILER_IS_CYGWIN)
- set(CYGWIN 1)
- set(UNIX 1)
-endif()
-
-set(CMAKE_C_COMPILER_ENV_VAR "CC")
-
-if(CMAKE_COMPILER_IS_MINGW)
- set(MINGW 1)
-endif()
-set(CMAKE_C_COMPILER_ID_RUN 1)
-set(CMAKE_C_SOURCE_FILE_EXTENSIONS c)
-set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
-set(CMAKE_C_LINKER_PREFERENCE 10)
-
-# Save compiler ABI information.
-set(CMAKE_C_SIZEOF_DATA_PTR "8")
-set(CMAKE_C_COMPILER_ABI "ELF")
-set(CMAKE_C_LIBRARY_ARCHITECTURE "")
-
-if(CMAKE_C_SIZEOF_DATA_PTR)
- set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
-endif()
-
-if(CMAKE_C_COMPILER_ABI)
- set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
-endif()
-
-if(CMAKE_C_LIBRARY_ARCHITECTURE)
- set(CMAKE_LIBRARY_ARCHITECTURE "")
-endif()
-
-
-
-
-set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c")
-set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/4.9.2;/usr/lib64;/lib64;/usr/lib")
-set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
-
-
-
diff --git a/code-build/CMakeFiles/3.0.2/CMakeCXXCompiler.cmake b/code-build/CMakeFiles/3.0.2/CMakeCXXCompiler.cmake
deleted file mode 100644
index 62932b5..0000000
--- a/code-build/CMakeFiles/3.0.2/CMakeCXXCompiler.cmake
+++ /dev/null
@@ -1,59 +0,0 @@
-set(CMAKE_CXX_COMPILER "/usr/bin/c++")
-set(CMAKE_CXX_COMPILER_ARG1 "")
-set(CMAKE_CXX_COMPILER_ID "GNU")
-set(CMAKE_CXX_COMPILER_VERSION "4.9.2")
-set(CMAKE_CXX_PLATFORM_ID "Linux")
-set(CMAKE_CXX_SIMULATE_ID "")
-set(CMAKE_CXX_SIMULATE_VERSION "")
-
-set(CMAKE_AR "/usr/bin/ar")
-set(CMAKE_RANLIB "/usr/bin/ranlib")
-set(CMAKE_LINKER "/usr/bin/ld")
-set(CMAKE_COMPILER_IS_GNUCXX 1)
-set(CMAKE_CXX_COMPILER_LOADED 1)
-set(CMAKE_CXX_COMPILER_WORKS TRUE)
-set(CMAKE_CXX_ABI_COMPILED TRUE)
-set(CMAKE_COMPILER_IS_MINGW )
-set(CMAKE_COMPILER_IS_CYGWIN )
-if(CMAKE_COMPILER_IS_CYGWIN)
- set(CYGWIN 1)
- set(UNIX 1)
-endif()
-
-set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
-
-if(CMAKE_COMPILER_IS_MINGW)
- set(MINGW 1)
-endif()
-set(CMAKE_CXX_COMPILER_ID_RUN 1)
-set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
-set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP)
-set(CMAKE_CXX_LINKER_PREFERENCE 30)
-set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
-
-# Save compiler ABI information.
-set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
-set(CMAKE_CXX_COMPILER_ABI "ELF")
-set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
-
-if(CMAKE_CXX_SIZEOF_DATA_PTR)
- set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
-endif()
-
-if(CMAKE_CXX_COMPILER_ABI)
- set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
-endif()
-
-if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
- set(CMAKE_LIBRARY_ARCHITECTURE "")
-endif()
-
-
-
-
-set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c")
-set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/4.9.2;/usr/lib64;/lib64;/usr/lib")
-set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
-
-
-
diff --git a/code-build/CMakeFiles/3.0.2/CMakeDetermineCompilerABI_C.bin b/code-build/CMakeFiles/3.0.2/CMakeDetermineCompilerABI_C.bin
deleted file mode 100755
index e4e445e..0000000
Binary files a/code-build/CMakeFiles/3.0.2/CMakeDetermineCompilerABI_C.bin and /dev/null differ
diff --git a/code-build/CMakeFiles/3.0.2/CMakeDetermineCompilerABI_CXX.bin b/code-build/CMakeFiles/3.0.2/CMakeDetermineCompilerABI_CXX.bin
deleted file mode 100755
index f7c7f4e..0000000
Binary files a/code-build/CMakeFiles/3.0.2/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ
diff --git a/code-build/CMakeFiles/3.0.2/CMakeSystem.cmake b/code-build/CMakeFiles/3.0.2/CMakeSystem.cmake
deleted file mode 100644
index 966d6cb..0000000
--- a/code-build/CMakeFiles/3.0.2/CMakeSystem.cmake
+++ /dev/null
@@ -1,15 +0,0 @@
-set(CMAKE_HOST_SYSTEM "Linux-4.1.5-100.fc21.x86_64")
-set(CMAKE_HOST_SYSTEM_NAME "Linux")
-set(CMAKE_HOST_SYSTEM_VERSION "4.1.5-100.fc21.x86_64")
-set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
-
-
-
-set(CMAKE_SYSTEM "Linux-4.1.5-100.fc21.x86_64")
-set(CMAKE_SYSTEM_NAME "Linux")
-set(CMAKE_SYSTEM_VERSION "4.1.5-100.fc21.x86_64")
-set(CMAKE_SYSTEM_PROCESSOR "x86_64")
-
-set(CMAKE_CROSSCOMPILING "FALSE")
-
-set(CMAKE_SYSTEM_LOADED 1)
diff --git a/code-build/CMakeFiles/3.0.2/CompilerIdC/CMakeCCompilerId.c b/code-build/CMakeFiles/3.0.2/CompilerIdC/CMakeCCompilerId.c
deleted file mode 100644
index bd1f7d1..0000000
--- a/code-build/CMakeFiles/3.0.2/CompilerIdC/CMakeCCompilerId.c
+++ /dev/null
@@ -1,442 +0,0 @@
-#ifdef __cplusplus
-# error "A C++ compiler has been selected for C."
-#endif
-
-/* Version number components: V=Version, R=Revision, P=Patch
- Version date components: YYYY=Year, MM=Month, DD=Day */
-
-#if defined(__18CXX)
-# define ID_VOID_MAIN
-#endif
-
-#if defined(__INTEL_COMPILER) || defined(__ICC)
-# define COMPILER_ID "Intel"
- /* __INTEL_COMPILER = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
-# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
-# if defined(__INTEL_COMPILER_UPDATE)
-# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
-# else
-# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
-# endif
-# if defined(__INTEL_COMPILER_BUILD_DATE)
- /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
-# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
-# endif
-# if defined(_MSC_VER)
-# define SIMULATE_ID "MSVC"
- /* _MSC_VER = VVRR */
-# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
-# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
-# endif
-
-#elif defined(__PATHCC__)
-# define COMPILER_ID "PathScale"
-# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
-# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
-# if defined(__PATHCC_PATCHLEVEL__)
-# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
-# endif
-
-#elif defined(__clang__)
-# if defined(__apple_build_version__)
-# define COMPILER_ID "AppleClang"
-# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
-# else
-# define COMPILER_ID "Clang"
-# endif
-# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
-# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
-# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
-# if defined(_MSC_VER)
-# define SIMULATE_ID "MSVC"
- /* _MSC_VER = VVRR */
-# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
-# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
-# endif
-
-#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
-# define COMPILER_ID "Embarcadero"
-# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
-# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
-# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF)
-
-#elif defined(__BORLANDC__)
-# define COMPILER_ID "Borland"
- /* __BORLANDC__ = 0xVRR */
-# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
-# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
-
-#elif defined(__WATCOMC__)
-# define COMPILER_ID "Watcom"
- /* __WATCOMC__ = VVRR */
-# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
-# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
-
-#elif defined(__SUNPRO_C)
-# define COMPILER_ID "SunPro"
-# if __SUNPRO_C >= 0x5100
- /* __SUNPRO_C = 0xVRRP */
-# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
-# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
-# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
-# else
- /* __SUNPRO_C = 0xVRP */
-# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
-# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
-# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
-# endif
-
-#elif defined(__HP_cc)
-# define COMPILER_ID "HP"
- /* __HP_cc = VVRRPP */
-# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
-# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
-# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
-
-#elif defined(__DECC)
-# define COMPILER_ID "Compaq"
- /* __DECC_VER = VVRRTPPPP */
-# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
-# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
-# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
-
-#elif defined(__IBMC__)
-# if defined(__COMPILER_VER__)
-# define COMPILER_ID "zOS"
-# else
-# if __IBMC__ >= 800
-# define COMPILER_ID "XL"
-# else
-# define COMPILER_ID "VisualAge"
-# endif
- /* __IBMC__ = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
-# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
-# endif
-
-#elif defined(__PGI)
-# define COMPILER_ID "PGI"
-# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
-# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
-# if defined(__PGIC_PATCHLEVEL__)
-# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
-# endif
-
-#elif defined(_CRAYC)
-# define COMPILER_ID "Cray"
-# define COMPILER_VERSION_MAJOR DEC(_RELEASE)
-# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
-
-#elif defined(__TI_COMPILER_VERSION__)
-# define COMPILER_ID "TI"
- /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
-# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
-# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
-# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
-
-#elif defined(__TINYC__)
-# define COMPILER_ID "TinyCC"
-
-#elif defined(__SCO_VERSION__)
-# define COMPILER_ID "SCO"
-
-#elif defined(__GNUC__)
-# define COMPILER_ID "GNU"
-# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
-# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
-# if defined(__GNUC_PATCHLEVEL__)
-# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
-# endif
-
-#elif defined(_MSC_VER)
-# define COMPILER_ID "MSVC"
- /* _MSC_VER = VVRR */
-# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
-# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
-# if defined(_MSC_FULL_VER)
-# if _MSC_VER >= 1400
- /* _MSC_FULL_VER = VVRRPPPPP */
-# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
-# else
- /* _MSC_FULL_VER = VVRRPPPP */
-# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
-# endif
-# endif
-# if defined(_MSC_BUILD)
-# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
-# endif
-
-/* Analog VisualDSP++ >= 4.5.6 */
-#elif defined(__VISUALDSPVERSION__)
-# define COMPILER_ID "ADSP"
- /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
-# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
-# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
-# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
-
-/* Analog VisualDSP++ < 4.5.6 */
-#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
-# define COMPILER_ID "ADSP"
-
-/* IAR Systems compiler for embedded systems.
- http://www.iar.com */
-#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
-# define COMPILER_ID "IAR"
-
-/* sdcc, the small devices C compiler for embedded systems,
- http://sdcc.sourceforge.net */
-#elif defined(SDCC)
-# define COMPILER_ID "SDCC"
- /* SDCC = VRP */
-# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
-# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
-
-#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
-# define COMPILER_ID "MIPSpro"
-# if defined(_SGI_COMPILER_VERSION)
- /* _SGI_COMPILER_VERSION = VRP */
-# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
-# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
-# else
- /* _COMPILER_VERSION = VRP */
-# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
-# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
-# endif
-
-/* This compiler is either not known or is too old to define an
- identification macro. Try to identify the platform and guess that
- it is the native compiler. */
-#elif defined(__sgi)
-# define COMPILER_ID "MIPSpro"
-
-#elif defined(__hpux) || defined(__hpua)
-# define COMPILER_ID "HP"
-
-#else /* unknown compiler */
-# define COMPILER_ID ""
-
-#endif
-
-/* Construct the string literal in pieces to prevent the source from
- getting matched. Store it in a pointer rather than an array
- because some compilers will just produce instructions to fill the
- array rather than assigning a pointer to a static array. */
-char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
-#ifdef SIMULATE_ID
-char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
-#endif
-
-#ifdef __QNXNTO__
-char const* qnxnto = "INFO" ":" "qnxnto";
-#endif
-
-/* Identify known platforms by name. */
-#if defined(__linux) || defined(__linux__) || defined(linux)
-# define PLATFORM_ID "Linux"
-
-#elif defined(__CYGWIN__)
-# define PLATFORM_ID "Cygwin"
-
-#elif defined(__MINGW32__)
-# define PLATFORM_ID "MinGW"
-
-#elif defined(__APPLE__)
-# define PLATFORM_ID "Darwin"
-
-#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
-# define PLATFORM_ID "Windows"
-
-#elif defined(__FreeBSD__) || defined(__FreeBSD)
-# define PLATFORM_ID "FreeBSD"
-
-#elif defined(__NetBSD__) || defined(__NetBSD)
-# define PLATFORM_ID "NetBSD"
-
-#elif defined(__OpenBSD__) || defined(__OPENBSD)
-# define PLATFORM_ID "OpenBSD"
-
-#elif defined(__sun) || defined(sun)
-# define PLATFORM_ID "SunOS"
-
-#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
-# define PLATFORM_ID "AIX"
-
-#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
-# define PLATFORM_ID "IRIX"
-
-#elif defined(__hpux) || defined(__hpux__)
-# define PLATFORM_ID "HP-UX"
-
-#elif defined(__HAIKU__)
-# define PLATFORM_ID "Haiku"
-
-#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
-# define PLATFORM_ID "BeOS"
-
-#elif defined(__QNX__) || defined(__QNXNTO__)
-# define PLATFORM_ID "QNX"
-
-#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
-# define PLATFORM_ID "Tru64"
-
-#elif defined(__riscos) || defined(__riscos__)
-# define PLATFORM_ID "RISCos"
-
-#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
-# define PLATFORM_ID "SINIX"
-
-#elif defined(__UNIX_SV__)
-# define PLATFORM_ID "UNIX_SV"
-
-#elif defined(__bsdos__)
-# define PLATFORM_ID "BSDOS"
-
-#elif defined(_MPRAS) || defined(MPRAS)
-# define PLATFORM_ID "MP-RAS"
-
-#elif defined(__osf) || defined(__osf__)
-# define PLATFORM_ID "OSF1"
-
-#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
-# define PLATFORM_ID "SCO_SV"
-
-#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
-# define PLATFORM_ID "ULTRIX"
-
-#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
-# define PLATFORM_ID "Xenix"
-
-#else /* unknown platform */
-# define PLATFORM_ID ""
-
-#endif
-
-/* For windows compilers MSVC and Intel we can determine
- the architecture of the compiler being used. This is because
- the compilers do not have flags that can change the architecture,
- but rather depend on which compiler is being used
-*/
-#if defined(_WIN32) && defined(_MSC_VER)
-# if defined(_M_IA64)
-# define ARCHITECTURE_ID "IA64"
-
-# elif defined(_M_X64) || defined(_M_AMD64)
-# define ARCHITECTURE_ID "x64"
-
-# elif defined(_M_IX86)
-# define ARCHITECTURE_ID "X86"
-
-# elif defined(_M_ARM)
-# define ARCHITECTURE_ID "ARM"
-
-# elif defined(_M_MIPS)
-# define ARCHITECTURE_ID "MIPS"
-
-# elif defined(_M_SH)
-# define ARCHITECTURE_ID "SHx"
-
-# else /* unknown architecture */
-# define ARCHITECTURE_ID ""
-# endif
-
-#else
-# define ARCHITECTURE_ID ""
-#endif
-
-/* Convert integer to decimal digit literals. */
-#define DEC(n) \
- ('0' + (((n) / 10000000)%10)), \
- ('0' + (((n) / 1000000)%10)), \
- ('0' + (((n) / 100000)%10)), \
- ('0' + (((n) / 10000)%10)), \
- ('0' + (((n) / 1000)%10)), \
- ('0' + (((n) / 100)%10)), \
- ('0' + (((n) / 10)%10)), \
- ('0' + ((n) % 10))
-
-/* Convert integer to hex digit literals. */
-#define HEX(n) \
- ('0' + ((n)>>28 & 0xF)), \
- ('0' + ((n)>>24 & 0xF)), \
- ('0' + ((n)>>20 & 0xF)), \
- ('0' + ((n)>>16 & 0xF)), \
- ('0' + ((n)>>12 & 0xF)), \
- ('0' + ((n)>>8 & 0xF)), \
- ('0' + ((n)>>4 & 0xF)), \
- ('0' + ((n) & 0xF))
-
-/* Construct a string literal encoding the version number components. */
-#ifdef COMPILER_VERSION_MAJOR
-char const info_version[] = {
- 'I', 'N', 'F', 'O', ':',
- 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
- COMPILER_VERSION_MAJOR,
-# ifdef COMPILER_VERSION_MINOR
- '.', COMPILER_VERSION_MINOR,
-# ifdef COMPILER_VERSION_PATCH
- '.', COMPILER_VERSION_PATCH,
-# ifdef COMPILER_VERSION_TWEAK
- '.', COMPILER_VERSION_TWEAK,
-# endif
-# endif
-# endif
- ']','\0'};
-#endif
-
-/* Construct a string literal encoding the version number components. */
-#ifdef SIMULATE_VERSION_MAJOR
-char const info_simulate_version[] = {
- 'I', 'N', 'F', 'O', ':',
- 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
- SIMULATE_VERSION_MAJOR,
-# ifdef SIMULATE_VERSION_MINOR
- '.', SIMULATE_VERSION_MINOR,
-# ifdef SIMULATE_VERSION_PATCH
- '.', SIMULATE_VERSION_PATCH,
-# ifdef SIMULATE_VERSION_TWEAK
- '.', SIMULATE_VERSION_TWEAK,
-# endif
-# endif
-# endif
- ']','\0'};
-#endif
-
-/* Construct the string literal in pieces to prevent the source from
- getting matched. Store it in a pointer rather than an array
- because some compilers will just produce instructions to fill the
- array rather than assigning a pointer to a static array. */
-char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
-char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
-
-
-
-
-/*--------------------------------------------------------------------------*/
-
-#ifdef ID_VOID_MAIN
-void main() {}
-#else
-int main(int argc, char* argv[])
-{
- int require = 0;
- require += info_compiler[argc];
- require += info_platform[argc];
- require += info_arch[argc];
-#ifdef COMPILER_VERSION_MAJOR
- require += info_version[argc];
-#endif
-#ifdef SIMULATE_ID
- require += info_simulate[argc];
-#endif
-#ifdef SIMULATE_VERSION_MAJOR
- require += info_simulate_version[argc];
-#endif
- (void)argv;
- return require;
-}
-#endif
diff --git a/code-build/CMakeFiles/3.0.2/CompilerIdC/a.out b/code-build/CMakeFiles/3.0.2/CompilerIdC/a.out
deleted file mode 100755
index 416a37c..0000000
Binary files a/code-build/CMakeFiles/3.0.2/CompilerIdC/a.out and /dev/null differ
diff --git a/code-build/CMakeFiles/3.0.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/code-build/CMakeFiles/3.0.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
deleted file mode 100644
index a315c6a..0000000
--- a/code-build/CMakeFiles/3.0.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
+++ /dev/null
@@ -1,430 +0,0 @@
-/* This source file must have a .cpp extension so that all C++ compilers
- recognize the extension without flags. Borland does not know .cxx for
- example. */
-#ifndef __cplusplus
-# error "A C compiler has been selected for C++."
-#endif
-
-/* Version number components: V=Version, R=Revision, P=Patch
- Version date components: YYYY=Year, MM=Month, DD=Day */
-
-#if defined(__COMO__)
-# define COMPILER_ID "Comeau"
- /* __COMO_VERSION__ = VRR */
-# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
-# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
-
-#elif defined(__INTEL_COMPILER) || defined(__ICC)
-# define COMPILER_ID "Intel"
- /* __INTEL_COMPILER = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
-# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
-# if defined(__INTEL_COMPILER_UPDATE)
-# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
-# else
-# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
-# endif
-# if defined(__INTEL_COMPILER_BUILD_DATE)
- /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
-# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
-# endif
-# if defined(_MSC_VER)
-# define SIMULATE_ID "MSVC"
- /* _MSC_VER = VVRR */
-# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
-# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
-# endif
-
-#elif defined(__PATHCC__)
-# define COMPILER_ID "PathScale"
-# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
-# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
-# if defined(__PATHCC_PATCHLEVEL__)
-# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
-# endif
-
-#elif defined(__clang__)
-# if defined(__apple_build_version__)
-# define COMPILER_ID "AppleClang"
-# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
-# else
-# define COMPILER_ID "Clang"
-# endif
-# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
-# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
-# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
-# if defined(_MSC_VER)
-# define SIMULATE_ID "MSVC"
- /* _MSC_VER = VVRR */
-# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
-# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
-# endif
-
-#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
-# define COMPILER_ID "Embarcadero"
-# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
-# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
-# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF)
-
-#elif defined(__BORLANDC__)
-# define COMPILER_ID "Borland"
- /* __BORLANDC__ = 0xVRR */
-# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
-# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
-
-#elif defined(__WATCOMC__)
-# define COMPILER_ID "Watcom"
- /* __WATCOMC__ = VVRR */
-# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
-# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
-
-#elif defined(__SUNPRO_CC)
-# define COMPILER_ID "SunPro"
-# if __SUNPRO_CC >= 0x5100
- /* __SUNPRO_CC = 0xVRRP */
-# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
-# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
-# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
-# else
- /* __SUNPRO_CC = 0xVRP */
-# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
-# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
-# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
-# endif
-
-#elif defined(__HP_aCC)
-# define COMPILER_ID "HP"
- /* __HP_aCC = VVRRPP */
-# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
-# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
-# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
-
-#elif defined(__DECCXX)
-# define COMPILER_ID "Compaq"
- /* __DECCXX_VER = VVRRTPPPP */
-# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
-# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
-# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
-
-#elif defined(__IBMCPP__)
-# if defined(__COMPILER_VER__)
-# define COMPILER_ID "zOS"
-# else
-# if __IBMCPP__ >= 800
-# define COMPILER_ID "XL"
-# else
-# define COMPILER_ID "VisualAge"
-# endif
- /* __IBMCPP__ = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
-# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
-# endif
-
-#elif defined(__PGI)
-# define COMPILER_ID "PGI"
-# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
-# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
-# if defined(__PGIC_PATCHLEVEL__)
-# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
-# endif
-
-#elif defined(_CRAYC)
-# define COMPILER_ID "Cray"
-# define COMPILER_VERSION_MAJOR DEC(_RELEASE)
-# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
-
-#elif defined(__TI_COMPILER_VERSION__)
-# define COMPILER_ID "TI"
- /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
-# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
-# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
-# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
-
-#elif defined(__SCO_VERSION__)
-# define COMPILER_ID "SCO"
-
-#elif defined(__GNUC__)
-# define COMPILER_ID "GNU"
-# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
-# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
-# if defined(__GNUC_PATCHLEVEL__)
-# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
-# endif
-
-#elif defined(_MSC_VER)
-# define COMPILER_ID "MSVC"
- /* _MSC_VER = VVRR */
-# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
-# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
-# if defined(_MSC_FULL_VER)
-# if _MSC_VER >= 1400
- /* _MSC_FULL_VER = VVRRPPPPP */
-# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
-# else
- /* _MSC_FULL_VER = VVRRPPPP */
-# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
-# endif
-# endif
-# if defined(_MSC_BUILD)
-# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
-# endif
-
-/* Analog VisualDSP++ >= 4.5.6 */
-#elif defined(__VISUALDSPVERSION__)
-# define COMPILER_ID "ADSP"
- /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
-# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
-# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
-# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
-
-/* Analog VisualDSP++ < 4.5.6 */
-#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
-# define COMPILER_ID "ADSP"
-
-/* IAR Systems compiler for embedded systems.
- http://www.iar.com */
-#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
-# define COMPILER_ID "IAR"
-
-#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
-# define COMPILER_ID "MIPSpro"
-# if defined(_SGI_COMPILER_VERSION)
- /* _SGI_COMPILER_VERSION = VRP */
-# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
-# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
-# else
- /* _COMPILER_VERSION = VRP */
-# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
-# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
-# endif
-
-/* This compiler is either not known or is too old to define an
- identification macro. Try to identify the platform and guess that
- it is the native compiler. */
-#elif defined(__sgi)
-# define COMPILER_ID "MIPSpro"
-
-#elif defined(__hpux) || defined(__hpua)
-# define COMPILER_ID "HP"
-
-#else /* unknown compiler */
-# define COMPILER_ID ""
-
-#endif
-
-/* Construct the string literal in pieces to prevent the source from
- getting matched. Store it in a pointer rather than an array
- because some compilers will just produce instructions to fill the
- array rather than assigning a pointer to a static array. */
-char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
-#ifdef SIMULATE_ID
-char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
-#endif
-
-#ifdef __QNXNTO__
-char const* qnxnto = "INFO" ":" "qnxnto";
-#endif
-
-/* Identify known platforms by name. */
-#if defined(__linux) || defined(__linux__) || defined(linux)
-# define PLATFORM_ID "Linux"
-
-#elif defined(__CYGWIN__)
-# define PLATFORM_ID "Cygwin"
-
-#elif defined(__MINGW32__)
-# define PLATFORM_ID "MinGW"
-
-#elif defined(__APPLE__)
-# define PLATFORM_ID "Darwin"
-
-#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
-# define PLATFORM_ID "Windows"
-
-#elif defined(__FreeBSD__) || defined(__FreeBSD)
-# define PLATFORM_ID "FreeBSD"
-
-#elif defined(__NetBSD__) || defined(__NetBSD)
-# define PLATFORM_ID "NetBSD"
-
-#elif defined(__OpenBSD__) || defined(__OPENBSD)
-# define PLATFORM_ID "OpenBSD"
-
-#elif defined(__sun) || defined(sun)
-# define PLATFORM_ID "SunOS"
-
-#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
-# define PLATFORM_ID "AIX"
-
-#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
-# define PLATFORM_ID "IRIX"
-
-#elif defined(__hpux) || defined(__hpux__)
-# define PLATFORM_ID "HP-UX"
-
-#elif defined(__HAIKU__)
-# define PLATFORM_ID "Haiku"
-
-#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
-# define PLATFORM_ID "BeOS"
-
-#elif defined(__QNX__) || defined(__QNXNTO__)
-# define PLATFORM_ID "QNX"
-
-#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
-# define PLATFORM_ID "Tru64"
-
-#elif defined(__riscos) || defined(__riscos__)
-# define PLATFORM_ID "RISCos"
-
-#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
-# define PLATFORM_ID "SINIX"
-
-#elif defined(__UNIX_SV__)
-# define PLATFORM_ID "UNIX_SV"
-
-#elif defined(__bsdos__)
-# define PLATFORM_ID "BSDOS"
-
-#elif defined(_MPRAS) || defined(MPRAS)
-# define PLATFORM_ID "MP-RAS"
-
-#elif defined(__osf) || defined(__osf__)
-# define PLATFORM_ID "OSF1"
-
-#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
-# define PLATFORM_ID "SCO_SV"
-
-#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
-# define PLATFORM_ID "ULTRIX"
-
-#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
-# define PLATFORM_ID "Xenix"
-
-#else /* unknown platform */
-# define PLATFORM_ID ""
-
-#endif
-
-/* For windows compilers MSVC and Intel we can determine
- the architecture of the compiler being used. This is because
- the compilers do not have flags that can change the architecture,
- but rather depend on which compiler is being used
-*/
-#if defined(_WIN32) && defined(_MSC_VER)
-# if defined(_M_IA64)
-# define ARCHITECTURE_ID "IA64"
-
-# elif defined(_M_X64) || defined(_M_AMD64)
-# define ARCHITECTURE_ID "x64"
-
-# elif defined(_M_IX86)
-# define ARCHITECTURE_ID "X86"
-
-# elif defined(_M_ARM)
-# define ARCHITECTURE_ID "ARM"
-
-# elif defined(_M_MIPS)
-# define ARCHITECTURE_ID "MIPS"
-
-# elif defined(_M_SH)
-# define ARCHITECTURE_ID "SHx"
-
-# else /* unknown architecture */
-# define ARCHITECTURE_ID ""
-# endif
-
-#else
-# define ARCHITECTURE_ID ""
-#endif
-
-/* Convert integer to decimal digit literals. */
-#define DEC(n) \
- ('0' + (((n) / 10000000)%10)), \
- ('0' + (((n) / 1000000)%10)), \
- ('0' + (((n) / 100000)%10)), \
- ('0' + (((n) / 10000)%10)), \
- ('0' + (((n) / 1000)%10)), \
- ('0' + (((n) / 100)%10)), \
- ('0' + (((n) / 10)%10)), \
- ('0' + ((n) % 10))
-
-/* Convert integer to hex digit literals. */
-#define HEX(n) \
- ('0' + ((n)>>28 & 0xF)), \
- ('0' + ((n)>>24 & 0xF)), \
- ('0' + ((n)>>20 & 0xF)), \
- ('0' + ((n)>>16 & 0xF)), \
- ('0' + ((n)>>12 & 0xF)), \
- ('0' + ((n)>>8 & 0xF)), \
- ('0' + ((n)>>4 & 0xF)), \
- ('0' + ((n) & 0xF))
-
-/* Construct a string literal encoding the version number components. */
-#ifdef COMPILER_VERSION_MAJOR
-char const info_version[] = {
- 'I', 'N', 'F', 'O', ':',
- 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
- COMPILER_VERSION_MAJOR,
-# ifdef COMPILER_VERSION_MINOR
- '.', COMPILER_VERSION_MINOR,
-# ifdef COMPILER_VERSION_PATCH
- '.', COMPILER_VERSION_PATCH,
-# ifdef COMPILER_VERSION_TWEAK
- '.', COMPILER_VERSION_TWEAK,
-# endif
-# endif
-# endif
- ']','\0'};
-#endif
-
-/* Construct a string literal encoding the version number components. */
-#ifdef SIMULATE_VERSION_MAJOR
-char const info_simulate_version[] = {
- 'I', 'N', 'F', 'O', ':',
- 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
- SIMULATE_VERSION_MAJOR,
-# ifdef SIMULATE_VERSION_MINOR
- '.', SIMULATE_VERSION_MINOR,
-# ifdef SIMULATE_VERSION_PATCH
- '.', SIMULATE_VERSION_PATCH,
-# ifdef SIMULATE_VERSION_TWEAK
- '.', SIMULATE_VERSION_TWEAK,
-# endif
-# endif
-# endif
- ']','\0'};
-#endif
-
-/* Construct the string literal in pieces to prevent the source from
- getting matched. Store it in a pointer rather than an array
- because some compilers will just produce instructions to fill the
- array rather than assigning a pointer to a static array. */
-char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
-char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
-
-
-
-
-/*--------------------------------------------------------------------------*/
-
-int main(int argc, char* argv[])
-{
- int require = 0;
- require += info_compiler[argc];
- require += info_platform[argc];
-#ifdef COMPILER_VERSION_MAJOR
- require += info_version[argc];
-#endif
-#ifdef SIMULATE_ID
- require += info_simulate[argc];
-#endif
-#ifdef SIMULATE_VERSION_MAJOR
- require += info_simulate_version[argc];
-#endif
- (void)argv;
- return require;
-}
diff --git a/code-build/CMakeFiles/3.0.2/CompilerIdCXX/a.out b/code-build/CMakeFiles/3.0.2/CompilerIdCXX/a.out
deleted file mode 100755
index cb71b42..0000000
Binary files a/code-build/CMakeFiles/3.0.2/CompilerIdCXX/a.out and /dev/null differ
diff --git a/code-build/CMakeFiles/CMakeDirectoryInformation.cmake b/code-build/CMakeFiles/CMakeDirectoryInformation.cmake
deleted file mode 100644
index b8e5a8b..0000000
--- a/code-build/CMakeFiles/CMakeDirectoryInformation.cmake
+++ /dev/null
@@ -1,16 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.0
-
-# Relative path conversion top directories.
-set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/toni/Documents/programme/localization/Fusion2016/code")
-set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/toni/Documents/programme/localization/Fusion2016/code-build")
-
-# Force unix paths in dependencies.
-set(CMAKE_FORCE_UNIX_PATHS 1)
-
-
-# The C and CXX include file regular expressions for this directory.
-set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
-set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
-set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
-set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git a/code-build/CMakeFiles/CMakeOutput.log b/code-build/CMakeFiles/CMakeOutput.log
deleted file mode 100644
index 9423458..0000000
--- a/code-build/CMakeFiles/CMakeOutput.log
+++ /dev/null
@@ -1,265 +0,0 @@
-The system is: Linux - 4.1.5-100.fc21.x86_64 - x86_64
-Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
-Compiler: /usr/bin/cc
-Build flags:
-Id flags:
-
-The output was:
-0
-
-
-Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
-
-The C compiler identification is GNU, found in "/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/3.0.2/CompilerIdC/a.out"
-
-Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
-Compiler: /usr/bin/c++
-Build flags:
-Id flags:
-
-The output was:
-0
-
-
-Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
-
-The CXX compiler identification is GNU, found in "/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/3.0.2/CompilerIdCXX/a.out"
-
-Determining if the C compiler works passed with the following output:
-Change Dir: /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp
-
-Run Build Command:"/usr/bin/gmake" "cmTryCompileExec160666428/fast"
-/usr/bin/gmake -f CMakeFiles/cmTryCompileExec160666428.dir/build.make CMakeFiles/cmTryCompileExec160666428.dir/build
-gmake[1]: Entering directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp'
-/usr/bin/cmake -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp/CMakeFiles 1
-Building C object CMakeFiles/cmTryCompileExec160666428.dir/testCCompiler.c.o
-/usr/bin/cc -o CMakeFiles/cmTryCompileExec160666428.dir/testCCompiler.c.o -c /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp/testCCompiler.c
-Linking C executable cmTryCompileExec160666428
-/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec160666428.dir/link.txt --verbose=1
-/usr/bin/cc CMakeFiles/cmTryCompileExec160666428.dir/testCCompiler.c.o -o cmTryCompileExec160666428 -rdynamic
-gmake[1]: Leaving directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp'
-
-
-Detecting C compiler ABI info compiled with the following output:
-Change Dir: /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp
-
-Run Build Command:"/usr/bin/gmake" "cmTryCompileExec988975450/fast"
-/usr/bin/gmake -f CMakeFiles/cmTryCompileExec988975450.dir/build.make CMakeFiles/cmTryCompileExec988975450.dir/build
-gmake[1]: Entering directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp'
-/usr/bin/cmake -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp/CMakeFiles 1
-Building C object CMakeFiles/cmTryCompileExec988975450.dir/CMakeCCompilerABI.c.o
-/usr/bin/cc -o CMakeFiles/cmTryCompileExec988975450.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c
-Linking C executable cmTryCompileExec988975450
-/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec988975450.dir/link.txt --verbose=1
-/usr/bin/cc -v CMakeFiles/cmTryCompileExec988975450.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec988975450 -rdynamic
-Using built-in specs.
-COLLECT_GCC=/usr/bin/cc
-COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper
-Target: x86_64-redhat-linux
-Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
-Thread model: posix
-gcc version 4.9.2 20150212 (Red Hat 4.9.2-6) (GCC)
-COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/:/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/:/usr/lib/gcc/x86_64-redhat-linux/
-LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.9.2/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../:/lib/:/usr/lib/
-COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec988975450' '-rdynamic' '-mtune=generic' '-march=x86-64'
- /usr/libexec/gcc/x86_64-redhat-linux/4.9.2/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/4.9.2/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper -plugin-opt=-fresolution=/tmp/cczyOD8k.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec988975450 /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../.. CMakeFiles/cmTryCompileExec988975450.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crtn.o
-gmake[1]: Leaving directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp'
-
-
-Parsed C implicit link information from above output:
- link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
- ignore line: [Change Dir: /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp]
- ignore line: []
- ignore line: [Run Build Command:"/usr/bin/gmake" "cmTryCompileExec988975450/fast"]
- ignore line: [/usr/bin/gmake -f CMakeFiles/cmTryCompileExec988975450.dir/build.make CMakeFiles/cmTryCompileExec988975450.dir/build]
- ignore line: [gmake[1]: Entering directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp']
- ignore line: [/usr/bin/cmake -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp/CMakeFiles 1]
- ignore line: [Building C object CMakeFiles/cmTryCompileExec988975450.dir/CMakeCCompilerABI.c.o]
- ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec988975450.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c]
- ignore line: [Linking C executable cmTryCompileExec988975450]
- ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec988975450.dir/link.txt --verbose=1]
- ignore line: [/usr/bin/cc -v CMakeFiles/cmTryCompileExec988975450.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec988975450 -rdynamic ]
- ignore line: [Using built-in specs.]
- ignore line: [COLLECT_GCC=/usr/bin/cc]
- ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper]
- ignore line: [Target: x86_64-redhat-linux]
- ignore line: [Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
- ignore line: [Thread model: posix]
- ignore line: [gcc version 4.9.2 20150212 (Red Hat 4.9.2-6) (GCC) ]
- ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/:/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/:/usr/lib/gcc/x86_64-redhat-linux/]
- ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.9.2/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../:/lib/:/usr/lib/]
- ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec988975450' '-rdynamic' '-mtune=generic' '-march=x86-64']
- link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.9.2/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/4.9.2/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper -plugin-opt=-fresolution=/tmp/cczyOD8k.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec988975450 /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../.. CMakeFiles/cmTryCompileExec988975450.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crtn.o]
- arg [/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/collect2] ==> ignore
- arg [-plugin] ==> ignore
- arg [/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/liblto_plugin.so] ==> ignore
- arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper] ==> ignore
- arg [-plugin-opt=-fresolution=/tmp/cczyOD8k.res] ==> ignore
- arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
- arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
- arg [-plugin-opt=-pass-through=-lc] ==> ignore
- arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
- arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
- arg [--build-id] ==> ignore
- arg [--no-add-needed] ==> ignore
- arg [--eh-frame-hdr] ==> ignore
- arg [--hash-style=gnu] ==> ignore
- arg [-m] ==> ignore
- arg [elf_x86_64] ==> ignore
- arg [-export-dynamic] ==> ignore
- arg [-dynamic-linker] ==> ignore
- arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
- arg [-o] ==> ignore
- arg [cmTryCompileExec988975450] ==> ignore
- arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crt1.o] ==> ignore
- arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crti.o] ==> ignore
- arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtbegin.o] ==> ignore
- arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.9.2] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2]
- arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64]
- arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
- arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
- arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../..]
- arg [CMakeFiles/cmTryCompileExec988975450.dir/CMakeCCompilerABI.c.o] ==> ignore
- arg [-lgcc] ==> lib [gcc]
- arg [--as-needed] ==> ignore
- arg [-lgcc_s] ==> lib [gcc_s]
- arg [--no-as-needed] ==> ignore
- arg [-lc] ==> lib [c]
- arg [-lgcc] ==> lib [gcc]
- arg [--as-needed] ==> ignore
- arg [-lgcc_s] ==> lib [gcc_s]
- arg [--no-as-needed] ==> ignore
- arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtend.o] ==> ignore
- arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crtn.o] ==> ignore
- remove lib [gcc]
- remove lib [gcc_s]
- remove lib [gcc]
- remove lib [gcc_s]
- collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.9.2]
- collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64] ==> [/usr/lib64]
- collapse library dir [/lib/../lib64] ==> [/lib64]
- collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
- collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../..] ==> [/usr/lib]
- implicit libs: [c]
- implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/4.9.2;/usr/lib64;/lib64;/usr/lib]
- implicit fwks: []
-
-
-Determining if the CXX compiler works passed with the following output:
-Change Dir: /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp
-
-Run Build Command:"/usr/bin/gmake" "cmTryCompileExec1039321922/fast"
-/usr/bin/gmake -f CMakeFiles/cmTryCompileExec1039321922.dir/build.make CMakeFiles/cmTryCompileExec1039321922.dir/build
-gmake[1]: Entering directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp'
-/usr/bin/cmake -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp/CMakeFiles 1
-Building CXX object CMakeFiles/cmTryCompileExec1039321922.dir/testCXXCompiler.cxx.o
-/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1039321922.dir/testCXXCompiler.cxx.o -c /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
-Linking CXX executable cmTryCompileExec1039321922
-/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1039321922.dir/link.txt --verbose=1
-/usr/bin/c++ CMakeFiles/cmTryCompileExec1039321922.dir/testCXXCompiler.cxx.o -o cmTryCompileExec1039321922 -rdynamic
-gmake[1]: Leaving directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp'
-
-
-Detecting CXX compiler ABI info compiled with the following output:
-Change Dir: /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp
-
-Run Build Command:"/usr/bin/gmake" "cmTryCompileExec4200010279/fast"
-/usr/bin/gmake -f CMakeFiles/cmTryCompileExec4200010279.dir/build.make CMakeFiles/cmTryCompileExec4200010279.dir/build
-gmake[1]: Entering directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp'
-/usr/bin/cmake -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp/CMakeFiles 1
-Building CXX object CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o
-/usr/bin/c++ -o CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp
-Linking CXX executable cmTryCompileExec4200010279
-/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4200010279.dir/link.txt --verbose=1
-/usr/bin/c++ -v CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec4200010279 -rdynamic
-Using built-in specs.
-COLLECT_GCC=/usr/bin/c++
-COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper
-Target: x86_64-redhat-linux
-Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
-Thread model: posix
-gcc version 4.9.2 20150212 (Red Hat 4.9.2-6) (GCC)
-COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/:/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/:/usr/lib/gcc/x86_64-redhat-linux/
-LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.9.2/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../:/lib/:/usr/lib/
-COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec4200010279' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
- /usr/libexec/gcc/x86_64-redhat-linux/4.9.2/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/4.9.2/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYNIMJo.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec4200010279 /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../.. CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crtn.o
-gmake[1]: Leaving directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp'
-
-
-Parsed CXX implicit link information from above output:
- link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
- ignore line: [Change Dir: /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp]
- ignore line: []
- ignore line: [Run Build Command:"/usr/bin/gmake" "cmTryCompileExec4200010279/fast"]
- ignore line: [/usr/bin/gmake -f CMakeFiles/cmTryCompileExec4200010279.dir/build.make CMakeFiles/cmTryCompileExec4200010279.dir/build]
- ignore line: [gmake[1]: Entering directory '/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp']
- ignore line: [/usr/bin/cmake -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/CMakeTmp/CMakeFiles 1]
- ignore line: [Building CXX object CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o]
- ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
- ignore line: [Linking CXX executable cmTryCompileExec4200010279]
- ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4200010279.dir/link.txt --verbose=1]
- ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec4200010279 -rdynamic ]
- ignore line: [Using built-in specs.]
- ignore line: [COLLECT_GCC=/usr/bin/c++]
- ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper]
- ignore line: [Target: x86_64-redhat-linux]
- ignore line: [Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
- ignore line: [Thread model: posix]
- ignore line: [gcc version 4.9.2 20150212 (Red Hat 4.9.2-6) (GCC) ]
- ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/:/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/:/usr/lib/gcc/x86_64-redhat-linux/]
- ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.9.2/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../:/lib/:/usr/lib/]
- ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec4200010279' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
- link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.9.2/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/4.9.2/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYNIMJo.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec4200010279 /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../.. CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crtn.o]
- arg [/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/collect2] ==> ignore
- arg [-plugin] ==> ignore
- arg [/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/liblto_plugin.so] ==> ignore
- arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper] ==> ignore
- arg [-plugin-opt=-fresolution=/tmp/ccYNIMJo.res] ==> ignore
- arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
- arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
- arg [-plugin-opt=-pass-through=-lc] ==> ignore
- arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
- arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
- arg [--build-id] ==> ignore
- arg [--no-add-needed] ==> ignore
- arg [--eh-frame-hdr] ==> ignore
- arg [--hash-style=gnu] ==> ignore
- arg [-m] ==> ignore
- arg [elf_x86_64] ==> ignore
- arg [-export-dynamic] ==> ignore
- arg [-dynamic-linker] ==> ignore
- arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
- arg [-o] ==> ignore
- arg [cmTryCompileExec4200010279] ==> ignore
- arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crt1.o] ==> ignore
- arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crti.o] ==> ignore
- arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtbegin.o] ==> ignore
- arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.9.2] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2]
- arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64]
- arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
- arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
- arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../..]
- arg [CMakeFiles/cmTryCompileExec4200010279.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
- arg [-lstdc++] ==> lib [stdc++]
- arg [-lm] ==> lib [m]
- arg [-lgcc_s] ==> lib [gcc_s]
- arg [-lgcc] ==> lib [gcc]
- arg [-lc] ==> lib [c]
- arg [-lgcc_s] ==> lib [gcc_s]
- arg [-lgcc] ==> lib [gcc]
- arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/crtend.o] ==> ignore
- arg [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64/crtn.o] ==> ignore
- remove lib [gcc_s]
- remove lib [gcc]
- remove lib [gcc_s]
- remove lib [gcc]
- collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.9.2]
- collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../lib64] ==> [/usr/lib64]
- collapse library dir [/lib/../lib64] ==> [/lib64]
- collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
- collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../..] ==> [/usr/lib]
- implicit libs: [stdc++;m;c]
- implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/4.9.2;/usr/lib64;/lib64;/usr/lib]
- implicit fwks: []
-
-
diff --git a/code-build/CMakeFiles/Fusion2016.dir/CXX.includecache b/code-build/CMakeFiles/Fusion2016.dir/CXX.includecache
deleted file mode 100644
index 0a1fe7d..0000000
--- a/code-build/CMakeFiles/Fusion2016.dir/CXX.includecache
+++ /dev/null
@@ -1,1398 +0,0 @@
-#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">])
-
-#IncludeRegexScan: ^.*$
-
-#IncludeRegexComplain: ^$
-
-#IncludeRegexTransform:
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Assertions.h
-Exception.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Exception.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Defines.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Exception.h
-exception
--
-string
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Floor.h
-vector
--
-../geo/Line2.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Line2.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/FloorplanFactorySVG.h
-Floor.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Floor.h
-Stairs.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Stairs.h
-string
--
-../Exception.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Exception.h
-KLib/gfx/svg/SVGLoader.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/PlatformStair.h
-Stair.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Stair.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Stair.h
-../geo/BBox2.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/BBox2.h
-../geo/Point2.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point2.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Stairs.h
-vector
--
-Stair.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Stair.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Angle.h
-cmath
--
-../Assertions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Assertions.h
-Point2.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point2.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/BBox2.h
-Point2.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point2.h
-Line2.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Line2.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/BBox3.h
-Point3.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point3.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Heading.h
-cmath
--
-random
--
-Angle.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Angle.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Length.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Line2.h
-Point2.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point2.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point2.h
-cmath
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point3.h
-../Assertions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Assertions.h
-cmath
--
-Point2.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point2.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Units.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/Grid.h
-vector
--
-iostream
--
-unordered_map
--
-../Exception.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Exception.h
-GridPoint.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridPoint.h
-GridNode.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNode.h
-../Assertions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Assertions.h
-../geo/BBox3.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/BBox3.h
-../misc/Debug.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Debug.h
-GridNeighborIterator.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNeighborIterator.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNeighborIterator.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNode.h
-GridNodeBBox.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNodeBBox.h
-GridPoint.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridPoint.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNodeBBox.h
-GridPoint.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridPoint.h
-../geo/BBox2.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/BBox2.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridPoint.h
-cmath
--
-../geo/Point3.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point3.h
-../Assertions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Assertions.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/factory/GridFactory.h
-string
--
-unordered_set
--
-../../floorplan/Floor.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Floor.h
-../../floorplan/Stairs.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Stairs.h
-../../floorplan/PlatformStair.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/PlatformStair.h
-../../geo/Units.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Units.h
-../GridNodeBBox.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNodeBBox.h
-../Grid.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/Grid.h
-../../misc/Debug.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Debug.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/factory/GridImportance.h
-../Grid.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/Grid.h
-GridFactory.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/factory/GridFactory.h
-../../misc/KNN.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/KNN.h
-../../misc/KNNArray.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/KNNArray.h
-../../math/MiniMat2.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/MiniMat2.h
-../../misc/Debug.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Debug.h
-../../nav/dijkstra/Dijkstra.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/Dijkstra.h
-../../nav/dijkstra/DijkstraPath.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/DijkstraPath.h
-../../math/Distributions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/Distributions.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalk.h
-GridWalkState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkState.h
-../Grid.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/Grid.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkHelper.h
-../../geo/Heading.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Heading.h
-GridWalkState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkState.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkLightAtTheEndOfTheTunnel.h
-../../geo/Heading.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Heading.h
-../Grid.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/Grid.h
-../../math/DrawList.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/DrawList.h
-../../math/Distributions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/Distributions.h
-../../nav/dijkstra/Dijkstra.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/Dijkstra.h
-GridWalk.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalk.h
-GridWalkState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkState.h
-GridWalkHelper.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkHelper.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkPathControl.h
-../../geo/Heading.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Heading.h
-../Grid.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/Grid.h
-../../math/Distributions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/Distributions.h
-../../math/DrawList.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/DrawList.h
-../../nav/dijkstra/Dijkstra.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/Dijkstra.h
-GridWalkState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkState.h
-GridWalkHelper.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkHelper.h
-GridWalk.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalk.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkPushForward.h
-../../geo/Heading.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Heading.h
-../Grid.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/Grid.h
-../../math/DrawList.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/DrawList.h
-../../nav/dijkstra/Dijkstra.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/Dijkstra.h
-GridWalkState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkState.h
-GridWalkHelper.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkHelper.h
-GridWalk.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalk.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkRandomHeadingUpdate.h
-../../geo/Heading.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Heading.h
-../Grid.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/Grid.h
-../../nav/dijkstra/Dijkstra.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/Dijkstra.h
-GridWalk.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalk.h
-GridWalkState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkState.h
-GridWalkHelper.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkHelper.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkRandomHeadingUpdateAdv.h
-../../geo/Heading.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Heading.h
-../Grid.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/Grid.h
-../../math/DrawList.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/DrawList.h
-../../math/Distributions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/Distributions.h
-../../nav/dijkstra/Dijkstra.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/Dijkstra.h
-GridWalk.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalk.h
-GridWalkState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkState.h
-GridWalkHelper.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkHelper.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkShortestPathControl.h
-../../geo/Heading.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Heading.h
-../Grid.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/Grid.h
-../../math/Distributions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/Distributions.h
-../../math/DrawList.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/DrawList.h
-../../nav/dijkstra/Dijkstra.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/Dijkstra.h
-../../nav/dijkstra/DijkstraPath.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/DijkstraPath.h
-../../misc/KNN.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/KNN.h
-../../misc/KNNArray.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/KNNArray.h
-GridWalkState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkState.h
-GridWalkHelper.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkHelper.h
-GridWalk.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalk.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkSimpleControl.h
-../../geo/Heading.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Heading.h
-../Grid.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/Grid.h
-../../math/Distributions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/Distributions.h
-../../math/DrawList.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/DrawList.h
-GridWalkState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkState.h
-GridWalkHelper.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkHelper.h
-GridWalk.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalk.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkState.h
-../../geo/Heading.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Heading.h
-../../geo/Point3.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point3.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/lib/nanoflann/nanoflann.hpp
-vector
--
-cassert
--
-algorithm
--
-stdexcept
--
-cstdio
--
-cmath
--
-limits
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/Distributions.h
-distribution/Normal.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Normal.h
-distribution/Exponential.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Exponential.h
-distribution/Logistic.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Logistic.h
-distribution/Uniform.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Uniform.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/DrawList.h
-vector
--
-random
--
-../Assertions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Assertions.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/Interpolator.h
-../Assertions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Assertions.h
-../Exception.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Exception.h
-vector
--
-algorithm
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/MiniMat2.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/MovingAVG.h
-vector
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/MovingMedian.h
-vector
--
-algorithm
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Exponential.h
-cmath
--
-random
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Logistic.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Normal.h
-cmath
--
-random
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Uniform.h
-cmath
--
-random
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Debug.h
-string
--
-iostream
--
-iomanip
--
-Time.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Time.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/KNN.h
-../lib/nanoflann/nanoflann.hpp
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/lib/nanoflann/nanoflann.hpp
-Debug.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Debug.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/KNNArray.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Time.h
-chrono
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/Dijkstra.h
-vector
--
-algorithm
--
-unordered_set
--
-list
--
-set
--
-DijkstraStructs.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/DijkstraStructs.h
-../../misc/Debug.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Debug.h
-../../misc/Time.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Time.h
-../../Defines.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Defines.h
-../../Assertions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Assertions.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/DijkstraPath.h
-DijkstraStructs.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/DijkstraStructs.h
-vector
--
-../../Assertions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Assertions.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/DijkstraStructs.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/Assertions.h
-Exception.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/Exception.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/fs/File.h
-string
--
-algorithm
--
-cstring
--
-vector
--
-iostream
--
-sys/stat.h
--
-stdio.h
--
-dirent.h
--
-direct.h
--
-dirent.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/fs/dirent.h
-direct.h
--
-dirent.h
--
-unistd.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/geo/Line.h
-Point.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/geo/Point.h
-math.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/geo/Point.h
-iosfwd
--
-math.h
--
-iostream
--
-cmath
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/Color.h
-algorithm
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGComposite.h
-vector
--
-SVGElement.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGElement.h
-SVGLayer.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGLayer.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGElement.h
-SVGElementType.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGElementType.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGElementType.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGFile.h
-SVGComposite.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGComposite.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGLayer.h
-SVGComposite.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGComposite.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGLoader.h
-../../fs/File.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/fs/File.h
-SVGComposite.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGComposite.h
-string
--
-SVGFile.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGFile.h
-SVGLoader.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGLoader.h
-SVGLayer.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGLayer.h
-SVGPath.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGPath.h
-SVGText.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGText.h
-../../string/String.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/string/String.h
-../../inc/tinyxml/tinyxml2.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/inc/tinyxml/tinyxml2.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGPath.h
-SVGElement.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGElement.h
-../../geo/Line.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/geo/Line.h
-../Color.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/Color.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGText.h
-SVGElement.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGElement.h
-../../geo/Line.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/geo/Line.h
-../Color.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/Color.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/inc/tinyxml/tinyxml2.h
-ctype.h
--
-limits.h
--
-stdio.h
--
-stdlib.h
--
-string.h
--
-stdarg.h
--
-cctype
--
-climits
--
-cstdio
--
-cstdlib
--
-cstring
--
-cstdarg
--
-android/log.h
--
-assert.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/distribution/Normal.h
-algorithm
--
-random
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/distribution/Uniform.h
-algorithm
--
-random
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/Particle.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleAssertions.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilter.h
-vector
--
-memory
--
-Particle.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/Particle.h
-resampling/ParticleFilterResampling.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResampling.h
-estimation/ParticleFilterEstimation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimation.h
-ParticleFilterTransition.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterTransition.h
-ParticleFilterEvaluation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterEvaluation.h
-ParticleFilterInitializer.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterInitializer.h
-../../../Assertions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/Assertions.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterEvaluation.h
-vector
--
-Particle.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/Particle.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterInitializer.h
-vector
--
-Particle.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/Particle.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterTransition.h
-vector
--
-Particle.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/Particle.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimation.h
-../Particle.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/Particle.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimationOrderedWeightedAverage.h
-vector
--
-../Particle.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/Particle.h
-../ParticleAssertions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleAssertions.h
-ParticleFilterEstimation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimation.h
-../../../../Assertions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/Assertions.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimationRegionalWeightedAverage.h
-ParticleFilterEstimation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimation.h
-../Particle.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/Particle.h
-../ParticleAssertions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleAssertions.h
-algorithm
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimationWeightedAverage.h
-vector
--
-../Particle.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/Particle.h
-../ParticleAssertions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleAssertions.h
-ParticleFilterEstimation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimation.h
-../../../../Assertions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/Assertions.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResampling.h
-../Particle.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/Particle.h
-vector
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResamplingPercent.h
-algorithm
--
-ParticleFilterResampling.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResampling.h
-../ParticleAssertions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleAssertions.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResamplingSimple.h
-algorithm
--
-ParticleFilterResampling.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResampling.h
-../ParticleAssertions.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleAssertions.h
-../../../../os/Time.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/os/Time.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/optimization/NumOptVector.h
-cassert
--
-cstring
--
-iostream
--
-array
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/statistics/Statistics.h
-set
--
-cstdint
--
-sstream
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/Gnuplot.h
-../../os/Process.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/os/Process.h
-../../fs/File.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/fs/File.h
-GnuplotSize.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSize.h
-GnuplotDrawable.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotDrawable.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotDrawable.h
-sstream
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlot.h
-vector
--
-string
--
-GnuplotDrawable.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotDrawable.h
-GnuplotPlotElement.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElement.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElement.h
-sstream
--
-GnuplotStructs.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotStructs.h
-attributes/GnuplotAttrTitle.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrTitle.h
-attributes/GnuplotAttrColor.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrColor.h
-attributes/GnuplotAttrCustom.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrCustom.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElementColorPoints.h
-GnuplotPlotElement.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElement.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElementLines.h
-vector
--
-GnuplotPlotElementRaw.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElementRaw.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElementRaw.h
-GnuplotPlotElement.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElement.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSize.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplot.h
-vector
--
-string
--
-GnuplotDrawable.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotDrawable.h
-GnuplotSplotElement.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElement.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElement.h
-sstream
--
-GnuplotStructs.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotStructs.h
-attributes/GnuplotAttrTitle.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrTitle.h
-attributes/GnuplotAttrCustom.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrCustom.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementColorPoints.h
-GnuplotSplotElement.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElement.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementLines.h
-vector
--
-GnuplotSplotElementRaw.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementRaw.h
-attributes/GnuplotAttrColor.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrColor.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementPoints.h
-GnuplotSplotElementRaw.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementRaw.h
-attributes/GnuplotAttrColor.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrColor.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementRaw.h
-GnuplotSplotElement.h
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElement.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotStructs.h
-cmath
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrColor.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrCustom.h
-string
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrTitle.h
-string
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/os/Process.h
-exception
--
-iosfwd
--
-cstdio
--
-iostream
--
-fcntl.h
--
-sstream
--
-signal.h
--
-unistd.h
--
-sys/types.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/os/Time.h
-cstdint
--
-sys/time.h
--
-windows.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/string/String.h
-string.h
--
-string
--
-sstream
--
-algorithm
--
-vector
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/DijkstraMapper.h
-MyGridNode.h
-/home/toni/Documents/programme/localization/Fusion2016/code/MyGridNode.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/Helper.h
-Indoor/grid/Grid.h
--
-Indoor/grid/factory/GridFactory.h
--
-Indoor/grid/factory/GridImportance.h
--
-Indoor/floorplan/FloorplanFactorySVG.h
--
-Settings.h
-/home/toni/Documents/programme/localization/Fusion2016/code/Settings.h
-MyGridNode.h
-/home/toni/Documents/programme/localization/Fusion2016/code/MyGridNode.h
-OldGroundTruth.h
-/home/toni/Documents/programme/localization/Fusion2016/code/OldGroundTruth.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/MyGridNode.h
-Indoor/grid/GridNode.h
--
-Indoor/grid/GridPoint.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/OldGroundTruth.h
-KLib/geo/Point.h
--
-unordered_map
--
-KLib/gfx/svg/SVGLoader.h
--
-Indoor/geo/Point2.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/Settings.h
-string
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/Vis.h
-KLib/misc/gnuplot/Gnuplot.h
--
-KLib/misc/gnuplot/GnuplotSplot.h
--
-KLib/misc/gnuplot/GnuplotSplotElementLines.h
--
-KLib/misc/gnuplot/GnuplotSplotElementPoints.h
--
-KLib/misc/gnuplot/GnuplotSplotElementColorPoints.h
--
-Indoor/geo/Length.h
--
-Indoor/floorplan/Floor.h
--
-Indoor/geo/Angle.h
--
-Indoor/grid/walk/GridWalkState.h
--
-eval/GroundTruthWay.h
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/GroundTruthWay.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/DebugShortestPath.h
-Indoor/grid/walk/GridWalkShortestPathControl.h
--
-KLib/misc/gnuplot/Gnuplot.h
--
-KLib/misc/gnuplot/GnuplotSplot.h
--
-KLib/misc/gnuplot/GnuplotSplotElementLines.h
--
-KLib/misc/gnuplot/GnuplotSplotElementPoints.h
--
-../Helper.h
-/home/toni/Documents/programme/localization/Fusion2016/code/Helper.h
-../Vis.h
-/home/toni/Documents/programme/localization/Fusion2016/code/Vis.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/Eval.h
-EvalBase.h
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/EvalBase.h
-../DijkstraMapper.h
-/home/toni/Documents/programme/localization/Fusion2016/code/DijkstraMapper.h
-Indoor/grid/walk/GridWalkRandomHeadingUpdate.h
--
-Indoor/grid/walk/GridWalkRandomHeadingUpdateAdv.h
--
-Indoor/grid/walk/GridWalkPushForward.h
--
-Indoor/grid/walk/GridWalkLightAtTheEndOfTheTunnel.h
--
-KLib/math/filter/particles/resampling/ParticleFilterResamplingSimple.h
--
-KLib/math/filter/particles/estimation/ParticleFilterEstimationWeightedAverage.h
--
-KLib/math/filter/particles/estimation/ParticleFilterEstimationRegionalWeightedAverage.h
--
-KLib/math/filter/particles/estimation/ParticleFilterEstimationOrderedWeightedAverage.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/Eval1.h
-EvalBase.h
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/EvalBase.h
-../DijkstraMapper.h
-/home/toni/Documents/programme/localization/Fusion2016/code/DijkstraMapper.h
-Indoor/grid/walk/GridWalkRandomHeadingUpdate.h
--
-Indoor/grid/walk/GridWalkRandomHeadingUpdateAdv.h
--
-Indoor/grid/walk/GridWalkPushForward.h
--
-Indoor/grid/walk/GridWalkLightAtTheEndOfTheTunnel.h
--
-Indoor/grid/walk/GridWalkSimpleControl.h
--
-Indoor/grid/walk/GridWalkPathControl.h
--
-Indoor/grid/walk/GridWalkShortestPathControl.h
--
-DebugShortestPath.h
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/DebugShortestPath.h
-KLib/math/filter/particles/resampling/ParticleFilterResamplingSimple.h
--
-KLib/math/filter/particles/resampling/ParticleFilterResamplingPercent.h
--
-KLib/math/filter/particles/estimation/ParticleFilterEstimationWeightedAverage.h
--
-KLib/math/filter/particles/estimation/ParticleFilterEstimationRegionalWeightedAverage.h
--
-KLib/math/filter/particles/estimation/ParticleFilterEstimationOrderedWeightedAverage.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/EvalBase.h
-../Settings.h
-/home/toni/Documents/programme/localization/Fusion2016/code/Settings.h
-../Helper.h
-/home/toni/Documents/programme/localization/Fusion2016/code/Helper.h
-../Vis.h
-/home/toni/Documents/programme/localization/Fusion2016/code/Vis.h
-KLib/math/filter/particles/ParticleFilter.h
--
-KLib/math/statistics/Statistics.h
--
-GroundTruthWay.h
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/GroundTruthWay.h
-../particles/MyState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyState.h
-../particles/MyObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyObservation.h
-../particles/MyEvaluation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyEvaluation.h
-../particles/MyTransition.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyTransition.h
-../particles/MyInitializer.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyInitializer.h
-../reader/SensorReader.h
-/home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReader.h
-../reader/SensorReaderStep.h
-/home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReaderStep.h
-../reader/SensorReaderTurn.h
-/home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReaderTurn.h
-../lukas/TurnObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnObservation.h
-../lukas/StepObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepObservation.h
-../toni/BarometerSensorReader.h
-/home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerSensorReader.h
-../frank/WiFiSensorReader.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiSensorReader.h
-../frank/BeaconSensorReader.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconSensorReader.h
-../frank/OrientationSensorReader.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/OrientationSensorReader.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/GroundTruthWay.h
-Indoor/math/Interpolator.h
--
-Indoor/geo/Point3.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperPlot.h
-KLib/misc/gnuplot/Gnuplot.h
--
-KLib/misc/gnuplot/GnuplotSplot.h
--
-KLib/misc/gnuplot/GnuplotSplotElementLines.h
--
-KLib/misc/gnuplot/GnuplotSplotElementPoints.h
--
-KLib/misc/gnuplot/GnuplotSplotElementColorPoints.h
--
-Indoor/floorplan/Floor.h
--
-Indoor/geo/Length.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperPlot2D.h
-KLib/misc/gnuplot/Gnuplot.h
--
-KLib/misc/gnuplot/GnuplotPlot.h
--
-KLib/misc/gnuplot/GnuplotPlotElementLines.h
--
-KLib/misc/gnuplot/GnuplotPlotElementColorPoints.h
--
-Indoor/floorplan/Floor.h
--
-Indoor/geo/Length.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisDijkstra.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisGrid.h
-Indoor/grid/Grid.h
--
-Indoor/grid/factory/GridFactory.h
--
-Indoor/grid/factory/GridImportance.h
--
-Indoor/floorplan/FloorplanFactorySVG.h
--
-Indoor/grid/walk/GridWalkLightAtTheEndOfTheTunnel.h
--
-Indoor/nav/dijkstra/Dijkstra.h
--
-Indoor/nav/dijkstra/DijkstraPath.h
--
-PaperPlot.h
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperPlot.h
-PaperPlot2D.h
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperPlot2D.h
-../MyGridNode.h
-/home/toni/Documents/programme/localization/Fusion2016/code/MyGridNode.h
-../Settings.h
-/home/toni/Documents/programme/localization/Fusion2016/code/Settings.h
-../Helper.h
-/home/toni/Documents/programme/localization/Fusion2016/code/Helper.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisImportance.h
-Indoor/grid/Grid.h
--
-Indoor/grid/factory/GridFactory.h
--
-Indoor/grid/factory/GridImportance.h
--
-Indoor/floorplan/FloorplanFactorySVG.h
--
-Indoor/grid/walk/GridWalkLightAtTheEndOfTheTunnel.h
--
-Indoor/nav/dijkstra/Dijkstra.h
--
-Indoor/nav/dijkstra/DijkstraPath.h
--
-PaperPlot.h
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperPlot.h
-PaperPlot2D.h
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperPlot2D.h
-../MyGridNode.h
-/home/toni/Documents/programme/localization/Fusion2016/code/MyGridNode.h
-../Settings.h
-/home/toni/Documents/programme/localization/Fusion2016/code/Settings.h
-../DijkstraMapper.h
-/home/toni/Documents/programme/localization/Fusion2016/code/DijkstraMapper.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconEvaluation.h
-KLib/math/distribution/Normal.h
--
-BeaconObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconObservation.h
-Settings.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/Settings.h
-../particles/MyState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyState.h
-../particles/MyObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyObservation.h
-PositionedBeacon.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/PositionedBeacon.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconObservation.h
-MACAddress.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/MACAddress.h
-vector
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconSensorReader.h
-../reader/SensorReader.h
-/home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReader.h
-BeaconObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconObservation.h
-Settings.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/Settings.h
-cassert
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/MACAddress.h
-cstdint
--
-string
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/OrientationObservation.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/OrientationSensorReader.h
-../reader/SensorReader.h
-/home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReader.h
-OrientationObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/OrientationObservation.h
-cassert
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/PositionedBeacon.h
-WiFiAP.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiAP.h
-Indoor/geo/Point3.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/PositionedWiFiAP.h
-WiFiAP.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiAP.h
-Indoor/geo/Point3.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiAP.h
-MACAddress.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/MACAddress.h
-ostream
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiEvaluation.h
-../particles/MyState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyState.h
-WiFiObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiObservation.h
-PositionedWiFiAP.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/PositionedWiFiAP.h
-Settings.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/Settings.h
-../particles/MyObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyObservation.h
-KLib/math/distribution/Normal.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiObservation.h
-MACAddress.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/MACAddress.h
-vector
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiSensorReader.h
-../reader/SensorReader.h
-/home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReader.h
-WiFiObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiObservation.h
-cassert
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepEvaluation.h
-../particles/MyState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyState.h
-StepObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepObservation.h
-math.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepObservation.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnEvaluation.h
-../particles/MyState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyState.h
-TurnObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnObservation.h
-math.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnObservation.h
-vector
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/main.cpp
-Indoor/grid/walk/GridWalkLightAtTheEndOfTheTunnel.h
--
-Indoor/grid/walk/GridWalkRandomHeadingUpdate.h
--
-Indoor/grid/walk/GridWalkRandomHeadingUpdateAdv.h
--
-Indoor/grid/walk/GridWalkPushForward.h
--
-Vis.h
-/home/toni/Documents/programme/localization/Fusion2016/code/Vis.h
-Helper.h
-/home/toni/Documents/programme/localization/Fusion2016/code/Helper.h
-MyGridNode.h
-/home/toni/Documents/programme/localization/Fusion2016/code/MyGridNode.h
-Helper.h
-/home/toni/Documents/programme/localization/Fusion2016/code/Helper.h
-DijkstraMapper.h
-/home/toni/Documents/programme/localization/Fusion2016/code/DijkstraMapper.h
-eval/Eval.h
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/Eval.h
-eval/Eval1.h
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/Eval1.h
-eval/EvalBase.h
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/EvalBase.h
-eval/PaperVisImportance.h
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisImportance.h
-eval/PaperVisDijkstra.h
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisDijkstra.h
-eval/PaperVisGrid.h
-/home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisGrid.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyControl.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyEvaluation.h
-KLib/math/filter/particles/ParticleFilterEvaluation.h
--
-MyObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyObservation.h
-MyState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyState.h
-../frank/WiFiEvaluation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiEvaluation.h
-../frank/BeaconEvaluation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconEvaluation.h
-../toni/BarometerEvaluation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerEvaluation.h
-../lukas/StepEvaluation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepEvaluation.h
-../lukas/TurnEvaluation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnEvaluation.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyInitializer.h
-KLib/math/filter/particles/ParticleFilterInitializer.h
--
-MyState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyState.h
-Indoor/grid/Grid.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyObservation.h
-../frank/WiFiObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiObservation.h
-../frank/BeaconObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconObservation.h
-../frank/OrientationObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/frank/OrientationObservation.h
-../toni/BarometerObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerObservation.h
-../lukas/StepObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepObservation.h
-../lukas/TurnObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnObservation.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyState.h
-KLib/math/distribution/Normal.h
--
-KLib/math/optimization/NumOptVector.h
--
-Indoor/grid/walk/GridWalkState.h
--
-../MyGridNode.h
-/home/toni/Documents/programme/localization/Fusion2016/code/MyGridNode.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyTransition.h
-KLib/math/filter/particles/ParticleFilterTransition.h
--
-KLib/math/distribution/Normal.h
--
-KLib/math/distribution/Uniform.h
--
-Indoor/grid/Grid.h
--
-Indoor/grid/walk/GridWalk.h
--
-MyState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyState.h
-MyControl.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyControl.h
-../toni/barometric.h
-/home/toni/Documents/programme/localization/Fusion2016/code/toni/barometric.h
-../MyGridNode.h
-/home/toni/Documents/programme/localization/Fusion2016/code/MyGridNode.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReader.h
-fstream
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReaderStep.h
-fstream
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReaderTurn.h
-fstream
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerEvaluation.h
-../particles/MyState.h
-/home/toni/Documents/programme/localization/Fusion2016/code/particles/MyState.h
-BarometerObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerObservation.h
-
-/home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerObservation.h
-cstdint
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerSensorReader.h
-BarometerObservation.h
-/home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerObservation.h
-../reader/SensorReader.h
-/home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReader.h
-sstream
--
-Indoor/math/MovingAVG.h
--
-Indoor/math/MovingMedian.h
--
-
-/home/toni/Documents/programme/localization/Fusion2016/code/toni/barometric.h
-
diff --git a/code-build/CMakeFiles/Fusion2016.dir/DependInfo.cmake b/code-build/CMakeFiles/Fusion2016.dir/DependInfo.cmake
deleted file mode 100644
index 582ba61..0000000
--- a/code-build/CMakeFiles/Fusion2016.dir/DependInfo.cmake
+++ /dev/null
@@ -1,28 +0,0 @@
-# The set of languages for which implicit dependencies are needed:
-set(CMAKE_DEPENDS_LANGUAGES
- "CXX"
- )
-# The set of files for implicit dependencies of each language:
-set(CMAKE_DEPENDS_CHECK_CXX
- "/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp" "/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o"
- "/home/toni/Documents/programme/localization/Fusion2016/code/main.cpp" "/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/Fusion2016.dir/main.cpp.o"
- )
-set(CMAKE_CXX_COMPILER_ID "GNU")
-
-# Preprocessor definitions for this target.
-set(CMAKE_TARGET_DEFINITIONS
- "WITH_ASSERTIONS"
- "WITH_TESTS"
- )
-
-# Targets to which this target links.
-set(CMAKE_TARGET_LINKED_INFO_FILES
- )
-
-# The include file search paths:
-set(CMAKE_C_TARGET_INCLUDE_PATH
- "/home/toni/Documents/programme/localization/Fusion2016/code/../.."
- )
-set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
-set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
-set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/code-build/CMakeFiles/Fusion2016.dir/build.make b/code-build/CMakeFiles/Fusion2016.dir/build.make
deleted file mode 100644
index 8fa9c3b..0000000
--- a/code-build/CMakeFiles/Fusion2016.dir/build.make
+++ /dev/null
@@ -1,128 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.0
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-# A target that is always out of date.
-cmake_force:
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/toni/Documents/programme/localization/Fusion2016/code
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/toni/Documents/programme/localization/Fusion2016/code-build
-
-# Include any dependencies generated for this target.
-include CMakeFiles/Fusion2016.dir/depend.make
-
-# Include the progress variables for this target.
-include CMakeFiles/Fusion2016.dir/progress.make
-
-# Include the compile flags for this target's objects.
-include CMakeFiles/Fusion2016.dir/flags.make
-
-CMakeFiles/Fusion2016.dir/main.cpp.o: CMakeFiles/Fusion2016.dir/flags.make
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/main.cpp
- $(CMAKE_COMMAND) -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles $(CMAKE_PROGRESS_1)
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/Fusion2016.dir/main.cpp.o"
- /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/Fusion2016.dir/main.cpp.o -c /home/toni/Documents/programme/localization/Fusion2016/code/main.cpp
-
-CMakeFiles/Fusion2016.dir/main.cpp.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Fusion2016.dir/main.cpp.i"
- /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/toni/Documents/programme/localization/Fusion2016/code/main.cpp > CMakeFiles/Fusion2016.dir/main.cpp.i
-
-CMakeFiles/Fusion2016.dir/main.cpp.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Fusion2016.dir/main.cpp.s"
- /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/toni/Documents/programme/localization/Fusion2016/code/main.cpp -o CMakeFiles/Fusion2016.dir/main.cpp.s
-
-CMakeFiles/Fusion2016.dir/main.cpp.o.requires:
-.PHONY : CMakeFiles/Fusion2016.dir/main.cpp.o.requires
-
-CMakeFiles/Fusion2016.dir/main.cpp.o.provides: CMakeFiles/Fusion2016.dir/main.cpp.o.requires
- $(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/main.cpp.o.provides.build
-.PHONY : CMakeFiles/Fusion2016.dir/main.cpp.o.provides
-
-CMakeFiles/Fusion2016.dir/main.cpp.o.provides.build: CMakeFiles/Fusion2016.dir/main.cpp.o
-
-CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o: CMakeFiles/Fusion2016.dir/flags.make
-CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o: /home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp
- $(CMAKE_COMMAND) -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles $(CMAKE_PROGRESS_2)
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o"
- /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o -c /home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp
-
-CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.i"
- /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp > CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.i
-
-CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.s"
- /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp -o CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.s
-
-CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o.requires:
-.PHONY : CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o.requires
-
-CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o.provides: CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o.requires
- $(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o.provides.build
-.PHONY : CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o.provides
-
-CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o.provides.build: CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o
-
-# Object files for target Fusion2016
-Fusion2016_OBJECTS = \
-"CMakeFiles/Fusion2016.dir/main.cpp.o" \
-"CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o"
-
-# External object files for target Fusion2016
-Fusion2016_EXTERNAL_OBJECTS =
-
-Fusion2016: CMakeFiles/Fusion2016.dir/main.cpp.o
-Fusion2016: CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o
-Fusion2016: CMakeFiles/Fusion2016.dir/build.make
-Fusion2016: CMakeFiles/Fusion2016.dir/link.txt
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable Fusion2016"
- $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Fusion2016.dir/link.txt --verbose=$(VERBOSE)
-
-# Rule to build all files generated by this target.
-CMakeFiles/Fusion2016.dir/build: Fusion2016
-.PHONY : CMakeFiles/Fusion2016.dir/build
-
-CMakeFiles/Fusion2016.dir/requires: CMakeFiles/Fusion2016.dir/main.cpp.o.requires
-CMakeFiles/Fusion2016.dir/requires: CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o.requires
-.PHONY : CMakeFiles/Fusion2016.dir/requires
-
-CMakeFiles/Fusion2016.dir/clean:
- $(CMAKE_COMMAND) -P CMakeFiles/Fusion2016.dir/cmake_clean.cmake
-.PHONY : CMakeFiles/Fusion2016.dir/clean
-
-CMakeFiles/Fusion2016.dir/depend:
- cd /home/toni/Documents/programme/localization/Fusion2016/code-build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/toni/Documents/programme/localization/Fusion2016/code /home/toni/Documents/programme/localization/Fusion2016/code /home/toni/Documents/programme/localization/Fusion2016/code-build /home/toni/Documents/programme/localization/Fusion2016/code-build /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/Fusion2016.dir/DependInfo.cmake --color=$(COLOR)
-.PHONY : CMakeFiles/Fusion2016.dir/depend
-
diff --git a/code-build/CMakeFiles/Fusion2016.dir/cmake_clean.cmake b/code-build/CMakeFiles/Fusion2016.dir/cmake_clean.cmake
deleted file mode 100644
index 37e2250..0000000
--- a/code-build/CMakeFiles/Fusion2016.dir/cmake_clean.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
-file(REMOVE_RECURSE
- "CMakeFiles/Fusion2016.dir/main.cpp.o"
- "CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o"
- "Fusion2016.pdb"
- "Fusion2016"
-)
-
-# Per-language clean rules from dependency scanning.
-foreach(lang CXX)
- include(CMakeFiles/Fusion2016.dir/cmake_clean_${lang}.cmake OPTIONAL)
-endforeach()
diff --git a/code-build/CMakeFiles/Fusion2016.dir/depend.internal b/code-build/CMakeFiles/Fusion2016.dir/depend.internal
deleted file mode 100644
index afb92d6..0000000
--- a/code-build/CMakeFiles/Fusion2016.dir/depend.internal
+++ /dev/null
@@ -1,157 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.0
-
-CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o
- /home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp
- /home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.h
-CMakeFiles/Fusion2016.dir/main.cpp.o
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Assertions.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Defines.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Exception.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Floor.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/FloorplanFactorySVG.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/PlatformStair.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Stair.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Stairs.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Angle.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/BBox2.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/BBox3.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Heading.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Length.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Line2.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point2.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point3.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Units.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/Grid.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNeighborIterator.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNode.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNodeBBox.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridPoint.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/factory/GridFactory.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/factory/GridImportance.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalk.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkHelper.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkLightAtTheEndOfTheTunnel.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkPathControl.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkPushForward.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkRandomHeadingUpdate.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkRandomHeadingUpdateAdv.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkShortestPathControl.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkSimpleControl.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkState.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/lib/nanoflann/nanoflann.hpp
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/Distributions.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/DrawList.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/Interpolator.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/MiniMat2.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/MovingAVG.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/MovingMedian.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Exponential.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Logistic.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Normal.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Uniform.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Debug.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/KNN.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/KNNArray.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Time.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/Dijkstra.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/DijkstraPath.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/DijkstraStructs.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/Assertions.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/fs/File.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/geo/Line.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/geo/Point.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/Color.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGComposite.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGElement.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGElementType.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGFile.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGLayer.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGLoader.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGPath.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGText.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/inc/tinyxml/tinyxml2.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/distribution/Normal.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/distribution/Uniform.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/Particle.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleAssertions.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilter.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterEvaluation.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterInitializer.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterTransition.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimation.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimationOrderedWeightedAverage.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimationRegionalWeightedAverage.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimationWeightedAverage.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResampling.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResamplingPercent.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResamplingSimple.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/optimization/NumOptVector.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/statistics/Statistics.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/Gnuplot.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotDrawable.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlot.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElement.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElementColorPoints.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElementLines.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElementRaw.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSize.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplot.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElement.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementColorPoints.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementLines.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementPoints.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementRaw.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotStructs.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrColor.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrCustom.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrTitle.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/os/Process.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/os/Time.h
- /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/string/String.h
- /home/toni/Documents/programme/localization/Fusion2016/code/DijkstraMapper.h
- /home/toni/Documents/programme/localization/Fusion2016/code/Helper.h
- /home/toni/Documents/programme/localization/Fusion2016/code/MyGridNode.h
- /home/toni/Documents/programme/localization/Fusion2016/code/OldGroundTruth.h
- /home/toni/Documents/programme/localization/Fusion2016/code/Settings.h
- /home/toni/Documents/programme/localization/Fusion2016/code/Vis.h
- /home/toni/Documents/programme/localization/Fusion2016/code/eval/DebugShortestPath.h
- /home/toni/Documents/programme/localization/Fusion2016/code/eval/Eval.h
- /home/toni/Documents/programme/localization/Fusion2016/code/eval/Eval1.h
- /home/toni/Documents/programme/localization/Fusion2016/code/eval/EvalBase.h
- /home/toni/Documents/programme/localization/Fusion2016/code/eval/GroundTruthWay.h
- /home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperPlot.h
- /home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperPlot2D.h
- /home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisDijkstra.h
- /home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisGrid.h
- /home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisImportance.h
- /home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconEvaluation.h
- /home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconObservation.h
- /home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconSensorReader.h
- /home/toni/Documents/programme/localization/Fusion2016/code/frank/MACAddress.h
- /home/toni/Documents/programme/localization/Fusion2016/code/frank/OrientationObservation.h
- /home/toni/Documents/programme/localization/Fusion2016/code/frank/OrientationSensorReader.h
- /home/toni/Documents/programme/localization/Fusion2016/code/frank/PositionedBeacon.h
- /home/toni/Documents/programme/localization/Fusion2016/code/frank/PositionedWiFiAP.h
- /home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiAP.h
- /home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiEvaluation.h
- /home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiObservation.h
- /home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiSensorReader.h
- /home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepEvaluation.h
- /home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepObservation.h
- /home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnEvaluation.h
- /home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnObservation.h
- /home/toni/Documents/programme/localization/Fusion2016/code/main.cpp
- /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyControl.h
- /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyEvaluation.h
- /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyInitializer.h
- /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyObservation.h
- /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyState.h
- /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyTransition.h
- /home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReader.h
- /home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReaderStep.h
- /home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReaderTurn.h
- /home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerEvaluation.h
- /home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerObservation.h
- /home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerSensorReader.h
- /home/toni/Documents/programme/localization/Fusion2016/code/toni/barometric.h
diff --git a/code-build/CMakeFiles/Fusion2016.dir/depend.make b/code-build/CMakeFiles/Fusion2016.dir/depend.make
deleted file mode 100644
index 68cefd5..0000000
--- a/code-build/CMakeFiles/Fusion2016.dir/depend.make
+++ /dev/null
@@ -1,157 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.0
-
-CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o: /home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp
-CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o: /home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.h
-
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Assertions.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Defines.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/Exception.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Floor.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/FloorplanFactorySVG.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/PlatformStair.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Stair.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/floorplan/Stairs.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Angle.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/BBox2.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/BBox3.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Heading.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Length.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Line2.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point2.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Point3.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/geo/Units.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/Grid.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNeighborIterator.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNode.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridNodeBBox.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/GridPoint.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/factory/GridFactory.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/factory/GridImportance.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalk.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkHelper.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkLightAtTheEndOfTheTunnel.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkPathControl.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkPushForward.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkRandomHeadingUpdate.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkRandomHeadingUpdateAdv.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkShortestPathControl.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkSimpleControl.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/grid/walk/GridWalkState.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/lib/nanoflann/nanoflann.hpp
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/Distributions.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/DrawList.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/Interpolator.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/MiniMat2.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/MovingAVG.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/MovingMedian.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Exponential.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Logistic.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Normal.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/math/distribution/Uniform.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Debug.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/KNN.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/KNNArray.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/misc/Time.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/Dijkstra.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/DijkstraPath.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../Indoor/nav/dijkstra/DijkstraStructs.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/Assertions.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/fs/File.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/geo/Line.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/geo/Point.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/Color.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGComposite.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGElement.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGElementType.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGFile.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGLayer.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGLoader.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGPath.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/gfx/svg/SVGText.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/inc/tinyxml/tinyxml2.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/distribution/Normal.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/distribution/Uniform.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/Particle.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleAssertions.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilter.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterEvaluation.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterInitializer.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/ParticleFilterTransition.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimation.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimationOrderedWeightedAverage.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimationRegionalWeightedAverage.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/estimation/ParticleFilterEstimationWeightedAverage.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResampling.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResamplingPercent.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/filter/particles/resampling/ParticleFilterResamplingSimple.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/optimization/NumOptVector.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/math/statistics/Statistics.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/Gnuplot.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotDrawable.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlot.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElement.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElementColorPoints.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElementLines.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotPlotElementRaw.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSize.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplot.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElement.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementColorPoints.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementLines.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementPoints.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotSplotElementRaw.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/GnuplotStructs.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrColor.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrCustom.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/misc/gnuplot/attributes/GnuplotAttrTitle.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/os/Process.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/os/Time.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/../../KLib/string/String.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/DijkstraMapper.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/Helper.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/MyGridNode.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/OldGroundTruth.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/Settings.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/Vis.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/DebugShortestPath.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/Eval.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/Eval1.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/EvalBase.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/GroundTruthWay.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperPlot.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperPlot2D.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisDijkstra.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisGrid.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/eval/PaperVisImportance.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconEvaluation.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconObservation.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/BeaconSensorReader.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/MACAddress.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/OrientationObservation.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/OrientationSensorReader.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/PositionedBeacon.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/PositionedWiFiAP.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiAP.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiEvaluation.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiObservation.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/frank/WiFiSensorReader.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepEvaluation.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/lukas/StepObservation.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnEvaluation.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/lukas/TurnObservation.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/main.cpp
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyControl.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyEvaluation.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyInitializer.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyObservation.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyState.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/particles/MyTransition.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReader.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReaderStep.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/reader/SensorReaderTurn.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerEvaluation.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerObservation.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/toni/BarometerSensorReader.h
-CMakeFiles/Fusion2016.dir/main.cpp.o: /home/toni/Documents/programme/localization/Fusion2016/code/toni/barometric.h
-
diff --git a/code-build/CMakeFiles/Fusion2016.dir/flags.make b/code-build/CMakeFiles/Fusion2016.dir/flags.make
deleted file mode 100644
index 539ea45..0000000
--- a/code-build/CMakeFiles/Fusion2016.dir/flags.make
+++ /dev/null
@@ -1,8 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.0
-
-# compile CXX with /usr/bin/c++
-CXX_FLAGS = -g -I/home/toni/Documents/programme/localization/Fusion2016/code/../.. -std=gnu++11 -Wall -Werror=return-type -Wextra -Wpedantic -fstack-protector-all -g -O0
-
-CXX_DEFINES = -DWITH_ASSERTIONS -DWITH_TESTS
-
diff --git a/code-build/CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o b/code-build/CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o
deleted file mode 100644
index bd4c9f2..0000000
Binary files a/code-build/CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o and /dev/null differ
diff --git a/code-build/CMakeFiles/Fusion2016.dir/link.txt b/code-build/CMakeFiles/Fusion2016.dir/link.txt
deleted file mode 100644
index dddf175..0000000
--- a/code-build/CMakeFiles/Fusion2016.dir/link.txt
+++ /dev/null
@@ -1 +0,0 @@
-/usr/bin/c++ -g CMakeFiles/Fusion2016.dir/main.cpp.o CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o -o Fusion2016 -rdynamic -lgtest -lpthread
diff --git a/code-build/CMakeFiles/Fusion2016.dir/main.cpp.o b/code-build/CMakeFiles/Fusion2016.dir/main.cpp.o
deleted file mode 100644
index 9883c28..0000000
Binary files a/code-build/CMakeFiles/Fusion2016.dir/main.cpp.o and /dev/null differ
diff --git a/code-build/CMakeFiles/Fusion2016.dir/progress.make b/code-build/CMakeFiles/Fusion2016.dir/progress.make
deleted file mode 100644
index abadeb0..0000000
--- a/code-build/CMakeFiles/Fusion2016.dir/progress.make
+++ /dev/null
@@ -1,3 +0,0 @@
-CMAKE_PROGRESS_1 = 1
-CMAKE_PROGRESS_2 = 2
-
diff --git a/code-build/CMakeFiles/Makefile.cmake b/code-build/CMakeFiles/Makefile.cmake
deleted file mode 100644
index b16bbeb..0000000
--- a/code-build/CMakeFiles/Makefile.cmake
+++ /dev/null
@@ -1,45 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.0
-
-# The generator used is:
-set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
-
-# The top level Makefile was generated from the following files:
-set(CMAKE_MAKEFILE_DEPENDS
- "CMakeCache.txt"
- "CMakeFiles/3.0.2/CMakeCCompiler.cmake"
- "CMakeFiles/3.0.2/CMakeCXXCompiler.cmake"
- "CMakeFiles/3.0.2/CMakeSystem.cmake"
- "/home/toni/Documents/programme/localization/Fusion2016/code/CMakeLists.txt"
- "/usr/share/cmake/Modules/CMakeCInformation.cmake"
- "/usr/share/cmake/Modules/CMakeCXXInformation.cmake"
- "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
- "/usr/share/cmake/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake"
- "/usr/share/cmake/Modules/CMakeFindCodeBlocks.cmake"
- "/usr/share/cmake/Modules/CMakeGenericSystem.cmake"
- "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
- "/usr/share/cmake/Modules/Compiler/GNU-C.cmake"
- "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake"
- "/usr/share/cmake/Modules/Compiler/GNU.cmake"
- "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake"
- "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake"
- "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake"
- "/usr/share/cmake/Modules/Platform/Linux.cmake"
- "/usr/share/cmake/Modules/Platform/UnixPaths.cmake"
- )
-
-# The corresponding makefile is:
-set(CMAKE_MAKEFILE_OUTPUTS
- "Makefile"
- "CMakeFiles/cmake.check_cache"
- )
-
-# Byproducts of CMake generate step:
-set(CMAKE_MAKEFILE_PRODUCTS
- "CMakeFiles/CMakeDirectoryInformation.cmake"
- )
-
-# Dependency information for all targets:
-set(CMAKE_DEPEND_INFO_FILES
- "CMakeFiles/Fusion2016.dir/DependInfo.cmake"
- )
diff --git a/code-build/CMakeFiles/Makefile2 b/code-build/CMakeFiles/Makefile2
deleted file mode 100644
index 0e8003c..0000000
--- a/code-build/CMakeFiles/Makefile2
+++ /dev/null
@@ -1,99 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.0
-
-# Default target executed when no arguments are given to make.
-default_target: all
-.PHONY : default_target
-
-# The main recursive all target
-all:
-.PHONY : all
-
-# The main recursive preinstall target
-preinstall:
-.PHONY : preinstall
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-# A target that is always out of date.
-cmake_force:
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/toni/Documents/programme/localization/Fusion2016/code
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/toni/Documents/programme/localization/Fusion2016/code-build
-
-#=============================================================================
-# Target rules for target CMakeFiles/Fusion2016.dir
-
-# All Build rule for target.
-CMakeFiles/Fusion2016.dir/all:
- $(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/depend
- $(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/build
- $(CMAKE_COMMAND) -E cmake_progress_report /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles 1 2
- @echo "Built target Fusion2016"
-.PHONY : CMakeFiles/Fusion2016.dir/all
-
-# Include target in all.
-all: CMakeFiles/Fusion2016.dir/all
-.PHONY : all
-
-# Build rule for subdir invocation for target.
-CMakeFiles/Fusion2016.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles 2
- $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/Fusion2016.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles 0
-.PHONY : CMakeFiles/Fusion2016.dir/rule
-
-# Convenience name for target.
-Fusion2016: CMakeFiles/Fusion2016.dir/rule
-.PHONY : Fusion2016
-
-# clean rule for target.
-CMakeFiles/Fusion2016.dir/clean:
- $(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/clean
-.PHONY : CMakeFiles/Fusion2016.dir/clean
-
-# clean rule for target.
-clean: CMakeFiles/Fusion2016.dir/clean
-.PHONY : clean
-
-#=============================================================================
-# Special targets to cleanup operation of make.
-
-# Special rule to run CMake to check the build system integrity.
-# No rule that depends on this can have commands that come from listfiles
-# because they might be regenerated.
-cmake_check_build_system:
- $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
-.PHONY : cmake_check_build_system
-
diff --git a/code-build/CMakeFiles/TargetDirectories.txt b/code-build/CMakeFiles/TargetDirectories.txt
deleted file mode 100644
index e30e1a7..0000000
--- a/code-build/CMakeFiles/TargetDirectories.txt
+++ /dev/null
@@ -1 +0,0 @@
-/home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/Fusion2016.dir
diff --git a/code-build/CMakeFiles/cmake.check_cache b/code-build/CMakeFiles/cmake.check_cache
deleted file mode 100644
index 3dccd73..0000000
--- a/code-build/CMakeFiles/cmake.check_cache
+++ /dev/null
@@ -1 +0,0 @@
-# This file is generated by cmake for dependency checking of the CMakeCache.txt file
diff --git a/code-build/CMakeFiles/progress.marks b/code-build/CMakeFiles/progress.marks
deleted file mode 100644
index 0cfbf08..0000000
--- a/code-build/CMakeFiles/progress.marks
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/code-build/Fusion2016 b/code-build/Fusion2016
deleted file mode 100755
index e92ce70..0000000
Binary files a/code-build/Fusion2016 and /dev/null differ
diff --git a/code-build/Fusion2016.cbp b/code-build/Fusion2016.cbp
deleted file mode 100644
index 9008e10..0000000
--- a/code-build/Fusion2016.cbp
+++ /dev/null
@@ -1,205 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/code-build/Makefile b/code-build/Makefile
deleted file mode 100644
index 778f715..0000000
--- a/code-build/Makefile
+++ /dev/null
@@ -1,194 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.0
-
-# Default target executed when no arguments are given to make.
-default_target: all
-.PHONY : default_target
-
-# Allow only one "make -f Makefile2" at a time, but pass parallelism.
-.NOTPARALLEL:
-.PHONY : .NOTPARALLEL
-
-#=============================================================================
-# Special targets provided by cmake.
-
-# Disable implicit rules so canonical targets will work.
-.SUFFIXES:
-
-# Remove some rules from gmake that .SUFFIXES does not remove.
-SUFFIXES =
-
-.SUFFIXES: .hpux_make_needs_suffix_list
-
-# Suppress display of executed commands.
-$(VERBOSE).SILENT:
-
-# A target that is always out of date.
-cmake_force:
-.PHONY : cmake_force
-
-#=============================================================================
-# Set environment variables for the build.
-
-# The shell in which to execute make rules.
-SHELL = /bin/sh
-
-# The CMake executable.
-CMAKE_COMMAND = /usr/bin/cmake
-
-# The command to remove a file.
-RM = /usr/bin/cmake -E remove -f
-
-# Escaping for special characters.
-EQUALS = =
-
-# The top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/toni/Documents/programme/localization/Fusion2016/code
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/toni/Documents/programme/localization/Fusion2016/code-build
-
-#=============================================================================
-# Targets provided globally by CMake.
-
-# Special rule for the target edit_cache
-edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
- /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
-.PHONY : edit_cache
-
-# Special rule for the target edit_cache
-edit_cache/fast: edit_cache
-.PHONY : edit_cache/fast
-
-# Special rule for the target rebuild_cache
-rebuild_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
- /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
-.PHONY : rebuild_cache
-
-# Special rule for the target rebuild_cache
-rebuild_cache/fast: rebuild_cache
-.PHONY : rebuild_cache/fast
-
-# The main all target
-all: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles/progress.marks
- $(MAKE) -f CMakeFiles/Makefile2 all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/toni/Documents/programme/localization/Fusion2016/code-build/CMakeFiles 0
-.PHONY : all
-
-# The main clean target
-clean:
- $(MAKE) -f CMakeFiles/Makefile2 clean
-.PHONY : clean
-
-# The main clean target
-clean/fast: clean
-.PHONY : clean/fast
-
-# Prepare targets for installation.
-preinstall: all
- $(MAKE) -f CMakeFiles/Makefile2 preinstall
-.PHONY : preinstall
-
-# Prepare targets for installation.
-preinstall/fast:
- $(MAKE) -f CMakeFiles/Makefile2 preinstall
-.PHONY : preinstall/fast
-
-# clear depends
-depend:
- $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
-.PHONY : depend
-
-#=============================================================================
-# Target rules for targets named Fusion2016
-
-# Build rule for target.
-Fusion2016: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 Fusion2016
-.PHONY : Fusion2016
-
-# fast build rule for target.
-Fusion2016/fast:
- $(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/build
-.PHONY : Fusion2016/fast
-
-home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.o: home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o
-.PHONY : home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.o
-
-# target to build an object file
-home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o:
- $(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o
-.PHONY : home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.o
-
-home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.i: home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.i
-.PHONY : home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.i
-
-# target to preprocess a source file
-home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.i:
- $(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.i
-.PHONY : home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.i
-
-home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.s: home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.s
-.PHONY : home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.s
-
-# target to generate assembly for a file
-home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.s:
- $(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.s
-.PHONY : home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.cpp.s
-
-main.o: main.cpp.o
-.PHONY : main.o
-
-# target to build an object file
-main.cpp.o:
- $(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/main.cpp.o
-.PHONY : main.cpp.o
-
-main.i: main.cpp.i
-.PHONY : main.i
-
-# target to preprocess a source file
-main.cpp.i:
- $(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/main.cpp.i
-.PHONY : main.cpp.i
-
-main.s: main.cpp.s
-.PHONY : main.s
-
-# target to generate assembly for a file
-main.cpp.s:
- $(MAKE) -f CMakeFiles/Fusion2016.dir/build.make CMakeFiles/Fusion2016.dir/main.cpp.s
-.PHONY : main.cpp.s
-
-# Help Target
-help:
- @echo "The following are some of the valid targets for this Makefile:"
- @echo "... all (the default if no target is provided)"
- @echo "... clean"
- @echo "... depend"
- @echo "... Fusion2016"
- @echo "... edit_cache"
- @echo "... rebuild_cache"
- @echo "... home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.o"
- @echo "... home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.i"
- @echo "... home/toni/Documents/programme/localization/KLib/inc/tinyxml/tinyxml2.s"
- @echo "... main.o"
- @echo "... main.i"
- @echo "... main.s"
-.PHONY : help
-
-
-
-#=============================================================================
-# Special targets to cleanup operation of make.
-
-# Special rule to run CMake to check the build system integrity.
-# No rule that depends on this can have commands that come from listfiles
-# because they might be regenerated.
-cmake_check_build_system:
- $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
-.PHONY : cmake_check_build_system
-
diff --git a/code-build/cmake_install.cmake b/code-build/cmake_install.cmake
deleted file mode 100644
index be5f213..0000000
--- a/code-build/cmake_install.cmake
+++ /dev/null
@@ -1,44 +0,0 @@
-# Install script for directory: /home/toni/Documents/programme/localization/Fusion2016/code
-
-# Set the install prefix
-if(NOT DEFINED CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "/usr/local")
-endif()
-string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
-
-# Set the install configuration name.
-if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
- if(BUILD_TYPE)
- string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
- else()
- set(CMAKE_INSTALL_CONFIG_NAME "Debug")
- endif()
- message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
-endif()
-
-# Set the component getting installed.
-if(NOT CMAKE_INSTALL_COMPONENT)
- if(COMPONENT)
- message(STATUS "Install component: \"${COMPONENT}\"")
- set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
- else()
- set(CMAKE_INSTALL_COMPONENT)
- endif()
-endif()
-
-# Install shared libraries without execute permission?
-if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
- set(CMAKE_INSTALL_SO_NO_EXE "0")
-endif()
-
-if(CMAKE_INSTALL_COMPONENT)
- set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
-else()
- set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
-endif()
-
-file(WRITE "/home/toni/Documents/programme/localization/Fusion2016/code-build/${CMAKE_INSTALL_MANIFEST}" "")
-foreach(file ${CMAKE_INSTALL_MANIFEST_FILES})
- file(APPEND "/home/toni/Documents/programme/localization/Fusion2016/code-build/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
-endforeach()
diff --git a/code/CMakeLists.txt.user b/code/CMakeLists.txt.user
index d916038..958dfa6 100644
--- a/code/CMakeLists.txt.user
+++ b/code/CMakeLists.txt.user
@@ -1,10 +1,10 @@
-
+
EnvironmentId
- {64f4f154-b90f-4344-9d0b-ab5c634e5703}
+ {019cc681-80c8-4d51-8bae-40a1fa38def1}
ProjectExplorer.Project.ActiveTarget
@@ -60,14 +60,13 @@
Desktop
Desktop
- {63d054ea-7972-461c-8553-756e28ccfca0}
+ {30c8d991-8fa7-4988-88f5-4b7190981f4a}
0
0
0
-
false
- /home/toni/Documents/programme/localization/IPIN2016/build-code-Desktop-Default
+ /home/toni/Documents/programme/localization/IPIN2016/code-build
@@ -103,183 +102,11 @@
2
false
- Default
- Default
+ all
+
CMakeProjectManager.CMakeBuildConfiguration
-
- -DCMAKE_BUILD_TYPE=Debug
- false
- /home/toni/Documents/programme/localization/IPIN2016/build-code-Desktop-Debug
-
-
-
-
- false
-
- true
- Make
-
- CMakeProjectManager.MakeStep
-
- 1
- Build
-
- ProjectExplorer.BuildSteps.Build
-
-
-
- clean
-
- true
-
- true
- Make
-
- CMakeProjectManager.MakeStep
-
- 1
- Clean
-
- ProjectExplorer.BuildSteps.Clean
-
- 2
- false
-
- Debug
- Debug
- CMakeProjectManager.CMakeBuildConfiguration
-
-
- -DCMAKE_BUILD_TYPE=Release
- false
- /home/toni/Documents/programme/localization/IPIN2016/build-code-Desktop-Release
-
-
-
-
- false
-
- true
- Make
-
- CMakeProjectManager.MakeStep
-
- 1
- Build
-
- ProjectExplorer.BuildSteps.Build
-
-
-
- clean
-
- true
-
- true
- Make
-
- CMakeProjectManager.MakeStep
-
- 1
- Clean
-
- ProjectExplorer.BuildSteps.Clean
-
- 2
- false
-
- Release
- Release
- CMakeProjectManager.CMakeBuildConfiguration
-
-
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
- false
- /home/toni/Documents/programme/localization/IPIN2016/build-code-Desktop-Release with Debug Information
-
-
-
-
- false
-
- true
- Make
-
- CMakeProjectManager.MakeStep
-
- 1
- Build
-
- ProjectExplorer.BuildSteps.Build
-
-
-
- clean
-
- true
-
- true
- Make
-
- CMakeProjectManager.MakeStep
-
- 1
- Clean
-
- ProjectExplorer.BuildSteps.Clean
-
- 2
- false
-
- Release with Debug Information
- Release with Debug Information
- CMakeProjectManager.CMakeBuildConfiguration
-
-
- -DCMAKE_BUILD_TYPE=MinSizeRel
- false
- /home/toni/Documents/programme/localization/IPIN2016/build-code-Desktop-Minimum Size Release
-
-
-
-
- false
-
- true
- Make
-
- CMakeProjectManager.MakeStep
-
- 1
- Build
-
- ProjectExplorer.BuildSteps.Build
-
-
-
- clean
-
- true
-
- true
- Make
-
- CMakeProjectManager.MakeStep
-
- 1
- Clean
-
- ProjectExplorer.BuildSteps.Clean
-
- 2
- false
-
- Minimum Size Release
- Minimum Size Release
- CMakeProjectManager.CMakeBuildConfiguration
-
- 5
+ 1
0
@@ -295,10 +122,6 @@
1
- false
- 1000
-
- true
false
false
@@ -335,6 +158,7 @@
IPIN2016
+ false
2