Line | |
---|
1 | - use pkg-config files in the buildsystem?
|
---|
2 | - let the build system implement some make functions($(patsubst),$(wildcard),...) and use our own implementations where `make' does not support them
|
---|
3 | - include extra_flags.txt using Makefile construction if
|
---|
4 | supported by current make
|
---|
5 | - fix shared module loading for selftest during builds without install
|
---|
6 | - remove recursive dependency between LIBSOCKET, LIBCLI_NBT and LIBCLI_RESOLVE
|
---|
7 | - clearer distinction between dcerpc and ndr. seperate interface tables? Maybe get rid of
|
---|
8 | NDR's table altogether and use dlopen/dlsym ?
|
---|
9 | - saner names for:
|
---|
10 | libcli.so.0.0.1 (rename to libsmb?)
|
---|
11 | libcli_cldap.so.0.0.1 (rename to libcldap?)
|
---|
12 | libcli_nbt.so.0.0.1 (rename to libnbt?)
|
---|
13 | libcli_wrepl.so.0.0.1 (rename to libwrepl?)
|
---|
14 | - generate headermap.txt
|
---|
15 |
|
---|
16 | set of test scripts that check the code:
|
---|
17 | - configure_check_unused.pl
|
---|
18 | - find_unused_macros.pl
|
---|
19 | - find_unused_makefilevars.pl
|
---|
20 | - find_unused_options.sh
|
---|
21 | - findstatic.pl
|
---|
22 | - minimal_includes.pl
|
---|
23 | - check dependencies based on #include lines ?
|
---|
24 | - check whether private headers are not used outside their own subsystem
|
---|
25 | - undocumented (no manpage) installed binaries
|
---|
Note:
See
TracBrowser
for help on using the repository browser.