summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-28add SPDX copyright noticesJonas Smedegaard
2025-04-28use TAP-indentationJonas Smedegaard
2025-04-28drop dummy class HelloControllerJonas Smedegaard
2025-04-28split classes into separate filesJonas Smedegaard
2025-04-28add checkstyle settingsJonas Smedegaard
2025-04-28include module com.example.portfolio2 in makefileJonas Smedegaard
2025-04-28drop superfluous JavaFX FXML-related importsJonas Smedegaard
2025-04-28add module com.example.portfolio2 from IanJonas Smedegaard
2025-04-28rename function nonOverlapping() -> disjoint(), tidy commentsJonas Smedegaard
2025-04-28tighten outputJonas Smedegaard
2025-04-28make function GraphAlgorithms.sortVertex() publicJonas Smedegaard
2025-04-28rephrase commentsJonas Smedegaard
2025-04-28add function solution()Jonas Smedegaard
2025-04-28add javadoc for function moduleGroupsIan Valentin Christensen
2025-04-28add function moduleGroupsIan Valentin Christensen
2025-04-28add TODO note; wrap long linesJonas Smedegaard
2025-04-28Revert "tighten code"Jonas Smedegaard
2025-04-28tighten codeJonas Smedegaard
2025-04-28Merge branch 'main' of xayide:/home/www-ruc-git/public_websites/source.abcde....Jonas Smedegaard
2025-04-28add intellij module metadataIan Valentin Christensen
2025-04-28include current vertex in setJonas Smedegaard
2025-04-28add back a bit of debugJonas Smedegaard
2025-04-28fix function nonOverlapping()Jonas Smedegaard
2025-04-28intellij stuffIan Valentin Christensen
2025-04-28rename function isConnected() -> assertConnected()Jonas Smedegaard
2025-04-28draft...Jonas Smedegaard
2025-04-28fix path for target build-% in make snippet java.mkJonas Smedegaard
2025-04-28tidy: wrap long lineJonas Smedegaard
2025-04-28refine build documentationJonas Smedegaard
2025-04-28fix path for target runsrc-% in make snippet java.mkJonas Smedegaard
2025-04-27add/update module-info filesJonas Smedegaard
2025-04-27fix resolve JDK releaseJonas Smedegaard
2025-04-27tidy: list documents at topJonas Smedegaard
2025-04-27tidy makefile: JDK now resolved in snippetJonas Smedegaard
2025-04-27include class EdgeGraph, even if currently unusedJonas Smedegaard
2025-04-27make class Edge publicJonas Smedegaard
2025-04-27fix imports and avoid wildcard importJonas Smedegaard
2025-04-27check javadoc only with JDK 23+ supporting Markdown-flavored javadocJonas Smedegaard
2025-04-27fixup! refine make dependency quirk to improve use with OpenJDK 21Jonas Smedegaard
2025-04-27document build routinesJonas Smedegaard
2025-04-27refine make dependency quirk to improve use with OpenJDK 21Jonas Smedegaard
2025-04-27tidy make snippet for javaJonas Smedegaard
2025-04-27fix duplicate --module-path option in make snippet for javaJonas Smedegaard
2025-04-27add make dependency quirkJonas Smedegaard
2025-04-27simplify: merge subpackage model into main packageJonas Smedegaard
2025-04-27simplify: merge subpackage view into main packageJonas Smedegaard
2025-04-27simplify path structureJonas Smedegaard
2025-04-27add non-default main-finction class view/WindowJonas Smedegaard
2025-04-27extend make snippet for java to cover non-default main-function classJonas Smedegaard
2025-04-27rewrite make snippet for javaJonas Smedegaard