- 30 Jul, 2018 1 commit
-
-
Benedikt Kleinmeier authored
Moved CI helper scripts to "Tools/ContinuousIntegration" and enabled Java assertions in POM files and helper scripts. .gitlab-ci.yml: - Refactored complete file: moved comment on top of file. - Call helper scripts in "Tools/ContinuousIntegration" instead of just "Tools". Tools/ContinuousIntegration/run_vadere_console_with_all_scenario_files.py: - Execute scenario files alphabetically. - Use "-enableassertions" when invoking Java. POM files: - Use "<enableAssertions>true</enableAssertions>" to be independent of SureFire's default settings.
-
- 25 Jul, 2018 1 commit
-
-
Marion Goedel authored
This reverts commit 7b1da6cf.
-
- 24 Jul, 2018 3 commits
-
-
-
Marion Goedel authored
-
Benedikt Kleinmeier authored
.gitlab-ci.yml: - Use "mvn <options> <phase>" syntax consequently like mentioned in "mvn --help".
-
- 20 Jul, 2018 1 commit
-
-
Benedikt Kleinmeier authored
Also refactored code a little bit: - Now, "generatePathForScenarioElement()" does not close the path with "to cycle;". Instead, the caller must close the path by appending "to cycle" or simply ";" (which is required for trajectories).
-
- 18 Jul, 2018 1 commit
-
-
Stefan Schuhbaeck authored
-
- 17 Jul, 2018 11 commits
-
-
Stefan Schuhbaeck authored
This is necessary because ode algorithm will loop forever if two dynamic elements overlap in this way.
-
Benedikt Kleinmeier authored
In "run_vadere_console_with_all_scenario_files.py", exclude scenarios for "TESTOVM" because they are outdated.
-
Benedikt Kleinmeier authored
Renamed "run_vadere_console_with_all_scneario_files.py" to "run_vadere_console_with_all_scenario_files.py" and call it in ".gitlab-ci.yml".
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
In ".gitlab-ci.yml", skip unit testings in job "run_scenario_files" because on virtual maching OpenCl tests fail.
-
-
Benedikt Kleinmeier authored
In ".gitlab-ci.yml", added job "run_scenario_files" which is invoked during GitLab's "deploy" stage.
-
Benedikt Kleinmeier authored
-
Benedikt Zoennchen authored
-
Benedikt Kleinmeier authored
In "VadereConsole", return with "System.exit(-1)" if an exception is thrown to inform calling process.
-
Benedikt Kleinmeier authored
-
- 16 Jul, 2018 3 commits
-
-
Benedikt Kleinmeier authored
# Conflicts: # .gitlab-ci.yml
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
- 13 Jul, 2018 4 commits
-
-
Benedikt Zoennchen authored
trajectory reading: replace String#split by a combination of String#indexOf String#substring to avoid costly pattern matching.
-
Benedikt Zoennchen authored
trajectory reading: replace String#split by a combination of String#indexOf String#substring to avoid costly pattern matching.
-
Benedikt Zoennchen authored
add some comments for the docu, refactoring of duplicated code, improve… See merge request !31
-
Benedikt Zoennchen authored
add some comments for the docu, refactoring of duplicated code, improve performance of the transformation of the output into trajectory jave objects.
-
- 12 Jul, 2018 7 commits
-
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Kleinmeier authored
# Conflicts: # VadereSimulator/src/org/vadere/simulator/projects/ScenarioRun.java
-
- 10 Jul, 2018 8 commits
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Kleinmeier authored
-