Commit fb37583
Add support for extra configure arguments (conan-io#18333)
* Add support for extra configure arguments
Signed-off-by: Uilian Ries <[email protected]>
* Check configuration type
Signed-off-by: Uilian Ries <[email protected]>
* Validate type-check for list-like
Signed-off-by: Uilian Ries <[email protected]>
* Replace extra_configure_args by configure_args
Signed-off-by: Uilian Ries <[email protected]>
* Do not check type
Co-authored-by: Francisco Ramírez <[email protected]>
* Do not check type
Co-authored-by: Francisco Ramírez <[email protected]>
* Revert "Replace extra_configure_args by configure_args"
This reverts commit 91ac324.
* Simplify tests^
Signed-off-by: Uilian Ries <[email protected]>
---------
Signed-off-by: Uilian Ries <[email protected]>
Co-authored-by: Francisco Ramírez <[email protected]>1 parent 851364a commit fb37583
File tree
5 files changed
+46
-1
lines changed- conan
- internal/model
- tools/gnu
- test/unittests
- client/toolchain/autotools
- tools/gnu
5 files changed
+46
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
89 | | - | |
| 92 | + | |
| 93 | + | |
90 | 94 | | |
91 | 95 | | |
92 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
| |||
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| 99 | + | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
0 commit comments