Giter VIP home page Giter VIP logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 27, 2024
Interesting -- that's not an organization I've seen before, though maybe I'm 
more
typically looking at binaries rather than libraries.  In any case, our setup to
package and distribute packages uses the current structure, which honestly I'm 
not so
bothered by, so I'm going to close this WillNotFix.

Original comment by [email protected] on 29 Aug 2008 at 10:08

  • Changed state: WontFix

from gflags.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 27, 2024
It is very common in libraries. I just checked a few packages and for example 
SDL, 
libxml2, FreeType and the Linux kernel put their public header files in a 
directory 
named "include" in the source tree. Because gflags is a very compact code base, 
the 
only private header file it has is "config.h", but when it grows, please 
reconsider 
separating the public headers.

Original comment by [email protected] on 29 Aug 2008 at 10:34

from gflags.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 27, 2024
I must be misunderstanding something.  The public headers are separated: 
they're all
in src/gflags (which private headers are elsewhere in src).  I guess you're just
saying they're not separated in a way that it's clear they're public header 
files? 
In any case, I will keep your suggestion in mind.

Original comment by [email protected] on 29 Aug 2008 at 10:54

from gflags.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 27, 2024
Yes, that is exactly what I mean: they are currently nicely separated into a 
subdirectory of "src", but I think it would be clearer if they were:
a) separated at the top level
b) in a directory with a name ("include") that is familiar to a lot of people

Original comment by [email protected] on 29 Aug 2008 at 11:36

from gflags.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.