Commit 38511a3
committed
Handling of case sensitive file / directory names
In case `CASE_SENSE_NAMES=YES` the directory name `TestKernel` was matched with `EXCLUDE_PATTERNS=*/test*` on Windows.
When introducing the settings `SYSTEM` / `YES` / `NO` for `CASE_SENSE_NAMES` in:
```
Commit: f41a679 [f41a679]
Date: Thursday, August 18, 2022 3:23:54 PM
issue doxygen#9236 doxygen x_noenv should always diff system-dependent settings
Making the `CASE_SENSE_NAMES` settings an enum with values `SYSTEM`, `YES` and `NO`.
In case `SYSTEM` is chosen the value is, system dependently changed at runtime.
```
no automatic overruling should take place anymore.1 parent d943608 commit 38511a3
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6115 | 6115 | | |
6116 | 6116 | | |
6117 | 6117 | | |
6118 | | - | |
6119 | | - | |
6120 | | - | |
6121 | | - | |
6122 | | - | |
6123 | | - | |
6124 | 6118 | | |
6125 | 6119 | | |
6126 | 6120 | | |
| |||
0 commit comments