Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
G
glog
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • glog
  • Repository

Switch branch/tag
  • glog
  • BUILD
Find file
BlameHistoryPermalink
  • Zhongming Qu's avatar
    Hide certain header files from the cc_library(). · e6e2e137
    Zhongming Qu authored Dec 14, 2017
    This commit addresses a few issues:
    
        1.  No longer leak config.h in a way similar to
                https://github.com/gflags/gflags/issues/233
            The solution of prefixing the path by 'glog_internal' is modified from
                https://github.com/gflags/gflags/issues/234
    
        2.  No longer expose internal headers.
    
        3.  Replace PACKAGE_NAME with native.package_name()
    
        4.  Uers can choose namespaces via the newly added 'namespace' keyword.
    
        5.  Replace glob with explicitly listing of files.
    
        6.  Make the genrules more compact using pythonic list construction.
    e6e2e137
BUILD 78 Bytes
EditWeb IDE

Replace BUILD

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.