Age | Commit message (Expand) | Author | Files | Lines |
2009-11-24 | s4: Check SUN compiler and remove "-fullwarn" when using it | Brian Lu | 1 | -1/+19 |
2009-06-29 | Two patches which fix issues on cross compiling/building | Nathaniel McCallum | 1 | -1/+3 |
2009-02-02 | s4:build: add a comment why we need CFLAG_NO_CAST_QUAL and CFLAG_NO_UNUSED_MA... | Stefan Metzmacher | 1 | -4/+7 |
2009-01-22 | Move configure test files to the top-level and share them between s3 and | Jelmer Vernooij | 1 | -1/+1 |
2008-06-09 | build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_ | Stefan Metzmacher | 1 | -3/+3 |
2007-12-24 | r26571: Hide warnings about unused macros and casting qualifiers in autogener... | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r23637: fix detection of visibility attribute support | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r23111: nicer ./configure --help output | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20942: Simplify handling of systems that don't support negative enum values ... | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r20697: A couple of minot cross-compile fixes. | James Peach | 1 | -1/+2 |
2007-10-10 | r18936: hopefully fix the test for negative enum values. When a compiler | Andrew Tridgell | 1 | -9/+3 |
2007-10-10 | r18549: move gcc version check to libreplace and reorder the tests a bit | Stefan Metzmacher | 1 | -6/+0 |
2007-10-10 | r18535: move the AC_CANONICAL_HOST and host specific flag tests into | Andrew Tridgell | 1 | -39/+0 |
2007-10-10 | r18500: move make related checks into its own file | Stefan Metzmacher | 1 | -37/+0 |
2007-10-10 | r18485: include libreplace.m4 in the aclocal.m4 files | Stefan Metzmacher | 1 | -11/+1 |
2007-10-10 | r18337: more -Ae tests in check_cc.m4 | Andrew Tridgell | 1 | -4/+0 |
2007-10-10 | r18266: we should bail out in configure if C99 structs are not support | Stefan Metzmacher | 1 | -0/+12 |
2007-10-10 | r18261: print out the version of gcc | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r18221: moved more configure checks into lib/replace/ | Andrew Tridgell | 1 | -55/+0 |
2007-10-10 | r18210: - reenable autodependencies | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCC | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r18179: - move CC specific stuff to check_cc.m4 | Stefan Metzmacher | 1 | -0/+43 |
2007-10-10 | r18152: move our AC macros into lib/replace/libreplace_macros.m4 | Stefan Metzmacher | 1 | -8/+1 |
2007-10-10 | r17904: we don't want warnings about unused parameters | Stefan Metzmacher | 1 | -1/+9 |
2007-10-10 | r17890: add -Wc++-compat option to gcc but don't use it yet | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r17793: add -Wmissing-prototypes, -Wmissing-declarations, -Wmissing-field-ini... | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r17772: warn about unused macros | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r17744: we explicit want to get warnings about declarations after statements:-) | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r17566: test if the compiler support inline, this results | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r17565: expand the test for negative enum values, systems like Tru64 | Stefan Metzmacher | 1 | -2/+19 |
2007-10-10 | r17564: we don't need a AC_TRY_RUN to test the compiler warning options | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15280: - remove the 2nd check for __FUNCTION__ | Stefan Metzmacher | 1 | -7/+0 |
2007-10-10 | r15236: Fix -MT detection | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15232: Look for CC flags, not C++ flags.. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15231: Try to fix detection of ability of CC to generate dependencies | Jelmer Vernooij | 1 | -2/+6 |
2007-10-10 | r15224: Check whether -MT is actually supported by the compiler before using | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r14621: Define HAVE_IMMEDIATE_STRUCTURES for those using Samba headers, | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14583: Enable automatic dependencies only if GNU make >= 3.81 is present. | Jelmer Vernooij | 1 | -0/+31 |
2007-10-10 | r14322: Remove the BROKEN_CC flag for now. None of the buildfarm hosts has | Jelmer Vernooij | 1 | -9/+0 |
2007-10-10 | r13967: change the standard visibility to "default" public again | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r13917: fix detection of the visibility support, | Stefan Metzmacher | 1 | -7/+14 |
2007-10-10 | r13902: Stricter checking for the -fvisibility flag | Jelmer Vernooij | 1 | -11/+18 |
2007-10-10 | r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be used | Jelmer Vernooij | 1 | -20/+12 |
2007-10-10 | r13847: Fix some portability issues with the visibility attribute. | Jelmer Vernooij | 1 | -7/+9 |
2007-10-10 | r13243: Bring __FUNCTION__ checks across from Samba 3. | James Peach | 1 | -0/+8 |
2007-10-10 | r13225: Enable full compiler warnings for developer mode on IRIX. | James Peach | 1 | -3/+7 |
2007-10-10 | r12836: use: -fvisibility=hidden -D_PUBLIC_="__attribute__((visibility(\"defa... | Stefan Metzmacher | 1 | -0/+19 |
2007-10-10 | r10287: Compile compilers for build host. This fixes some bits of | Jelmer Vernooij | 1 | -3/+11 |
2007-10-10 | r10283: Eliminate some more use of autoconf substitution variables. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r10077: - move gcc option checks to check_cc.m4 | Stefan Metzmacher | 1 | -1/+32 |