summaryrefslogtreecommitdiff
path: root/doc/tutorial/hello-world.md
AgeCommit message (Collapse)Author
2025-02-17tutorial: update hello-world sectionKlaus Aehlig
As our defaults rule supports flags common for C and C++ use them, especially as our example only uses common flags.
2025-02-17tutorial: update reference to rules-ccKlaus Aehlig
2025-02-14tutorial, getting started: add the basics of analyseKlaus Aehlig
2024-10-23Update rules reference in tutorialKlaus Aehlig
2024-09-11Update rules-cc commit in tutorialKlaus Aehlig
2024-06-26tutorials: Update rules-cc commitPaul Cristian Sarbu
...to version fully supporting debugging.
2024-04-23tutorial: Update outputs and other improvementsPaul Cristian Sarbu
When tutorial docs were changed to showcase running commands with just-mr instead of just, the outputs were not changed. This is now fixed to showcase the results run with current master just-mr (and just), together with other small improvements and fixes.
2023-08-22Update tutorial to use latest version of rules-ccKlaus Aehlig
2023-08-17tutorial: mention the describe subcommandKlaus Aehlig
... as a way to find out more about the defining rule of a target. While there, also be a bit more explicit about target naming and the fact that the default target is a target of the rules repository.
2023-08-17documentation: add some clarifying commentsKlaus Aehlig
... emphasizing that source files are just targets and that we could as well use a defined target there.
2023-06-12doc: Minor format and consistency improvementsOliver Reiche
2023-06-12doc: Convert orgmode files to markdownOliver Reiche