Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-09 | waf: remove the restriction that private libraries must not have a vnum | Andrew Tridgell | 1 | -4/+2 | |
we need the vnum for ABI checking for public libraries built as private libraries when bundled Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Dec 9 12:47:41 CET 2010 on sn-devel-104 | |||||
2010-12-09 | waf-abi: auto-generate per-symbol versions from ABI files | Andrew Tridgell | 1 | -2/+2 | |
This changes our version-script generation to use the ABI files that are saved in git with each version number change of our public libraries. We use these ABI files to generate a linker version script that gives the exact version number that each symbol was introduced. This provides us with automatic fine grained symbol versioning. Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-12-08 | talloc: build pytalloc-util with the same logic as libtalloc | Stefan Metzmacher | 1 | -1/+4 | |
metze | |||||
2010-12-08 | talloc: mark pytalloc-util functions as _PUBLIC_ | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2010-12-08 | talloc: remove unused PyString_FromString_check_null() from pytalloc-util | Stefan Metzmacher | 1 | -8/+0 | |
metze | |||||
2010-12-08 | s4-pkgconfig: add @LIB_RPATH@ to our link flags | Andrew Tridgell | 2 | -2/+2 | |
this is only set when rpath is used on install. It ensures that applications that link against Samba libraries get the rpath right Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 8 12:46:00 CET 2010 on sn-devel-104 | |||||
2010-12-05 | pytalloc: Add docstring for talloc.Object. | Jelmer Vernooij | 1 | -1/+3 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Dec 5 18:12:59 CET 2010 on sn-devel-104 | |||||
2010-12-03 | talloc: add ABI/talloc-2.0.4.sigs | Stefan Metzmacher | 2 | -1/+63 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 3 11:35:45 CET 2010 on sn-devel-104 | |||||
2010-12-03 | talloc: Bump version number after pytalloc changes. | Jelmer Vernooij | 1 | -1/+1 | |
2010-12-01 | pytalloc: Make py_talloc_default_cmp private. | Jelmer Vernooij | 3 | -14/+15 | |
2010-12-01 | pytalloc: Make py_talloc_dealloc private. | Jelmer Vernooij | 3 | -14/+11 | |
2010-12-01 | pytalloc: Make py_talloc_default_repr private (now exposed by talloc.Object). | Jelmer Vernooij | 3 | -15/+12 | |
2010-12-01 | pytalloc: Expose PyTalloc_GetObjectType | Jelmer Vernooij | 2 | -2/+3 | |
2010-12-01 | pytalloc: Add convenience function for checking if something is a talloc | Jelmer Vernooij | 2 | -0/+29 | |
object. | |||||
2010-11-30 | talloc: Add talloc object. | Jelmer Vernooij | 1 | -0/+15 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Nov 30 23:26:56 CET 2010 on sn-devel-104 | |||||
2010-11-19 | talloc: added TALLOC_FREE_FILL environment variable | Andrew Tridgell | 1 | -0/+30 | |
when this environment variable is set, talloc will fill freed memory with the value from that environment variable. This can be used to help find use after free bugs when valgrind is too slow to be used | |||||
2010-11-07 | pytalloc: Make some arguments optional. | Jelmer Vernooij | 1 | -6/+6 | |
2010-11-05 | talloc: Add python talloc module, move convenience functions to it. | Jelmer Vernooij | 2 | -1/+90 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Nov 5 02:48:21 UTC 2010 on sn-devel-104 | |||||
2010-11-05 | talloc: rename pytalloc.c to pytalloc_util.c | Jelmer Vernooij | 2 | -1/+1 | |
2010-11-03 | build: a more portable way of finding waf in makefiles | Andrew Tridgell | 1 | -3/+1 | |
this avoids using the non-portable shell command in makefiles Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 3 22:44:59 UTC 2010 on sn-devel-104 | |||||
2010-11-03 | waf: added reconfigure targets to our libraries | Andrew Tridgell | 1 | -0/+5 | |
This allows you to do "make reconfigure" to re-run configure only if needed | |||||
2010-11-01 | talloc: Install pytalloc.h. | Jelmer Vernooij | 1 | -0/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 1 17:25:07 UTC 2010 on sn-devel-104 | |||||
2010-10-31 | replace/talloc: Avoid automatically pulling in new configure/Makefile, | Jelmer Vernooij | 1 | -6/+0 | |
as these files are checked in, and the source might not be available. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 22:27:56 UTC 2010 on sn-devel-104 | |||||
2010-10-31 | talloc: Look harder for waf. | Jelmer Vernooij | 1 | -1/+8 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 18:06:16 UTC 2010 on sn-devel-104 | |||||
2010-10-31 | replace: Build using waf by default. | Jelmer Vernooij | 1 | -1/+3 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:45:21 UTC 2010 on sn-devel-104 | |||||
2010-10-31 | talloc: Switch over to using waf as the default build system for the ↵ | Jelmer Vernooij | 5 | -15/+107 | |
standalone build. | |||||
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -7/+0 | |
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | |||||
2010-10-30 | talloc.3: Remove documentation for deprecated talloc_append_string, | Jelmer Vernooij | 1 | -11/+0 | |
consistent with other deprecated functionality. | |||||
2010-10-30 | talloc: Fix manual pages in standalone build. | Jelmer Vernooij | 1 | -2/+1 | |
2010-10-27 | talloc: fix waf build for libtalloc-compat1 | Stefan Metzmacher | 1 | -4/+4 | |
We need to use 'libtalloc.so.1' as soname, otherwise the compat library is useless. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Oct 27 03:53:21 UTC 2010 on sn-devel-104 | |||||
2010-10-26 | talloc: change pytalloc-util to be a public library. | Jelmer Vernooij | 1 | -1/+2 | |
2010-10-26 | talloc: Install pytalloc-util as system library. | Jelmer Vernooij | 2 | -3/+36 | |
2010-10-26 | talloc: Avoid dependency on unknown EXT_LIB_PYTHON. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-26 | talloc: Move pytalloc to lib/talloc. | Jelmer Vernooij | 1 | -0/+8 | |
2010-10-26 | waf: Only specify vnum for non-private libraries. | Jelmer Vernooij | 1 | -15/+20 | |
2010-10-24 | talloc: pytalloc should not depend on samba specific code | Stefan Metzmacher | 1 | -3/+2 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Oct 24 19:21:25 UTC 2010 on sn-devel-104 | |||||
2010-10-23 | waf: Rename some BUNDLED_ functios to PRIVATE_. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-21 | waf: replace the is_bundled option with private_library | Andrew Tridgell | 1 | -2/+2 | |
'private_library' better captures what we are trying to get at when we bundle a library | |||||
2010-10-21 | s4-build: fixed some formatting | Andrew Tridgell | 1 | -3/+3 | |
indentation was far too deep | |||||
2010-10-20 | pytalloc: use talloc_unlink() to free py_talloc objects | Kamen Mazdrashki | 1 | -1/+3 | |
Those type of objects are referenced every time we assign them to other py_talloc objects, which leads to runtime warnings that we are trying to free an object with references Wrap talloc_unlink() in SMB_ASSERT() to ensure we catch possible failure Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Oct 20 21:37:06 UTC 2010 on sn-devel-104 | |||||
2010-10-20 | talloc: make header C++ safe | Simo Sorce | 1 | -0/+8 | |
Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Wed Oct 20 18:15:09 UTC 2010 on sn-devel-104 | |||||
2010-10-09 | talloc: Fix #include line in manpage. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 9 13:53:25 UTC 2010 on sn-devel-104 | |||||
2010-10-08 | pytalloc: Fix warning that we are subtracting void* pointers | Kamen Mazdrashki | 1 | -1/+1 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Fri Oct 8 23:36:54 UTC 2010 on sn-devel-104 | |||||
2010-10-08 | Move talloc_enable_null_tracking() to the s3 daemons | Volker Lendecke | 1 | -7/+0 | |
2010-10-07 | waf: fixed exit status of test suites | Andrew Tridgell | 1 | -2/+4 | |
use RUN_COMMAND() to handle signal errors and exit status | |||||
2010-09-24 | talloc: Add a warning about talloc_autofree_context() and dlclose() | Volker Lendecke | 2 | -0/+22 | |
2010-09-21 | pytalloc: Add default compare function. | Jelmer Vernooij | 2 | -1/+15 | |
2010-09-20 | pidl: Fix segfault when accessing unicode objects. | Jelmer Vernooij | 2 | -11/+0 | |
2010-09-15 | talloc: fixed spelling errors in comment | Andrew Tridgell | 1 | -2/+2 | |
2010-09-02 | pidl-python: cope with NULL pointers in more places | Andrew Tridgell | 2 | -0/+24 | |
NULL is converted to Py_None |