r15304: Fix smbd build, more updates on getting --enable-dso to build again
[samba.git] / source / build / smb_build / output.pm
2007-10-10 Jelmer Vernooijr15304: Fix smbd build, more updates on getting --enabl...
2007-10-10 Jelmer Vernooijr15301: Use static libraries internally. This required...
2007-10-10 Jelmer Vernooijr15298: Fix the build using a few hacks in the build...
2007-10-10 Jelmer Vernooijr15287: Simplify dependency detection code
2007-10-10 Jelmer Vernooijr15271: Fix --enable-dso
2007-10-10 Jelmer Vernooijr15270: Rename EXTRA_CFLAGS to CFLAGS - initial work...
2007-10-10 Jelmer Vernooijr15223: Move heimdal's -I parameters from the global...
2007-10-10 Jelmer Vernooijr15214: Introduce subsystem-specific CFLAGS to keep...
2007-10-10 Jelmer Vernooijr14874: Allow overriding LIBRARY_REALNAME
2007-10-10 Jelmer Vernooijr14666: Fix handling of naming of shared modules when...
2007-10-10 Jelmer Vernooijr14606: Fix paths in developer mode. This allows 'make...
2007-10-10 Jelmer Vernooijr14543: Fix some build dependency problems caused by...
2007-10-10 Jelmer Vernooijr14529: Include $(builddir) where necesary
2007-10-10 Jelmer Vernooijr14492: Fix shared libs - set SO_VERSION to 0 everywher...
2007-10-10 Jelmer Vernooijr14469: Don't the variable INSTALLDIR for two different...
2007-10-10 Jelmer Vernooijr14335: Build shared modules in bin/modules/$SUBSYSTEM...
2007-10-10 Jelmer Vernooijr14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VER...
2007-10-10 Stefan Metzmacherr14072: - only add the 'lib' prefix to libraries not...
2007-10-10 Stefan Metzmacherr13967: change the standard visibility to "default...
2007-10-10 Stefan Metzmacherr13921: rename DEFAULT_VISIBILITY -> STANDARD_VISIBILITY
2007-10-10 Stefan Metzmacherr13919: for us the standard for the visibility is ...
2007-10-10 Jelmer Vernooijr13902: Stricter checking for the -fvisibility flag
2007-10-10 Jelmer Vernooijr13898: Add a subsystem-specific DEFAULT_VISIBILITY...
2007-10-10 Jelmer Vernooijr12494: Support loading modules from .so files for...
2007-10-10 Jelmer Vernooijr12450: Move generation of proto and full object lists...
2007-10-10 Jelmer Vernooijr12253: Automatically build seperate binaries without...
2007-10-10 Jelmer Vernooijr12219: Use some more common functions
2007-10-10 Jelmer Vernooijr12216: Couple of small fixes: reduce include/includes...
2007-10-10 Jelmer Vernooijr11382: Require number of required M4 macros
2007-10-10 Jelmer Vernooijr11377: Add support for building LIBRARY elements as...
2007-10-10 Jelmer Vernooijr11250: Fix a couple of issues in the heimdal/ dirs.
2007-10-10 Jelmer Vernooijr11249: More OpenBSD make fixes...
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Jelmer Vernooijr10294: Generate Makefile directly rather then thru...
2007-10-10 Jelmer Vernooijr10043: Only recompile subsystems that actually need...
2007-10-10 Jelmer Vernooijr8942: Move intermediate subsystem output files to...
2007-10-10 Jelmer Vernooijr8936: Use incremental linking. This appeared to be...
2007-10-10 Jelmer Vernooijr7766: Treat NOPROTO as boolean.
2007-10-10 Jelmer Vernooijr7764: Generate _ALL_OBJS list.
2007-10-10 Jelmer Vernooijr7761: Don't let phony targets cause a rebuild of the...
2007-10-10 Jelmer Vernooijr7308: Make dependency lists in the Makefile shorter...
2007-10-10 Jelmer Vernooijr7307: Add phony rules for OUTPUT_TYPE OBJLIST, e.g...
2007-10-10 Jelmer Vernooijr6926: More build farm fixes:
2007-10-10 Jelmer Vernooijr6839: Add support for building subsystems as shared...
2007-10-10 Andrew Tridgellr4812: removed dependence on Data::Dumper
2007-10-10 Stefan Metzmacherr3769: fix the build of shared libraries
2007-10-10 Jelmer Vernooijr3744: Support building subsystems as a shared library...
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Jelmer Vernooijr3735: Allow building subsystems as static libraries...
2007-10-10 Jelmer Vernooijr3733: More build system fixes/features:
2007-10-10 Jelmer Vernooijr3730: More build system fixes and simplifications
2007-10-10 Jelmer Vernooijr3726: More simplifications/fixes in the build system
2007-10-10 Jelmer Vernooijr3691: Use packages
2007-10-10 Jelmer Vernooijr3690: Use perl's 'use' statement to include the build...