Skip to content
Snippets Groups Projects
  1. May 13, 2019
  2. May 12, 2019
    • Ankur Mittal's avatar
      Revert "[trace-manager] Pass on verbosity to configured providers" · dba7caaa
      Ankur Mittal authored
      This reverts commit 5a615f0f.
      
      Reason for revert: trying to check if this broke the build
      
      Original change's description:
      > [trace-manager] Pass on verbosity to configured providers
      > 
      > ... and add VLOG message to perfmon event processing
      > 
      > Change-Id: I3029a9c97a8c2710025d5e435fccf508e168f156
      
      TBR=dje@google.com,abarth@google.com,bhamrick@google.com
      
      # Not skipping CQ checks because original CL landed > 1 day ago.
      
      Change-Id: I6e36f51679f77f01024f9f91a36fbacd3d3d655e
      dba7caaa
    • docs-roller's avatar
      [gndoc] Update GN build arguments documentation · e8406699
      docs-roller authored
      Test: CQ
      
      Change-Id: I2af3d92b069aef6be422eba040823c4b88acd548
      e8406699
    • Abdulla Kamar's avatar
      [bootsvc] Add fuchsia.boot.RootJob service · 44d71fea
      Abdulla Kamar authored
      This allows processes further down the job-hierarchy to be able to get
      access to the RootJob. This is useful for processes such as the
      devcoordinator (once component_manager is in place) and utilities like
      ps.
      
      Eventually, we will want to further limit or entirely get rid of this
      interface. That will happen once component_manager is in place.
      
      ZX-4002
      ZX-4072
      
      Change-Id: I4b1e75a7841a04ea2cc7da374e42257d4802e619
      44d71fea
    • Doug Evans's avatar
      [tracing/lib/test_utils] New library of utilities for trace tests · fc125577
      Doug Evans authored
      Change-Id: I4fbecc3940e1b3c179ca95b849b8ac0a16779d95
      fc125577
    • Miguel Flores Ruiz de Eguino's avatar
      [rust][inspect] Clean up for nicer library import · d8286e3e
      Miguel Flores Ruiz de Eguino authored
      Example import:
      use fuchsia_inspect::vmo::{Inspector, Node};
      
      CF-607 #comment
      
      TESTED=fx run-test rust-crates-tests -t fuchsia_inspect_lib_test
      
      Change-Id: I2f5d92b1175da0d872d99281ccd3baae6ab5be53
      d8286e3e
    • Pascal Perez's avatar
      [gidl] Port (most) Go conformance tests into GIDL · bb8e65c1
      Pascal Perez authored
      Had two fix two small things:
      - unions were not supported (they look just like xunions)
      - optional values in structs must be referenced by pointer
      
      See generated tests in separate CL:
      https://fuchsia-review.googlesource.com/c/third_party/go/+/278988
      
      FIDL-508 #comment
      FIDL-621 #comment
      FIDL-625 #comment
      FIDL-626 #comment
      
      Change-Id: Ib40876cc55aa1caf140b60708b522c320ee58fd3
      bb8e65c1
    • docs-roller's avatar
      [gndoc] Update GN build arguments documentation · 0d4917c4
      docs-roller authored
      Test: CQ
      
      Change-Id: I6ae5d995f2e9c824b82aff9c9c985d604e7a6cbf
      0d4917c4
    • Rich Kadel's avatar
      [fidl-lint] Sort test functions · cf4e1a01
      Rich Kadel authored
      Test functions are now ordered alphabetically, just like the calling
      sequence at the bottom of lint_finding_tests.cpp.
      
      Test: fidl-compiler-test
      Change-Id: Ic0c60a83ad530f8cf3caf3d50c83c1649e4f4861
      cf4e1a01
    • Rich Kadel's avatar
      [fidl-lint] Adding simpler checks · 3932ab3a
      Rich Kadel authored
      All "case" checks are complete.
      
      Test: fidl-compiler-test
      Change-Id: Ie773e757177e82a76e30e1bfafaf1de97010e49b
      3932ab3a
    • Roland McGrath's avatar
      [fidl] Start transition from - to . names for //zircon/public/fidl · 0731683a
      Roland McGrath authored
      This is part of a soft transition to replace fuchsia-foo-bar names
      with fuchsia.foo.bar names for the directory and GN target names for
      FIDL libraries defined in //zircon/system/fidl and accessed in legacy
      GN via //zircon/public/fidl.  After the transition, the directory and
      GN target names will exactly match the FIDL library names everywhere.
       1. Make //zircon/public/fidl/a.b.c alias //zircon/public/fidl/a-b-c
       2. Convert all //zircon/public/fidl uses outside fuchsia.git & integrate
       3. Convert all //zircon/public/fidl uses inside fuchsia.git
       4. Remove transition hacks
       5. Enforce naming conventions in GN templates
      This is step 1.
      
      Bug: ZX-3365 #comment Start soft transition for //zircon/public/fidl
      Change-Id: Iabbbee27a2a442bf80da88efb9bd9ddeb729215b
      0731683a
    • Roland McGrath's avatar
      [build] Allow //zircon/public/lib/foo vs //zircon/public/tool/foo name reuse · c9d487fe
      Roland McGrath authored
      Subdirectories in different parts of the Zircon tree reusing the same
      name is not a problem, and neither is //zircon/public/*/NAME reuse.
      Fix the metadata-based target generation magic to distinguish the
      category (i.e. subdirectory under //zircon/public/) so that names
      can be reused across categories.
      
      Bug: BLD-472 #done
      Test: local build with //zircon/public/lib/blobfs export enabled
      Change-Id: I592e52f524471a006bec2ff5942215ec277705dd
      c9d487fe
  3. May 11, 2019
Loading