- 18 Feb, 2020 1 commit
-
-
Alexandra Heuschling authored
# Conflicts: # CMakeLists.txt
-
- 15 Nov, 2019 5 commits
-
-
Jane Tournois authored
when CoMISo is one target, part of a larger project, we want to use the "current" binary directory, and not the general one, where everything would be mixed up
-
Jane Tournois authored
before inclusion, CMAKE_INSTALL_INCLUDEDIR is empty so the command target_include_directories does not include the right directory
-
Max Lyon authored
-
Max Lyon authored
- 14 Nov, 2019 13 commits
-
-
Patric Schmitz authored
removing redundant IPOPTSolver implementation
-
Patric Schmitz authored
APIADD: intermediate callback can be specified with void set_callback_function (std::function<bool(const IPOPTCallbackParameters &)>) APICHG: renamed NProblemIPOPT -> IPOPTProblemInstance since it does not implement the NProblemInterface and should not be used by clients of CoMISo directly
-
Patric Schmitz authored
this allows string literal parameters to decay to std::string implicitly
-
Patric Schmitz authored
-
Patric Schmitz authored
APICHG: rename getters to use get_ consistently
-
Patric Schmitz authored
-
Patric Schmitz authored
-
Patric Schmitz authored
-
Patric Schmitz authored
unify method signature formatting cleanup whitespace obey 80 character limit
-
Patric Schmitz authored
-
Patric Schmitz authored
preparing merge into master
- 12 Nov, 2019 3 commits
- 06 Nov, 2019 1 commit
-
-
Max Lyon authored
-
- 23 Oct, 2019 1 commit
-
-
Patric Schmitz authored
add CoMISo subdir to INSTALL_INTERFACE includes unconditionally add COMISO_INCLUDE_DIRECTORIES delete CoMISoConfig.cmake from repo instead export targets directly to CoMISoConfig.cmake
-
- 02 Oct, 2019 1 commit
-
-
Max Lyon authored
-
- 26 Sep, 2019 2 commits
-
- 10 Sep, 2019 2 commits
- 09 Sep, 2019 2 commits
- 03 Sep, 2019 5 commits
-
-
Martin Heistermann authored
-
Martin Heistermann authored
-
Martin Heistermann authored
cmake: do not try to install non-existnt generated Config.cmake, install cmake files in INSTALL_CONFIGDIR
-
Martin Heistermann authored
-
Martin Heistermann authored
- always set project name - be more careful setting include directories - install targets and version file, export package - CMakeConfig file: only include targets.cmake if target does not exist yet.
-
- 30 Aug, 2019 4 commits
-
-
Martin Heistermann authored
-
Martin Heistermann authored
- find any version of GUROBI based on the GUROBI_HOME env var (suggested by Gurobi docs). - compile C++ library ourselves to avoid toolchain/ABI mismatches
-
Max Lyon authored
-