index
:
delta/gtk-doc.git
abstract
actions
gtk-doc-for-gtk4
gtk4-fixes
ignore-gobject-deprecations
ignored-headers
markdown-content
master
multiple-object-props
pgriffis/gtkdoc-rebase-logging
resolution-independence
scangobj-quotes-fix
th/grep-stray-escape
tintou/escape-annotation
win-no-msys
wip/desrt/fixes-for-glib
wip/documentation
wip/mcrha/scangobj-none-sentinel
wip/smcv/dist-meson-build
wip/smcv/internal-tree
wip/smcv/mkhtml2-test
wip/smcv/mkhtml2-typo
wip/smcv/qsort-null
wip/smcv/qsort-null-test
wip/swilmet/autotools-support-update
wip/work-around-98-110
gitlab.gnome.org: GNOME/gtk-doc.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gtkdoc-mktmpl.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
mktmpl: improve return type handling. Fixes #607445
Stefan Kost
2010-03-05
1
-4
/
+13
*
gtkdoc-mkdb/mktmpl/scan: Handle 'signed' keywords too. Fixes #610257.
Simon Josefsson
2010-02-17
1
-1
/
+1
*
mktmpl: fix the format of the image section
Stefan Kost
2010-01-29
1
-1
/
+1
*
add '@Image' attribute to sections
Ryan Lortie
2010-01-21
1
-2
/
+12
*
gtk-doc: refactor regexps and reparsing
Stefan Kost
2010-01-02
1
-71
/
+15
*
tools: append to the perl path so that it stays overrideable. Fixes #604892
Stefan Kost
2009-12-19
1
-1
/
+1
*
patch by: Tobias Mueller <gnome-bugs@auftrags-killer.org>
Stefan Kost
2009-03-17
1
-1
/
+1
*
Mention onine site for regexp testing. Small output cleanups. Indenting
Stefan Kost
2009-01-26
1
-2
/
+3
*
Add support for --help and --version to remaining tools. Also show a short
Stefan Kost
2009-01-08
1
-1
/
+1
*
Small comment cleanup and loud thinking in TODO :)
Stefan Kost
2008-10-16
1
-2
/
+2
*
Don't reuse file var, fixes warning context. Also accept *.hh as headers
Stefan Kost
2008-06-16
1
-5
/
+6
*
Fix quoting. Add first version of a tool to support migration from tmpl
Stefan Kost
2008-06-05
1
-8
/
+11
*
Spelling. Warn and skip double file entries in section files. Use the new
Stefan Kost
2008-06-03
1
-26
/
+25
*
Fix a long standing bug that killed spaces in tmpl files.
Stefan Kost
2008-05-08
1
-2
/
+5
*
It is GObject not GtkObject anymore
Stefan Kost
2008-05-05
1
-7
/
+7
*
Idea about the tracing. Not that practical as it is.
Stefan Kost
2008-04-11
1
-1
/
+2
*
Improve tmpl parsing and add some more logging. Fixes #512154.
Stefan Kost
2008-02-01
1
-2
/
+1
*
Give file and line number when complaining about duplicate definitions.
Stefan Kost
2008-01-21
1
-2
/
+2
*
sync with gtkdoc-mkdb completely. Really fixes #419997
Benjamin Otte
2007-08-23
1
-1
/
+1
*
Handle "unsigned long|unsigned short|signed long|signed short". Fixes
Stefan Kost
2007-08-12
1
-3
/
+3
*
Patch by: Yeti <yeti@physics.muni.cz>
Stefan Kost
2007-07-17
1
-6
/
+6
*
Handle signed/unsigned without int. Fixes #141869.
Stefan Kost
2007-07-15
1
-3
/
+20
*
Sync the function decl arg parsing. Fixes #419308.
Stefan Kost
2007-07-15
1
-12
/
+14
*
improved param regexp to handle weird macro vararg names like "format...".
Damon Chaplin
2007-01-21
1
-2
/
+2
*
a number of changes to help when adding example code to the docs
Damon Chaplin
2007-01-16
1
-1
/
+1
*
fix parsing of "char * const" arguments, with an extra "\s*". #387681
Damon Chaplin
2007-01-03
1
-1
/
+1
*
finish off #341872 Support 'T const * const *foo' and other more complex
Jody Goldberg
2006-06-15
1
-3
/
+3
*
Support 'long double foo' and 'T const * const *foo' (#341872) handle ptrs
Jody Goldberg
2006-05-21
1
-1
/
+1
*
don't check basename for '.[hc]' suffix since we allow other suffixes as
Damon Chaplin
2006-05-21
1
-4
/
+12
*
(OutputOldParams): don't bother outputting unused parameters if they don't
Damon Chaplin
2006-03-19
1
-1
/
+5
*
Add a workaround for an old bug handling macros with arguments spread over
Damon Chaplin
2006-03-19
1
-0
/
+8
*
Use \w+: instead of \S+: when matching parameter names, so that
Matthias Clasen
2005-12-20
1
-1
/
+1
*
add devhelp2 files create a autoregen.sh
Stefan Kost
2005-12-09
1
-2
/
+5
*
Allow parameters to be declared volatile (this happens in GLib nowadays)
Matthias Clasen
2005-12-05
1
-1
/
+1
*
Generate documentation for signal flags
Matthias Clasen
2005-09-28
1
-0
/
+6
*
patch from dodji seketeli to handle functions returning explicit enums.
Damon Chaplin
2005-09-15
1
-2
/
+2
*
Add an --expand-content-files option to specify extra files to expand
Owen Taylor
2005-05-16
1
-2
/
+5
*
patch from Brian Cameron to support stability levels.
Damon Chaplin
2005-02-01
1
-2
/
+17
*
patch from Roger Leigh to add support for the "restrict" keyword.
Damon Chaplin
2005-02-01
1
-3
/
+3
*
return an empty array for forward struct declarations. Part of #156318.
Damon Chaplin
2005-01-09
1
-1
/
+1
*
output "const" rather than "G_CONST_RETURN". #157674.
Damon Chaplin
2004-11-16
1
-4
/
+6
*
handle opaque/forward struct declarations. #156318.
Damon Chaplin
2004-10-28
1
-4
/
+5
*
handle functions with const or struct return types. #141870 and #148507.
Damon Chaplin
2004-10-18
1
-2
/
+2
*
moved these here, rather than have 2 copies in gtkdoc-mkdb.in and
Damon Chaplin
2004-10-15
1
-189
/
+1
*
use '@PACKAGE_DATA_DIR@' instead of "@PACKAGE_DATA_DIR@" so that it isn't
Damon Chaplin
2004-10-14
1
-1
/
+1
*
Accept mixtures of * and const in return types.
Matthias Clasen
2004-09-08
1
-1
/
+1
*
Add --help. (#126915)
Matthias Clasen
2003-12-27
1
-2
/
+18
*
Support a trailing , in enum declarations. These are a GNU C extension,
Matthias Clasen
2003-12-26
1
-0
/
+6
*
Make signals and properties end up in the right template file (#116569,
Matthias Clasen
2003-10-01
1
-4
/
+6
*
Accept volatile struct members, which have just made their appearance in
Matthias Clasen
2003-07-09
1
-1
/
+1
[next]