aboutsummaryrefslogtreecommitdiff
path: root/projects/tinyxml2
AgeCommit message (Collapse)Author
2020-12-09Fill in main_repo for several projects. (#4816)Abhishek Arya
* Fill in main_repo for several projects. * Add some go repos.
2020-03-10[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Max Moroz
* [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
2019-05-01Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)jonathanmetzman
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2017-11-20Clean Shell Scripts (#999)Robin Alexander Richtsfeld
* Clean all.sh Double quote array expansions, otherwise they're like $* and break on spaces. * Clean dropbear/build.sh In POSIX sh, 'pushd' is not supported. In POSIX sh, 'popd' is not supported. * Clean woff2/build.sh Iterating over ls output is fragile. Use globs. * Clean tinyxml2/build.sh Add shebang
2017-09-06[tinyxml2] Fix build script and other minor fixes.Max Moroz
2017-09-06Adding Project - Tinyxml2 (#813)jumde