Name | Modified | Size |
---|---|---|
.. | ||
Android | ||
DependencyOrder | ||
OSX | ||
Scope | ||
run_all.py | 10 years ago | 2 KB |
Change | User | Description | Committed |
---|---|---|---|
15571 | ShadauxCat | Merge brandon_m_bare into mainline | 10 years ago |
14212 | ShadauxCat | Fix bad xml output on linux. | 10 years ago |
14209 | ShadauxCat | Corrected syntax error. | 10 years ago |
14208 | ShadauxCat | Set run_all.py to output different xml files for python2 vs python3 | 10 years ago |
14200 | ShadauxCat | -Added --msvc-version command line argument -Added a run_all.py to run all unit tests -A...lso testing teamcity automated tests #review-14201 « |
10 years ago |
14046 | ShadauxCat | - Created _utils.OrderedSet() - a set which will keep all items in the same order they wer...e inserted in - Changed all sets to OrderedSets - Fixed a missing space in the gcc toolchain - Fixed AddStaticLibraries() and AddSharedLibraries() having incorrect behavior on gcc and android toolchains, and being ignored entirely on the darwin toolchain - Added logic to ensure order of libraries - when linking, a library marked as a dependency of another library is always guaranteed to show up in the libraries list after the library that depends on it, unless there is a circular dependency, in which case luck of the draw. This should actually make it feasible to use EnableStrictOrdering() for the linux gcc toolchain again; previously the libraries ended up in undefined order and that setting was impossible to use. - Added a unit test to ensure strict ordering. It lists linux libraries, but will still work on Windows as it exits before the library verification process. - Also fixed paths in the default debug and release targets not properly being fixed up and actually outputting to a folder named {project.activeToolchainName}-{project.outputArchitecture}-{project.targetName} « |
10 years ago |
12416 | ShadauxCat | Integration from //guest/brandon_m_bare/csbuild/brandon_m_bare/... into //guest/ShadauxCa...t/csbuild/Mainline/... « |
10 years ago |
11988 | ShadauxCat | Re-adding scope unit test that fell out in the transition from git to perforce workshop. ... Merging in changes from Daniel Dunbar to scopeTest.py and the darwin toolchain. « |
10 years ago |
11631 | ShadauxCat | -Added shared data to toolchains so that multiple tools can share the same data instead of... deriving it over and over -Fixed GetSourceObjPath() so that it works with files on different drives and outside the working directory -Fixed the android toolchain so that --show-commands works for the apk steps -Fixed the android unit test -Added the ability to specify custom tools in csbuild.RegisterToolchain() rather than having to manually add them to the toolchains later -Some initial work going toward the goal of speeding up iterative builds by scraping chunk objects; the scraping system is built for COFF and XCOFF objects (msvc, where the biggest issue lies), and the msvc toolchain is prepared to work with them, but this isn't hooked up anywhere else yet. -Split APK generation in the android toolchain into its own tool, APKBuilder #review-11621 « |
10 years ago |
11603 | ShadauxCat | Removing some build output files that didn't need to be added. | 10 years ago |
11602 | ShadauxCat | Moving to the proper development directory structure | 10 years ago |