aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/wxwidgets
Commit message (Collapse)AuthorAge
* Add main_repo for some more projects. (#4819)Gravatar Abhishek Arya2020-12-10
|
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* [presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Gravatar Max Moroz2020-03-10
| | | | | | | | | | | | | | | | | | | * [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
* Run the fuzzing script from the main wxWidgets repository (#3138)Gravatar VZ2019-12-16
| | | | This will make it simpler to extend and maintain the script, e.g. by adding more fuzz targets.
* Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)Gravatar jonathanmetzman2019-05-01
| | | Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
* Include submodules in wxWidgets checkout (#982)Gravatar VZ2017-11-13
| | | | Third party libraries are now submodules and not subdirectories, so clone them too.
* Build wxWidgets libraries statically (#915)Gravatar VZ2017-10-24
| | | | This ensures that the fuzzer can be ran from the output directory without having to copy the shared libraries there too.
* Use CXXFLAGS also for linking when building wxWidgets (#914)Gravatar VZ2017-10-25
| | | | Otherwise the correct -stdlib=libc++ option, which is part of CXXFLAGS defined in the Docker container, is not used resulting in link errors.
* Add wxWidgets project (#913)Gravatar VZ2017-10-24
Add the project file and simple Dockerfile and the build script using the fuzzer source in the main wxWidgets repository itself.