aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)Author
2019-08-29[Open Screen] Random repository housekeeping.mark a. foltz
- Update AUTHORS, README.md - Have install-build-tools.sh install ninja - Have install-build-tools.sh install into buildtools/ - Update DEPS to not allow dependencies on platform/impl - Move advanced_gerrit.md into docs folder (not linked from anywhere though) - Update PRESUBMIT.py to run checkdeps over the entire tree Bug: openscreen:62 Change-Id: Ib94a48e2b633277976545a6bc6c4e117b6bb3d58 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1776580 Reviewed-by: Brandon Tolsch <btolsch@chromium.org> Reviewed-by: Max Yakimakha <yakimakha@chromium.org> Commit-Queue: mark a. foltz <mfoltz@chromium.org>
2018-11-07Add Mac toolchain, refactor GN build files, misc clean-ups.Yuri Wiitala
1. Refactors the BUILDCONFIG-related files to allow for building on both Linux and Mac (and leaves open the possibility for other platforms in the future). Much of the new LOC are borrowed from the main Chromium project. Also, ran `gn format` on all the touched BUILD.gn files. 2. Added Mac LLVM toolchain definitions. With this, almost everything compiles on Mac. Upcoming changes will address this. 3. Increased strictness of compiler flags to match Chromium C++ standards. This includes: Disabling C++ exceptions and RTTI, disallowing exit-time destructors, and enabling all warning flags except for a few. For third-party code, some warnings have been disabled to allow them to build. Some of the increased strictness is only enforced when building with LLVM, not GCC. 4. While working on third_party/chromium_quic/build/base/BUILD.gn, it was noticed that the allocator shim defined there was enabled. Since a well-behaved library should not attempt to override malloc(), I've disabled that. 5. Added miu@chromium.org to AUTHORS. Hi! :) Change-Id: I1a3dd43bfc34dea5c3d62f2d7745b80a8020612f Reviewed-on: https://chromium-review.googlesource.com/c/1308455 Reviewed-by: Brandon Tolsch <btolsch@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org>
2018-03-22Add GN example and other basic setupbtolsch
Change-Id: I72212dbdcb29f93b27ec80fd22ab23590d9dc575 Reviewed-on: https://chromium-review.googlesource.com/969445 Reviewed-by: mark a. foltz <mfoltz@chromium.org>