Commit c53742d
targets.jam (and project.jam, property-set.jam) review
* fixing some comments
* fixed regex and condition in resolve-reference
* removed common-properties2 rule
* fixed regex in basic-target.compute-usage-requirements
* fixed xusage-requirements in basic-target.compute-usage-requirements now is a local variable instead of a class attribute
* removed all checking for '@error', not need anymore since 0419f26 (2003-09-26), this is also done in build/project.jam and build/property-set.jam
* emit error using errors module in typed-target.construct
* removed unused imports
* moved .debug-building from root module to targets
* fixed checking for generate-really return value
* in main-target.generate; since [ property-set.empty ] always evaluate to true it is better to avoid returning it instead of writing if $(r) = [ property-set.empty ]
core_parallel_actions.py review
* fixed core_parallel_actions.py test logic
* reduced concurrency on core_parallel_actions.py1 parent 5865604 commit c53742d
File tree
5 files changed
+68
-156
lines changed- src/build
- test
5 files changed
+68
-156
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
968 | 968 | | |
969 | 969 | | |
970 | 970 | | |
971 | | - | |
| 971 | + | |
972 | 972 | | |
973 | 973 | | |
974 | | - | |
975 | | - | |
976 | | - | |
977 | | - | |
978 | | - | |
979 | | - | |
980 | | - | |
981 | | - | |
982 | | - | |
983 | 974 | | |
984 | 975 | | |
985 | 976 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
| 186 | + | |
| 187 | + | |
195 | 188 | | |
196 | 189 | | |
197 | 190 | | |
| |||
0 commit comments