summaryrefslogtreecommitdiff
path: root/soltools/mkdepend/main.c
AgeCommit message (Collapse)Author
2015-03-02V804: Decreased performanceCaolán McNamara
Change-Id: I6430442cc407e02810d849cf60833abe7c7d2830
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
found with $ git grep -lP 'return\s*\(\s*\w+\s*\)\s*;' Change-Id: Ic51606877a9edcadeb647c5bf17bc928b69ab60e
2014-10-28coverity#982185 silence Unchecked return value from libraryCaolán McNamara
and coverity#982184 Unchecked return value from library Change-Id: I4b4ba39abc4c008b68cfc1498ee56ac9c4934c98
2014-09-04coverity#1019334 Explicit null dereferencedCaolán McNamara
Change-Id: I22b85cbfda1c1bd705b35095e03cfae4071d2fb7
2014-06-24mkdepend: cleanup indentation and function declarationsNoel Grandin
to make it easier to read Change-Id: Iff0fe055c12358edc1be335ec83d0855cc32f03c Reviewed-on: https://gerrit.libreoffice.org/9877 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-24remove use of register keyword in C filesNoel Grandin
C compilers have been ignoring it for the last decade Change-Id: I42918263121dd189bab9d27077798b779b9e8da1 Reviewed-on: https://gerrit.libreoffice.org/9873 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-17-Wstrict-prototypesStephan Bergmann
...no reason to not have it enabled for URE C include files and what little real C code is still left. (But note that Clang ignores that warning.) Change-Id: Ia6940f9f940a0c226e9b724331d65c9862ce32e6
2013-08-30WaE: size_t/unsigned int: possible loss of dataTor Lillqvist
With MSVC, the third parameter to read() is unsigned int. Change-Id: I607089fb2a9e6bf794293187be48e910ac40158f
2013-04-24gbuild: get rid of processdeps.awkMichael Stahl
The only thing that processdeps.awk does that is actually useful is to be able to set the target name freely, but that is only important for the default resource file which was just renamed. Instead hack makedepend to provide the required functionality directly: - write dummy rules for included files so builds don't break on rename/removal - format deps one per line like concat-deps expects - concat-deps expects standard POSIX line ends, so open in binary mode (also disable that awful backup copying nonsense) Though in retrospect it would perhaps be a better investment of time to try to replace makedepend... Change-Id: I54fafdcdcf1a52692e62b8f1f4b96fb9a93d4421
2012-10-09fix some lousy formatting that triggers warnings from the compiler pluginLuboš Luňák
Change-Id: I94cafba5363f24d608add6878c72f230f45fdb87
2011-06-28USG and Lynx_22 are not defined anywhereFrancois Tigeot
2011-06-16WaE: its far from K&R we are these daysCaolán McNamara
2011-06-12Remove some OS/2 remnantsFrancois Tigeot
2011-04-22Remove Sequent supportFrancois Tigeot
2011-02-18Removed some commented code.Danny Roberts
2011-02-03Silence compiler warningsTor Lillqvist
2010-10-28add modelines to .h files as wellCaolán McNamara
2010-03-12cmcfixes73: #i110077# silence soltools warningsCaolán McNamara
2010-01-09cmcfixes69: #i108178#: delete allocated object (removes unused code warning ↵Caolán McNamara
from callcatcher)
2009-10-31#cmcfixes65: #i103768# add fcloseCaolán McNamara
2009-03-13CWS-TOOLING: integrate CWS cmcfixes53Vladimir Glazounov
2009-03-13 14:38:36 +0100 cmc r269480 : gcc44 problems 2009-01-07 14:40:49 +0100 cmc r265968 : #i97835# remove some long-hanging unused methods 2009-01-07 14:16:47 +0100 cmc r265966 : #i97833# DDE_AVAILABLE is always false in binfilter 2009-01-07 14:06:40 +0100 cmc r265965 : #i97831# DDE_AVAILABLE is always true so remove the ifdefs to de-clutter the code
2008-07-22INTEGRATION: CWS os2port03 (1.11.12); FILE MERGEDOliver Bolte
2008/07/16 12:39:23 obr 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2008/01/14 16:37:54 ydario 1.11.12.1: use OS2 instead of __EMX__ Issue number:i85203 Submitted by:ydario
2008-04-10INTEGRATION: CWS changefileheader (1.11.22); FILE MERGEDRüdiger Timm
2008/04/01 09:43:44 thb 1.11.22.1: #i73081# Improve mkdepends runtime complexity by using better data structures (fix from kendy, merged from incguards01)
2007-10-15INTEGRATION: CWS vgbugs08 (1.10.42); FILE MERGEDIvo Hinkelmann
2007/09/27 10:12:57 vg 1.10.42.1: #i81820# fully stripped basenames
2006-11-02#i71051# Fix build breakage on Mac OS X (patch by pjanik).Rüdiger Timm
2006-10-31#i10000# Sparse semicolon removed to avoid warning 'syntax error: empty ↵Rüdiger Timm
declaration'.
2006-09-22INTEGRATION: CWS vgbugs04 (1.7.62); FILE MERGEDVladimir Glazounov
2006/09/15 15:19:53 vg 1.7.62.5: #i69015# -n switsh for windows-native slashes 2006/09/04 13:49:59 vg 1.7.62.4: #i69015# add slash at the end of the string 2006/09/01 11:29:37 vg 1.7.62.3: #i69015# use dmake slash variable 2006/08/31 10:34:13 vg 1.7.62.2: #i69015# generic paths for windows 2006/07/04 10:37:14 vg 1.7.62.1: #137785# optimize makedepend
2004-04-21INTEGRATION: CWS ooo20040329 (1.6.36); FILE MERGEDSander Vesik
2004/03/17 12:35:12 waratah 1.6.36.1: #i1858# add return types to subroutines add include file for string routines add a couple of forward declarations for internal routines
2003-07-16INTEGRATION: CWS ooo11rc2 (1.5.2); FILE MERGEDJens-Heiner Rechtien
2003/07/16 06:57:24 mh 1.5.2.2: fix: build failuere, #i16893# 2003/07/15 02:11:03 fa 1.5.2.1: Update checkdll to work on dylibs, not bundles, and work around a problem with fstat() on OS X. http://www.openoffice.org/issues/show_bug.cgi?id=16425 Dan fa@ooo
2003-07-02INTEGRATION: CWS ooo11rc (1.4.42); FILE MERGEDVladimir Glazounov
2003/06/18 12:59:48 mh 1.4.42.1: join: from ooo11beta2
2001-11-22#65293# build breaks if a directory is wrongly taken for searched includeHans-Joachim Lankenau
2001-05-14eat up c++ comments; don't get confused by //*Hans-Joachim Lankenau
2001-04-18Fixes for syntax problemNils Fuhrmann
2001-04-18Added makedependNils Fuhrmann