summaryrefslogtreecommitdiff
path: root/lib/talloc/wscript
AgeCommit message (Expand)AuthorFilesLines
2010-12-11talloc: Add ability to generate Python docs using pydoctor.Jelmer Vernooij1-0/+7
2010-12-10build: introduce SAMBA_CHECK_PYTHON_HEADERSMatthieu Patou1-1/+1
2010-12-09talloc: pytalloc-util should not have an ABI-file yetStefan Metzmacher1-2/+0
2010-12-09waf: remove the restriction that private libraries must not have a vnumAndrew Tridgell1-4/+2
2010-12-09waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell1-2/+2
2010-12-08talloc: build pytalloc-util with the same logic as libtallocStefan Metzmacher1-1/+4
2010-12-03talloc: Bump version number after pytalloc changes.Jelmer Vernooij1-1/+1
2010-11-05talloc: Add python talloc module, move convenience functions to it.Jelmer Vernooij1-1/+6
2010-11-05talloc: rename pytalloc.c to pytalloc_util.cJelmer Vernooij1-1/+1
2010-11-03waf: added reconfigure targets to our librariesAndrew Tridgell1-0/+5
2010-11-01talloc: Install pytalloc.h.Jelmer Vernooij1-0/+1
2010-10-30talloc: Fix manual pages in standalone build.Jelmer Vernooij1-2/+1
2010-10-27talloc: fix waf build for libtalloc-compat1Stefan Metzmacher1-4/+4
2010-10-26talloc: change pytalloc-util to be a public library.Jelmer Vernooij1-1/+2
2010-10-26talloc: Install pytalloc-util as system library.Jelmer Vernooij1-3/+25
2010-10-26talloc: Avoid dependency on unknown EXT_LIB_PYTHON.Jelmer Vernooij1-1/+1
2010-10-26talloc: Move pytalloc to lib/talloc.Jelmer Vernooij1-0/+8
2010-10-26waf: Only specify vnum for non-private libraries.Jelmer Vernooij1-15/+20
2010-10-23waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij1-1/+1
2010-10-21waf: replace the is_bundled option with private_libraryAndrew Tridgell1-2/+2
2010-10-21s4-build: fixed some formattingAndrew Tridgell1-3/+3
2010-10-07waf: fixed exit status of test suitesAndrew Tridgell1-2/+4
2010-06-19wafsamba: Fix typo: noextenion -> noextension.Jelmer Vernooij1-1/+1
2010-05-31talloc: Don't set is_bundled for standalone build.Jelmer Vernooij1-2/+4
2010-05-31Add manpages argument to SAMBA_LIBRARY().Jelmer Vernooij1-17/+2
2010-05-31s4-waf: sanitize library names like the old build system did, only addJelmer Vernooij1-2/+2
2010-04-20talloc: there is no ambiguity when freeing a ptr with a null parentAndrew Tridgell1-1/+1
2010-04-18talloc-waf: added ABI checking for tallocAndrew Tridgell1-0/+3
2010-04-13s4-waf: don't try to use the system lib for the library buildAndrew Tridgell1-4/+5
2010-04-13talloc-waf: the talloc1-compat lib depends on tallocAndrew Tridgell1-2/+2
2010-04-13talloc-waf: added the manpage generation and talloc1-compat generationAndrew Tridgell1-1/+34
2010-04-06s4-waf: fixed waf distcheck for our standalone libs and s4Andrew Tridgell1-0/+4
2010-04-06s4-waf: added simple 'waf test' support for tdb, talloc and ldbAndrew Tridgell1-4/+5
2010-04-06s4-waf: use a common pattern for finding buildtools and libsAndrew Tridgell1-12/+7
2010-04-06s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell1-3/+3
2010-04-06s4-waf: fixed finding of buildtools and srcdirAndrew Tridgell1-7/+9
2010-04-06s4-waf: avoid having to run waf configure before waf distAndrew Tridgell1-1/+4
2010-04-06s4-waf: allow standalone tarball build of librariesAndrew Tridgell1-1/+9
2010-04-06s4-waf: added 'waf dist' to our standalone libs as wellAndrew Tridgell1-1/+1
2010-04-06s4-waf: added 'waf dist' to build the tarballAndrew Tridgell1-1/+8
2010-04-06talloc-waf: install talloc.pc if standaloneAndrew Tridgell1-0/+8
2010-04-06talloc-waf: match version number with main buildAndrew Tridgell1-1/+1
2010-04-06s4-waf: added implied_deps for system librariesAndrew Tridgell1-1/+2
2010-04-06talloc-waf: don't build the talloc testsuite in s4Andrew Tridgell1-4/+6
2010-04-06s4-waf: support the use of system librariesAndrew Tridgell1-4/+11
2010-04-06s4-waf: set default for bundled librariesAndrew Tridgell1-0/+6
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: don't install talloc_testsuite and ldbtestAndrew Tridgell1-1/+2
2010-04-06build: using deps= for deps is clearerAndrew Tridgell1-1/+1
2010-04-06build: added BUILD_SUBDIR() wrapperAndrew Tridgell1-1/+1