aboutsummaryrefslogtreecommitdiff
path: root/test cases/cmake/8 custom command
AgeCommit message (Expand)AuthorFilesLines
2024-01-16cmake: Fix blunt target filtering skipping GENERATED dependenciesL. E. Segovia3-5/+8
2022-05-24cmake: Add test caseDaniel Mensinger2-0/+5
2021-10-10Fix typos discovered by codespellChristian Clauss1-1/+1
2021-02-05tests/cmake: disable some tests that don't work correctly when cross compilingDylan Baker1-0/+4
2020-08-30CMake module: Allow paths of generated CMake sources for include directoriesSebastian Würl3-2/+13
2020-08-09cmake: Detect custom command targets in compiler argsDaniel Mensinger3-0/+19
2020-04-12cmake: Capture stdout with UNIX pipesDaniel Mensinger2-0/+13
2020-04-12cmake: Fix custom command CMake list issueDaniel Mensinger1-0/+6
2020-03-29cmake: Only expand executable targets in COMMAND (fixes #6857)Daniel Mensinger1-0/+4
2020-02-20cmake: Fix relative paths for add_custom_{command,target}Daniel Mensinger4-2/+15
2020-02-19cmake: traceparser better handle listsDaniel Mensinger1-2/+2
2020-02-19cmake: Fix dependency loops in custom targets (fixes #6632)Daniel Mensinger6-3/+42
2019-11-30cmake: Make output_target_map more robust (fixes #6208)Daniel Mensinger5-2/+65
2019-11-28cmake: Some minor fixupDaniel Mensinger3-1/+20
2019-11-27cmake: Add unit test for add_custom_target() and add_dependency()Xavier Claessens3-0/+32
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D1-1/+1
2019-06-28cmake: Skip ARGS key in COMMANDDaniel Mensinger1-1/+1
2019-06-28cmake: Added custom_target test caseDaniel Mensinger9-0/+157