Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-15 | build: added simple header handling for our libraries | Andrew Tridgell | 1 | -1/+23 | |
we don't need header munging for tdb/talloc etc | |||||
2011-03-15 | build: removed mkdir of public headers directory | Andrew Tridgell | 1 | -7/+0 | |
not needed now that we have public_headers_allow_broken | |||||
2011-03-15 | build: added public_headers_allow_broken option | Andrew Tridgell | 1 | -1/+6 | |
the s3 waf build will use this to say that we should allow public headers that contain references to non-public headers. In the s4 build that is not allowed, but the s3 build does not yet have clean public headers | |||||
2011-03-15 | waf: auto-create include paths if needed | Andrew Tridgell | 1 | -0/+7 | |
2011-03-15 | waf: build headers in separate 'headers' build group | Andrew Tridgell | 1 | -1/+1 | |
2011-03-15 | waf: always generate public headers in the build tree | Andrew Tridgell | 1 | -165/+118 | |
this allows us to properly test our public headers before install | |||||
2011-03-15 | waf: moved header file handling into its own module | Andrew Tridgell | 1 | -0/+200 | |
It is getting quite complex now, and shouldn't just be mixed in with everything else |