summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-08Fix copyright headers and licenseFabian Mastenbroek
This change fixes the copyright headers and license of the project in order to assign the copyright to atlarge-research.
2017-08-08Create initial architectureFabian Mastenbroek
This change adds the initial architecture of the Kotlin rewrite. The representation of the topology of a cloud network is unfinished and I am still not sure what would be the best way to represent it.
2017-07-24Fix logo in READMEFabian Mastenbroek
2017-07-23Add .editorconfig fileFabian Mastenbroek
This change adds an .editorconfig file for universal editor configuration for the project.
2017-07-23Target JVM version 8 in KotlinFabian Mastenbroek
This change makes the Kotlin compiler target version 8 of the Java Virtual Machine, so features like lambdas are supported.
2017-07-22Create basic README for the projectFabian Mastenbroek
This change adds a basic README for the project in the repository. This README should be further extended by listing the features supported by the simulator and instructions on how to run a simulation.
2017-07-22Add Gradle configuration for KotlinFabian Mastenbroek
This change adds a Gradle build file to the repository, which will build the Kotlin project.
2017-07-09Add .gitignore for KotlinFabian Mastenbroek
This change adds a .gitignore to the repository tailored to the Kotlin language.
2017-07-09Add MIT license file to repositoryFabian Mastenbroek
This change re-adds a file describing the license of the project.
2017-07-09Delete old codebaseFabian Mastenbroek
This change removes version 1 of the OpenDC simulator codebase as it will be replaced by a complete rewrite in the Kotlin language.
2017-02-27Update dependenciesMatthijs Bijman
2017-02-27Experiments are now finished if no machines are presentMatthijs Bijman
2017-02-27Add tasks that run on 1 machineMatthijs Bijman
2017-02-27Implement logging of cores_used in task_statesMatthijs Bijman
2017-02-26Remove unused template parameter of SimulatorMatthijs Bijman
2017-02-16Update submodule dependenciesMatthijs Bijman
2017-02-16Update simulator to work with new db schemaMatthijs Bijman
The new schema removes the queued_simulation_section table and introduces the state and last_simulated_tick columns to the experiments table.
2017-02-16Fix VS project folders and files orderingMatthijs Bijman
2017-01-25Merge branch 'master' of https://github.com/tudelft-atlarge/opendc-simulatorSacheendra Talluri
2017-01-25get dependencies from the dependencies repoSacheendra Talluri
2017-01-25Add MIT licenseLeon Overweel
2017-01-24disables tcl in sqlite buildSacheendra Talluri
2017-01-24makefile builds directly from sqlite sourceSacheendra Talluri
2017-01-24Merge branch 'master' of https://github.com/tudelft-atlarge/opendc-simulatorMDBijman
2017-01-24Initial code commit with organized dependenciesMDBijman
2017-01-24Initial commitMatthijs Bijman