tvl-depot/third_party
Vincent Ambo 3908732181 style(3p/nix): Final act in the brace-wrapping saga
This last change set was generated by a full clang-tidy run (including
compilation):

    clang-tidy -p ~/projects/nix-build/ \
      -checks=-*,readability-braces-around-statements -fix src/*/*.cc

Actually running clang-tidy requires some massaging to make it play
nice with Nix + meson, I'll be adding a wrapper or something for that soon.
2020-05-19 20:51:32 +01:00
..
abseil-cpp chore(3p/abseil-cpp): Bump version to 20200519-768eb2ca 2020-05-19 19:38:32 +01:00
cgit fix(third_party/cgit): Correctly make "about links" on about page 2020-04-19 19:25:43 +00:00
cpp/googleapis fix(3p/cpp/googleapis): Add protos for Stackdriver Logging 2020-02-26 15:27:22 +00:00
emacs refactor(tools/emacs): Move third-party overrides to //third_party 2020-05-16 04:08:28 +01:00
farmhash feat(third_party): Add Google's farmhash library 2020-05-08 18:39:43 +01:00
ffmpeg feat(third_party/ffmpeg): Add "libnpp" support to ffmpeg 2020-04-04 02:36:20 +01:00
git chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00
glog feat(3p/glog): Update glog version 2020-05-18 02:39:26 +01:00
gopkgs chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00
honk fix(third_party/honk): Create a fake $HOME 2020-04-19 23:37:25 +01:00
lieer chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00
lisp chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00
naersk chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00
nix style(3p/nix): Final act in the brace-wrapping saga 2020-05-19 20:51:32 +01:00
nixery chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00
notmuch chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00
python/broadlink feat(3p/python/broadlink): Add max_devices discovery parameter 2020-04-26 14:50:04 +01:00
telega chore(third_party): Bump telega version 2020-04-04 21:34:05 +01:00
terraform-gcp chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00
default.nix style(3p/nix): Final act in the brace-wrapping saga 2020-05-19 20:51:32 +01:00
README.md docs(third_party): Add README 2019-06-29 14:12:38 +01:00

Third-Party Code

Code under this folder is one of the following:

  1. Externally developed dependencies which have been imported ("vendored") into this repository. These dependencies come with their own licenses and whatever else.

  2. Code that is developed inside of this repository, but released to an external repository via Copybara.