rfm
d5da92da73
Add a few more words to autogsdoc known ignore set
2024-11-19 18:53:32 +00:00
rfm
b8d0003b43
Update FSF address as requested by Gregory
2024-11-08 10:33:32 +00:00
rfm
dfc7781b26
Fixup equality tests for dates
2024-11-08 10:33:32 +00:00
rfm
15270e460b
fix typo
2024-10-21 22:16:11 +01:00
rfm
9097de9fbc
If we have an incorrect flag, say what it was.
2024-10-21 22:12:24 +01:00
rfm
8456b7235d
Fix invert logic
2024-10-21 21:18:10 +01:00
rfm
fce8393561
fix format error
2024-10-21 20:58:29 +01:00
rfm
f162e0f97e
Changes for index.html output
2024-10-21 20:55:21 +01:00
rfm
db0d5a15e7
Create (and use if no -StylesheetURL is given) a default stylesheet, by copying an existing resource.
2024-09-03 09:11:23 +01:00
Riccardo Mottola
0619a30840
proper doctype and header also for frame indices
2024-08-27 12:48:37 +02:00
Riccardo Mottola
322106a4d2
remove font from toc
2024-08-07 00:16:34 +02:00
rfm
9bdad8d56b
Add option to set stylesheet
2024-08-06 20:17:38 +01:00
rfm
1d473e573a
Another memory management tweak.
2024-06-22 15:19:13 +01:00
rfm
50e1575b8d
Fix some leaks
2024-06-21 15:53:55 +01:00
rfm
4e3e169bed
Tweak warning/verbose output and auto generate author/date when needed
2023-10-31 12:30:00 +00:00
rfm
57f066442e
Add diagnostic code and implement lookup for metods in informal protocols
2023-10-27 15:10:11 +01:00
rfm
120ac85382
Add more predefined works for preprocessor macros used in core.
...
Avoid duplication of source files (repeated parsing)
2023-10-25 10:28:55 +01:00
Richard Frith-Macdonald
c76ebf2962
Replaced IF_NO_GC() macro calls with the more descriptive IF_NO_ARC()
...
and deprecate it. Searched for and removed obsolete references to
garbage collection in comments and documentation.
2022-02-17 10:08:18 +00:00
Richard Frith-MacDonald
d40d219015
removal of garbage collection
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39608 72102866-910b-0410-8b05-ffd578937521
2016-03-25 11:15:28 +00:00
Riccardo Mottola
ca39ca673b
cast to fix watrnings
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39562 72102866-910b-0410-8b05-ffd578937521
2016-03-18 09:04:17 +00:00
Quentin Mathe
b59e270241
Added 'package' visibility support to GSDoc
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37682 72102866-910b-0410-8b05-ffd578937521
2014-02-12 11:42:44 +00:00
Richard Frith-MacDonald
c3e2e00811
more doc tweaks
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37669 72102866-910b-0410-8b05-ffd578937521
2014-02-02 08:44:18 +00:00
Richard Frith-MacDonald
37acb000fd
consistency tweaks and simplify documentation flags in make files by automatically adding most work map entries.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37629 72102866-910b-0410-8b05-ffd578937521
2014-01-23 09:36:37 +00:00
Richard Frith-MacDonald
e1271866b4
More tweaks to avoid warnings (minor memory leak fixed in HTMLLinker.m)
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36535 72102866-910b-0410-8b05-ffd578937521
2013-04-15 06:04:40 +00:00
Richard Frith-MacDonald
897390797f
preparation for osx compatibility fix
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35390 72102866-910b-0410-8b05-ffd578937521
2012-08-10 08:36:09 +00:00
Richard Frith-MacDonald
eec9f0e452
64bit printf tweaks
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34401 72102866-910b-0410-8b05-ffd578937521
2012-01-03 14:48:04 +00:00
Richard Frith-MacDonald
1d6c3a2a72
Portability tweaks
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33999 72102866-910b-0410-8b05-ffd578937521
2011-10-15 07:59:19 +00:00
Fred Kiefer
80c8a7ff06
Temporary revert David's change to use PRIxPTR, PRIuPTR and
...
PRIdPTR. Old compilers don't handled these well. (That change
didn't have a ChangeLog entry)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33766 72102866-910b-0410-8b05-ffd578937521
2011-08-20 13:05:37 +00:00
David Chisnall
4cdea64975
Make -base compile almost without warnings again. Fixes:
...
- Using the correct format specifier
- Remove substringFromRange: (GNUstep extension) from NSString.h and use the non-deprecated version in -base.
- Delete definitions of methods that are the same in both a class and a category on that class (NSArray and NSObject).
Two files still have warnings:
- The GNUTLS stuff is using a load of deprecated APIs.
- xmlparse.m replaces a method using a category. This method seems to always return nil. Not sure what it's meant to do, or why it isn't a delegate of some kind.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33756 72102866-910b-0410-8b05-ffd578937521
2011-08-16 16:04:43 +00:00
Quentin Mathe
77bf5ec8d9
Fixed OrderedSymbolDeclarations.plist writing to take in account that existing
...
.gsdoc files are usually not regenerated.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32962 72102866-910b-0410-8b05-ffd578937521
2011-04-30 15:41:08 +00:00
Quentin Mathe
2fb610f22b
Improved autogsdoc to output symbols such as methods in their header declaration
...
order along the gsdoc files.
Useful for third-party tools which want to generate final documentation from
the GSDoc ouput and how the original headers were organized.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31777 72102866-910b-0410-8b05-ffd578937521
2010-12-25 21:30:37 +00:00
Quentin Mathe
b666cd6884
Added the ability to generate paragraph markup. Turned off by default.
...
For each paragraph break ('\n\n' sequence) and when no incompatible elements
exist in the scanned paragraph, <p> tags can be automatically inserted.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30991 72102866-910b-0410-8b05-ffd578937521
2010-07-17 17:13:57 +00:00
Quentin Mathe
7bfecd41a0
Improved to search for .m files among the command-line arguments in addition to
...
the current directory and documentation directory.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30876 72102866-910b-0410-8b05-ffd578937521
2010-06-28 10:48:34 +00:00
Richard Frith-MacDonald
8ffe9f3c80
tweaks to build on osx
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29849 72102866-910b-0410-8b05-ffd578937521
2010-03-05 10:24:42 +00:00
Richard Frith-MacDonald
c07dc48eb3
more header reorganisation
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29731 72102866-910b-0410-8b05-ffd578937521
2010-02-25 08:36:34 +00:00
Richard Frith-MacDonald
b1e904b3ae
move GNUstep.h into common.h
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29727 72102866-910b-0410-8b05-ffd578937521
2010-02-25 05:26:57 +00:00
Richard Frith-MacDonald
62011a8adf
More include tweaks
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29671 72102866-910b-0410-8b05-ffd578937521
2010-02-19 14:21:02 +00:00
Richard Frith-MacDonald
43bcaac3ad
Attempt to allow documentation to be generated for uninstalled base package.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29655 72102866-910b-0410-8b05-ffd578937521
2010-02-16 19:51:52 +00:00
Richard Frith-MacDonald
e61e037a20
fixup includes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29622 72102866-910b-0410-8b05-ffd578937521
2010-02-14 14:30:02 +00:00
Richard Frith-MacDonald
21d597e740
merge back reorganisation branch
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29615 72102866-910b-0410-8b05-ffd578937521
2010-02-14 10:48:10 +00:00
Richard Frith-MacDonald
19796a1465
Documentation generation improvments
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29047 72102866-910b-0410-8b05-ffd578937521
2009-11-23 09:42:18 +00:00
Richard Frith-MacDonald
febe972488
new initialisation function.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28806 72102866-910b-0410-8b05-ffd578937521
2009-10-12 14:38:49 +00:00
Richard Frith-MacDonald
952af9c197
garbage collection fixups
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27578 72102866-910b-0410-8b05-ffd578937521
2009-01-12 12:48:46 +00:00
Richard Frith-MacDonald
115baac809
Fix URL
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27511 72102866-910b-0410-8b05-ffd578937521
2009-01-04 21:29:01 +00:00
Richard Frith-MacDonald
b2b14398d2
allow developers more time to adapt to LGPLv3
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26606 72102866-910b-0410-8b05-ffd578937521
2008-06-08 10:38:33 +00:00
Richard Frith-MacDonald
d7a0a0cc0d
Restore dependency handling
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25971 72102866-910b-0410-8b05-ffd578937521
2008-01-18 12:12:39 +00:00
Richard Frith-MacDonald
688192ff19
Fix documentation version numbering
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24034 72102866-910b-0410-8b05-ffd578937521
2006-11-06 13:05:52 +00:00
Richard Frith-MacDonald
48522ab8cd
Update/improve version/deprecation reporting.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23797 72102866-910b-0410-8b05-ffd578937521
2006-10-09 15:13:44 +00:00
Richard Frith-MacDonald
546aa0c854
Avoid some gcc-4.1 compiler warnings.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22932 72102866-910b-0410-8b05-ffd578937521
2006-05-15 12:07:35 +00:00
Richard Frith-Macdonald
0e83f2a624
Config and documentation updates.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22147 72102866-910b-0410-8b05-ffd578937521
2005-12-05 13:08:10 +00:00