Skip to content

Commit

Permalink
Merge pull request #13 from mi-erasmusmc/fix_c++
Browse files Browse the repository at this point in the history
Fixes C++
  • Loading branch information
cebarboza authored Oct 31, 2023
2 parents 2374ee6 + 5c5e425 commit d134107
Show file tree
Hide file tree
Showing 10 changed files with 93 additions and 1,228 deletions.
114 changes: 55 additions & 59 deletions inst/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,65 +42,61 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ltbb")

set(SOURCE_FILES
Clion/main.cpp
src/C++/CMExplore/cmdline.h
src/C++/CMExplore/CMExplore.cbproj
src/C++/CMExplore/CMExplore.cbproj.local
src/C++/CMExplore/initialise.h
src/C++/CMExplore/main.h
src/C++/CMExplore/Makefile
src/C++/CMExplore/ProjectGroup1.groupproj
src/C++/CMExplore/ProjectGroup1.groupproj.local
src/C++/Explore/bin.cpp
src/C++/Explore/bin.h
src/C++/Explore/candidate.cpp
src/C++/Explore/candidate.h
src/C++/Explore/classdef.cpp
src/C++/Explore/classdef.h
src/C++/Explore/condition.cpp
src/C++/Explore/condition.h
src/C++/Explore/conjunction.cpp
src/C++/Explore/conjunction.h
src/C++/Explore/constraint.cpp
src/C++/Explore/constraint.h
src/C++/Explore/cutoff.cpp
src/C++/Explore/cutoff.h
src/C++/Explore/explore.cpp
src/C++/Explore/explore.h
src/C++/Explore/feature.cpp
src/C++/Explore/feature.h
src/C++/Explore/initialise.h
src/C++/Explore/mandatory.cpp
src/C++/Explore/mandatory.h
src/C++/Explore/observation.cpp
src/C++/Explore/observation.h
src/C++/Explore/outbuf.h
src/C++/Explore/partition.cpp
src/C++/Explore/partition.h
src/C++/Explore/performance.cpp
src/C++/Explore/performance.h
src/C++/Explore/population.cpp
src/C++/Explore/population.h
src/C++/Explore/roc.cpp
src/C++/Explore/roc.h
src/C++/Explore/rocpair.cpp
src/C++/Explore/rocpair.h
src/C++/Explore/rule.cpp
src/C++/Explore/rule.h
src/C++/Explore/set.cpp
src/C++/Explore/set.h
src/C++/Explore/timing.cpp
src/C++/Explore/timing.h
src/C++/Explore/values.h
src/C++/IOExplore/initialise.h
src/C++/IOExplore/IOExplore.cpp
src/C++/IOExplore/IOExplore.h
src/C++/Test/iris.arff
src/C++/Test/iris.cutoff
src/C++/Test/test.project
src/C++/common.cpp
src/C++/common.h
src/C++/stl.h
src/C++/stlpmt.lib)
../src/C++/CMExplore/cmdline.h
../src/C++/CMExplore/initialise.h
../src/C++/CMExplore/main.h
../src/C++/CMExplore/Makefile
../src/C++/Explore/bin.cpp
../src/C++/Explore/bin.h
../src/C++/Explore/candidate.cpp
../src/C++/Explore/candidate.h
../src/C++/Explore/classdef.cpp
../src/C++/Explore/classdef.h
../src/C++/Explore/condition.cpp
../src/C++/Explore/condition.h
../src/C++/Explore/conjunction.cpp
../src/C++/Explore/conjunction.h
../src/C++/Explore/constraint.cpp
../src/C++/Explore/constraint.h
../src/C++/Explore/cutoff.cpp
../src/C++/Explore/cutoff.h
../src/C++/Explore/explore.cpp
../src/C++/Explore/explore.h
../src/C++/Explore/feature.cpp
../src/C++/Explore/feature.h
../src/C++/Explore/initialise.h
../src/C++/Explore/mandatory.cpp
../src/C++/Explore/mandatory.h
../src/C++/Explore/observation.cpp
../src/C++/Explore/observation.h
../src/C++/Explore/outbuf.h
../src/C++/Explore/partition.cpp
../src/C++/Explore/partition.h
../src/C++/Explore/performance.cpp
../src/C++/Explore/performance.h
../src/C++/Explore/population.cpp
../src/C++/Explore/population.h
../src/C++/Explore/roc.cpp
../src/C++/Explore/roc.h
../src/C++/Explore/rocpair.cpp
../src/C++/Explore/rocpair.h
../src/C++/Explore/rule.cpp
../src/C++/Explore/rule.h
../src/C++/Explore/set.cpp
../src/C++/Explore/set.h
../src/C++/Explore/timing.cpp
../src/C++/Explore/timing.h
../src/C++/Explore/values.h
../src/C++/IOExplore/initialise.h
../src/C++/IOExplore/IOExplore.cpp
../src/C++/IOExplore/IOExplore.h
../src/C++/Test/iris.arff
../src/C++/Test/iris.cutoff
../src/C++/Test/test.project
../src/C++/common.cpp
../src/C++/common.h
../src/C++/stl.h
../src/C++/stlpmt.lib)

add_executable(Explore ${SOURCE_FILES})

Expand Down
Binary file removed src/C++/CMExplore/Debug/CMExplore.#0J
Binary file not shown.
6 changes: 0 additions & 6 deletions src/C++/CMExplore/Debug/CMExplore.map

This file was deleted.

Binary file removed src/C++/CMExplore/Debug/CMExplore.pch
Binary file not shown.
Binary file removed src/C++/CMExplore/Debug/CMExplore.tds
Binary file not shown.
Loading

0 comments on commit d134107

Please sign in to comment.