Commit Graph

21 Commits

Author SHA1 Message Date
glx22 47fdbdd324
Fix: ignore C++ standard library headers in depend (#7578) 2019-05-10 14:22:07 +02:00
Henry Wilson 7c8e7c6b6e Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
glx 1106534262 Fix: depend was messing the line endings in append mode 2019-01-16 19:27:06 +00:00
Charles Pigott f5b1115039 Doc: Lots and lots of doxymentation fixes 2018-10-31 12:35:54 +01:00
rubidium 29ef70c246 (svn r26060) -Fix: do not let depend overrun its buffers when paths are extremely (and unlikely) long 2013-11-23 13:16:45 +00:00
rubidium 2f7d9a2851 (svn r25274) -Cleanup: remove unused class instance variables 2013-05-20 20:26:56 +00:00
rubidium cf773911b0 (svn r24432) -Fix: compile warning in depend 2012-07-22 18:56:16 +00:00
rubidium 990c9f8a7f (svn r24429) -Change: add some hardening flags to the compiler for release builds 2012-07-22 05:33:09 +00:00
alberth 4af8c2d5e1 (svn r23704) -Doc: Doxygen comment fixes and additions. 2012-01-01 17:22:32 +00:00
rubidium 7fd1e1df81 (svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free 2011-11-12 13:00:29 +00:00
rubidium fb5ecb9499 (svn r22411) -Document: another bunch of bits 2011-05-02 17:42:12 +00:00
alberth 1dbc0a20be (svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)' 2011-02-25 21:53:43 +00:00
terkhen 88ca183191 (svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH). 2010-07-29 14:26:28 +00:00
rubidium c2c0d1e5d4 (svn r17923) -Feature: "port" OpenTTD to GNU/Hurd 2009-10-31 15:26:07 +00:00
glx 1e665c7639 (svn r17689) -Fix (r16307): depend could segfault in some case (TrueBrain) 2009-10-04 12:17:10 +00:00
rubidium 7fbc33dae1 (svn r17248) -Fix: add GPL license notice where appropriate 2009-08-21 20:21:05 +00:00
glx 70f6cee9ce (svn r16630) -Fix (r16629): forgot a continue 2009-06-23 00:04:37 +00:00
glx e6af53ea01 (svn r16629) -Fix: depend hang on solaris
-Fix: depend do not append delimiter string before deps for non empty files
-Add: support for -s option (starting string delimiter)
2009-06-22 23:57:33 +00:00
smatz e16314d58f (svn r16542) -Fix [FS#2971](r16307): depend failed on architectures with unsigned char 2009-06-09 13:35:30 +00:00
rubidium 299f34b32b (svn r16410) -Fix (r16307): don't assume the extension starts with the first '.', but with the last '.'. This way depend doesn't fail if there's a dot in your path, e.g. 'gcc-4.4'. 2009-05-24 09:35:46 +00:00
glx b3a539b016 (svn r16307) -Fix: makedepend can't handle the amount of files we have and it also miss some dependencies. That's why we introduce our custom implementation of makedepend. 2009-05-14 21:59:24 +00:00