rfm
f898f19b91
add protocols to graphing
2024-08-08 12:15:43 +01:00
Riccardo
ea9c40e35c
Merge pull request #430 from gnustep/agsdoc_new_style
...
Style HR bars with CSS and not inline.
2024-08-08 08:23:25 +02:00
rfm
3fb764758d
Embed SVG directly into class documentation to fix hyperlinking on firefox
2024-08-07 17:48:49 +01:00
rfm
72c975c543
Simple diagrams in documentation
2024-08-07 16:12:22 +01:00
Riccardo Mottola
db2f5542f8
define class for dividing HRs and remove its in-line styling with a hard-coded CSS
2024-08-07 12:24:26 +02:00
Riccardo Mottola
322106a4d2
remove font from toc
2024-08-07 00:16:34 +02:00
Riccardo Mottola
6df0930f33
be consistent in br style
2024-08-07 00:07:47 +02:00
rfm
726777bf6e
Fix typo in error message
2024-08-06 20:17:59 +01:00
rfm
9bdad8d56b
Add option to set stylesheet
2024-08-06 20:17:38 +01:00
rfm
bcffa3c35d
remove explicit font setting
2024-07-29 20:56:40 +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
4233f6a9d6
fix dead assignments
2024-06-21 15:02:55 +01:00
rfm
ea1f5a0d12
Fix dead initialisations
2024-06-21 12:23:52 +01:00
rfm
695b650d4a
add project authors in index
2023-12-21 21:32:35 +00:00
rfm
a442d730ce
Don't include GS_GENERIC macros
2023-12-21 20:21:26 +00:00
rfm
286a127501
Warn about unmatched <ignore> tags
2023-12-12 20:45:06 +00:00
rfm
c1e14dada3
Ignore NS_DEPRECATED
2023-12-04 17:31:19 +00:00
rfm
d9d28b6e57
fixup missing return
2023-11-20 23:32:41 +00:00
rfm
7486f8e7d1
Fixed parsing of __attribute__ (ignored) in function arguments
2023-11-20 23:06:39 +00:00
rfm
69dbfb6b43
Fixup for __attribute__ before variable name
2023-11-20 20:18:39 +00:00
rfm
a67e28ad67
Avoid compiler warnings and fix error in assertion
2023-11-14 21:29:11 +00:00
rfm
319d9fd300
Add support for multiple comma separated variable declarations
2023-11-14 10:47:57 +00:00
rfm
14fde39b4a
Add missing space in autogenerated text
2023-11-13 21:43:27 +00:00
rfm
57a0d9afae
Add code to ignore generics markup in declarations.
2023-11-13 18:57:33 +00:00
rfm
4e3e169bed
Tweak warning/verbose output and auto generate author/date when needed
2023-10-31 12:30:00 +00:00
rfm
7fc6637390
Make warnings more informative
2023-10-30 19:56:59 +00:00
rfm
1ab459bffa
Permint '^' block syntax in declarator
2023-10-30 13:54:58 +00:00
rfm
112c60b48b
Tweaks to make preprocessor documentation more reliable
2023-10-30 12:27:25 +00:00
rfm
8a7612857e
Fixp for parsing format macros
2023-10-30 09:50:34 +00:00
rfm
15824ad7c8
Fixups for property parsing and documenting getter/setter better
2023-10-29 09:13:54 +00:00
rfm
1f5af5388b
Add -where to report the current parser line and position within it
2023-10-28 15:37:12 +01:00
rfm
57f066442e
Add diagnostic code and implement lookup for metods in informal protocols
2023-10-27 15:10:11 +01:00
rfm
fa30cfa93a
Remove -WordMap information (now built in to autogsdoc) and use -Verbose
2023-10-26 11:24:30 +01:00
rfm
7740439ffc
Fix problem marking a tool (when we find the 'main' function).
2023-10-25 10:31:10 +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
rfm
a9a198a283
Use full name of person generating documentation as author
2023-10-23 20:11:44 +01:00
rfm
05c8051a9c
Clarify warning
2023-10-23 20:04:10 +01:00
rfm
2e3740566b
Ignore preprocessor directives when parsing declarations
2023-10-23 16:37:04 +01:00
rfm
77d08980f6
iMore fixes for generics comparisons
2023-10-23 15:54:43 +01:00
rfm
700228d72b
Implement function to strip generic markup in order to make type
...
comparison work when generics are used.
2023-10-23 14:25:19 +01:00
rfm
ebf1aa9954
Record property attributes in description.
2023-10-23 11:46:46 +01:00
rfm
064feab09c
Remove parsing of $Date$ and $Revision$ RCS markup.
...
Make default <date> content be the documentation generation timestamp.
Ignore @synthesize and @dynamic property statements in source.
Implement @property parsing.
Generate method documentation for property getters/setters.
2023-10-23 11:19:31 +01:00
Riccardo Mottola
5121156f6b
The compiler complained that we ignored the return of write(), we
...
change to the library call and keep it happy.
2023-10-09 21:02:35 +02:00
Richard Frith-Macdonald
cd231a3efd
More fixes from Yavor
2023-08-01 16:37:22 +01:00
Richard Frith-Macdonald
0f98f12c21
Add support for OSX version numbers up to 15
2023-05-08 15:50:07 +01:00
Richard Frith-Macdonald
55e53caf28
Remove check on parameter nasmes in interface and implementation. We only need types to match
2023-02-10 09:41:10 +00:00
Gregory John Casamento
ff4ade98ae
Update GNUmakefile in Tools to install plutil manpage
2022-10-17 18:53:03 -04:00
Richard Frith-Macdonald
e48cfb9587
Minor mutability corrections
2022-09-15 14:52:15 +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
Frederik Seiffert
4cc89bb8b1
Disable gdomap for all Android ABIs.
...
Target OS can be either "linux-android" or "linux-androideabi" (when building for armeabi-v7a).
2021-02-08 12:29:37 +01:00
Richard Frith-Macdonald
524624c7ed
remove excess format specified from printf
2021-02-06 10:03:47 +00:00
Fred Kiefer
46c463c006
* Tools/make_strings/StringsFile.m: Write the file in UTF8 format
...
if the string contains any non ASCII character.
2021-02-05 22:56:15 +01:00
Frederik Seiffert
9725e77c9d
Disable gdomap on Android (unsupported).
2021-02-03 17:55:12 +01:00
Frederik Seiffert
61709e6101
Support building on Windows with Clang MSVC target
2021-02-03 15:02:27 +01:00
Richard Frith-Macdonald
5ea20c1571
fix possible nil pointer usage
2021-01-25 12:23:32 +00:00
Richard Frith-Macdonald
2382fed763
Fix check for string terminator and improve formatting
2021-01-25 12:10:25 +00:00
fredkiefer
3b1bf24b26
* Tools/pl2link.m (main): Set key StartupWMClass and allow file
...
parameters of the Exec key.
2021-01-21 21:26:00 +01:00
Richard Frith-Macdonald
6d20773f56
Consistently use __typeof__() rather than typeof() or __typeof() for compatibility (GCC and clang and, perhaps, other future compilers) irrespective of -std= compilation options.
2020-12-15 13:01:00 +00:00
Richard Frith-Macdonald
12f3f02c06
Use correct definitjion for integer type in windows
2020-12-09 16:50:44 +00:00
Richard Frith-Macdonald
1906093efd
Import missing NSError header
2020-12-03 12:01:20 -05:00
Richard Frith-Macdonald
d1bd406e17
Allow synonyms for help and print same message as OSX for unrecognised option
2020-11-12 06:46:55 +00:00
Richard Frith-Macdonald
d342c4a459
fix missing semicolon
2020-11-12 06:36:49 +00:00
rfm
8852c29aba
Merge pull request #162 from Artoria2e5/plutil-doc
...
plutil: Some documentation
Yes, some documentation is better than none :-)
2020-11-12 17:11:51 +00:00
Richard Frith-Macdonald
5dbd0a7da5
trivial format fixes
2020-11-07 16:02:15 +00:00
Richard Frith-Macdonald
7ecb170800
Fix a check for a null pointer and various whitespace/indentation tidyups
2020-11-07 15:56:51 +00:00
Mingye Wang
fb5368fefe
plutil: Some documentation
2020-11-07 23:07:29 +08:00
Richard Frith-Macdonald
94162b9b73
Fixups for format and compilation
2020-11-06 09:30:58 +00:00
rfm
8ccd6e2675
Merge pull request #102 from Artoria2e5/pluti
...
Add plutil utility
2020-11-06 09:12:33 +00:00
Richard Frith-Macdonald
01e2011d6c
Remove break whose use depends on ENTER_POOL/LEAVE_POOL behavior
2020-10-12 12:53:39 +01:00
root
ce4b65a26d
plutil: make it build
2020-09-23 16:57:09 +08:00
Richard Frith-Macdonald
e94025271b
Avoid coverity warning by using memmove rather than strcpy
2020-08-23 19:01:42 +01:00
Richard Frith-Macdonald
b47faf74bc
attempt to work round coverity false positive
2020-08-23 18:55:41 +01:00
Riccardo Mottola
94e10f0447
minor type cast to fix output for platforms where socket is unsigned
2020-06-09 12:48:01 +02:00
Mingye Wang
8b46d8d042
NSPropertyList+PLUtil: add missing headers, fix nil/id warning
...
My old GNUStep environment got wiped due to some improper Windows and UEFI monkeying. Please excuse the slow progress for a while.
2020-03-31 06:33:09 +08:00
Mingye Wang
f092bb0dd1
fixup! imp names
2020-03-04 23:17:07 +08:00
Mingye Wang
6ac9271fbc
use dataFromPropertyList for the addition
2020-02-26 19:22:19 +08:00
Mingye Wang
ce7ff5709b
plutil: get other formats in
2020-02-26 19:16:44 +08:00
Mingye Wang
319fc47772
pldes.1: document -format
2020-02-20 15:48:00 +08:00
Mingye Wang
a76677623a
plutil: use GS text for pretty print
2020-02-20 11:28:09 +08:00
Mingye Wang
ee4dcec792
fixup! build issues
2020-02-19 14:17:14 +08:00
Mingye Wang
b8d83158e8
Create plutil utility
...
This is supposedly an expansion of the macOS plutil(1). See #101 .
2020-02-19 11:46:54 +08:00
Richard Frith-Macdonald
31f277d751
Fix to consider explicitly configured hosts to be probled for servers. Add -S
2020-02-17 15:30:21 +00:00
Richard Frith-Macdonald
2e07244f8e
Updates to move towards ARC
2020-02-08 16:42:17 +00:00
Richard Frith-Macdonald
de9740cda4
Applied patches by Alan Jenkins
2019-09-16 18:29:18 +01:00
Wolfgang Lux
c3b7a69968
Fix crash in gdomap when an invalid hostname is given for the -M option
2019-03-18 12:12:01 +01:00
Richard Frith-Macdonald
b128196e57
rewrite unicode escape generation to avoid spurious compiler warning
2019-01-17 15:16:31 +00:00
Richard Frith-Macdonald
ed286536e2
Add GSTLSServerName option
2018-05-18 20:26:35 +01:00
fredkiefer
f5684496a2
* Tools/pl2link.m (main): Don't write deprecated fields to desktop
...
link file.
Patch by: Josh Freeman <gnustep_lists@twilightedge.com>
2018-05-10 19:29:24 +02:00
Richard Frith-Macdonald
6b1b3c8e27
Prevent possible buffer overrun
2018-02-11 12:41:10 +00:00
Richard Frith-Macdonald
9ba8e9123b
remove useless check
2018-02-07 11:48:34 +00:00
Richard Frith-Macdonald
29c3dea2b1
remove dead code
2018-02-05 13:21:15 +00:00
Richard Frith-Macdonald
db8b06b47c
make checker happy
2018-01-31 14:40:11 +00:00
Wolfgang Lux
07f654e3cd
Remove accidental change
2018-01-30 15:32:20 +00:00
Richard Frith-Macdonald
7ba39b8378
Wolfgang spotter that udp_desc is a special case ... need to deal with it.
2018-01-30 14:16:05 +00:00
Richard Frith-Macdonald
165864bb65
revert bad check for closed descriptor
2018-01-30 09:26:24 +00:00
Richard Frith-Macdonald
094448abce
Improve checks on incoming port range.
2018-01-29 07:58:04 +00:00
Richard Frith-Macdonald
4dc28bce56
iFix possible denial of service attack
2018-01-23 13:56:13 +00:00
Richard Frith-Macdonald
c7ba537c75
fix issues picked up by automated checker
2018-01-23 11:32:36 +00:00
Wolfgang Lux
65af5b5ad6
Fix incorrect use addresses returned from getaddrinfo.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@40500 72102866-910b-0410-8b05-ffd578937521
2017-05-10 12:38:40 +00:00