This repository was archived by the owner on Aug 11, 2021. It is now read-only.
Commit d770c37
authored
[packages,*] Fixes #519. BREAKING CHANGE. Split out preprocessor settings from compiler.
In order to better support standalone preprocessor invocations, the preprocessor has been split out from the compiler into a separate settings interface, C.ICommonPreprocessorSettings. Compilers still implement this, but a new tool C.PreprocessorTool also implements this on each toolchain.
This will break a great number of existing settings patches, that use the PreprocessorDefinition and IncludePath properties, since the interface will need to change.
Added a new test, PreprocessFile1, in order to exercise the preprocessor.1 parent 13e7081 commit d770c37
File tree
101 files changed
+2550
-428
lines changed- Bam.Core
- codingtools
- packages
- Clang-Xcode10/bam/Scripts
- Clang-Xcode4/bam/Scripts
- Clang-Xcode5/bam/Scripts
- Clang-Xcode6/bam/Scripts
- Clang-Xcode7/bam/Scripts
- Clang-Xcode8/bam/Scripts
- Clang-Xcode9/bam/Scripts
- ClangCommon/bam/Scripts
- C/bam
- Scripts
- Attributes
- Defaults
- Interfaces
- VSSolutionBuilder
- XcodeBuilder
- Gcc-4.8/bam/Scripts
- Gcc-5/bam/Scripts
- Gcc-7/bam/Scripts
- GccCommon/bam/Scripts
- Mingw-4.8.1/bam/Scripts
- MingwCommon/bam/Scripts
- VSSolutionBuilder/bam/Scripts
- VisualC-10.0/bam/Scripts
- VisualC-11.0/bam/Scripts
- VisualC-12.0/bam/Scripts
- VisualC-14.0/bam/Scripts
- VisualC-15.0/bam/Scripts
- VisualCCommon/bam/Scripts
- VisualStudioProcessor/bam/Scripts
- Attributes
- XcodeBuilder/bam/Scripts
- tests
- ConfigurationTest1/bam/Scripts
- DeltaSettingsTest1/bam/Scripts
- EmbedStaticIntoDynamicLibrary/bam/Scripts
- ExternalSourceGeneratorTest1/bam/Scripts
- ExternalSourceGeneratorTest2/bam/Scripts
- HeaderLibraryTest2/bam/Scripts
- HeaderLibraryTest/bam/Scripts
- InstallNameToolChangeTest1/bam/Scripts
- InstallerTest1/bam/Scripts
- ObjectiveCTest1/bam/Scripts
- PluginTest/bam/Scripts
- PreprocessFile1
- bam
- Scripts
- source
- PreprocessorStringTest1/bam/Scripts
- ProceduralHeaderTest2/bam/Scripts
- Test13/bam/Scripts
- Test14/bam/Scripts
- Test15/bam/Scripts
- Test2/bam/Scripts
- Test3/bam/Scripts
- Test4/bam/Scripts
- Test6/bam/Scripts
- Test7/bam/Scripts
- Test9/bam/Scripts
- Test/bam/Scripts
- VersionScriptTest1/bam/Scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
101 files changed
+2550
-428
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
11 | 28 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 29 | + | |
16 | 30 | | |
17 | 31 | | |
18 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
179 | 183 | | |
180 | 184 | | |
181 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| |||
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
18 | | - | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
| |||
Lines changed: 9 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
56 | 42 | | |
57 | 43 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
| 141 | + | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments