Commit 5cd5791
Feature: workspace create (#18390)
* workspace Python files proposal
* fixes
* review
* workspace create
* wip
* wip
* tests passing
* wip
* wip
* wip
* wip
* wip
* tests passing, first proposal for orchestrated build + create
* dynamic ref attributes for conan workspace create
* test for conan workspace build too
* wip
* Update conan/cli/commands/workspace.py
Co-authored-by: Abril Rincón Blanco <[email protected]>
* wip
* [feature] Add generic config for CMake and Meson install strip (#18429)
* Use tools.install:strip for CMake
Signed-off-by: Uilian Ries <[email protected]>
* Add meson install strip
Signed-off-by: Uilian Ries <[email protected]>
* Validate strip flag when installing with meson
Signed-off-by: Uilian Ries <[email protected]>
* Improve strip config description
Signed-off-by: Uilian Ries <[email protected]>
* Fallback for tools.cmake:install_strip
Signed-off-by: Uilian Ries <[email protected]>
* Use deprecation flag for config
Co-authored-by: James <[email protected]>
* Reduce install strip property
Signed-off-by: Uilian Ries <[email protected]>
* Rename config to tools.build.install:strip
Signed-off-by: Uilian Ries <[email protected]>
* Rename config to tools.build.install_strip
Signed-off-by: Uilian Ries <[email protected]>
* Fix typo tools.build.install_strip
Signed-off-by: Uilian Ries <[email protected]>
---------
Signed-off-by: Uilian Ries <[email protected]>
Co-authored-by: James <[email protected]>
* Add support for sbom and lockfiles for conan audit list (#18437)
* Add support for sbom and lockfiles for conan audit list
* Ensure sbom is cyclone
* Fix remote for list
* Add test for pkglist with remote
---------
Co-authored-by: Carlos Zoido <[email protected]>
* fixing CMake presets on Windows with backslash (#18435)
* fixing CMake presets on Windows with backslash
* adding checks to test
* Fix: parse -cc args when running "conan cache backup-upload"
* [fix] Add support for Git tree-less repository when getting the URL (#18444)
* Add test to validate Git treeless clone support
Signed-off-by: Uilian Ries <[email protected]>
* Remove git method from the remote url
Signed-off-by: Uilian Ries <[email protected]>
* rsplit FTW
Signed-off-by: Uilian Ries <[email protected]>
* Always return string
Signed-off-by: Uilian Ries <[email protected]>
* Filter out (fetch) and (push)
Signed-off-by: Uilian Ries <[email protected]>
---------
Signed-off-by: Uilian Ries <[email protected]>
* fix issue with missing folder in local-recipes-index (#18449)
* removed --local
* renamed editables->packages
* wip
* wip
* new test to check global.conf/-cc
---------
Signed-off-by: Uilian Ries <[email protected]>
Co-authored-by: Abril Rincón Blanco <[email protected]>
Co-authored-by: Uilian Ries <[email protected]>
Co-authored-by: Carlos Zoido <[email protected]>
Co-authored-by: LUCAS K DAL CASTEL <[email protected]>1 parent da267ca commit 5cd5791
File tree
10 files changed
+535
-156
lines changed- conan
- api
- subapi
- cli/commands
- internal
- api/new
- graph
- model
- test
- functional/workspace
- integration/workspace
10 files changed
+535
-156
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
178 | 184 | | |
179 | 185 | | |
180 | 186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
88 | 94 | | |
89 | 95 | | |
90 | 96 | | |
| |||
94 | 100 | | |
95 | 101 | | |
96 | 102 | | |
| 103 | + | |
97 | 104 | | |
98 | 105 | | |
99 | | - | |
100 | | - | |
| 106 | + | |
101 | 107 | | |
102 | 108 | | |
103 | 109 | | |
104 | | - | |
| 110 | + | |
105 | 111 | | |
106 | 112 | | |
107 | 113 | | |
| |||
115 | 121 | | |
116 | 122 | | |
117 | 123 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | 124 | | |
134 | 125 | | |
135 | 126 | | |
| |||
167 | 158 | | |
168 | 159 | | |
169 | 160 | | |
170 | | - | |
| 161 | + | |
171 | 162 | | |
172 | 163 | | |
173 | 164 | | |
| |||
178 | 169 | | |
179 | 170 | | |
180 | 171 | | |
181 | | - | |
182 | 172 | | |
183 | 173 | | |
184 | 174 | | |
| |||
191 | 181 | | |
192 | 182 | | |
193 | 183 | | |
194 | | - | |
| 184 | + | |
195 | 185 | | |
196 | 186 | | |
197 | 187 | | |
| |||
230 | 220 | | |
231 | 221 | | |
232 | 222 | | |
233 | | - | |
234 | 223 | | |
235 | 224 | | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
| 225 | + | |
| 226 | + | |
244 | 227 | | |
245 | 228 | | |
246 | 229 | | |
| |||
282 | 265 | | |
283 | 266 | | |
284 | 267 | | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
0 commit comments