- 20 May, 2010 2 commits
-
-
In the .gir-building rule, use "$^" to refer to the source files, since that automatically looks in both $(srcdir) and $(builddir). This is particularly important since certain generated files will be in $(builddir) when building from git, but in $(srcdir) when building from tarballs If you were previously prefixing $(srcdir) to the Foo_gir_FILES members by hand, you should stop now. (Also, removed the dependencies on $(INTROSPECTION_SCANNER) and $(INTROSPECTION_COMPILER) for the .gir/.typelib rules, since the scanner one was broken anyway, and we don't have that kind of dependency for other rules (eg, making .o files depend on /usr/bin/gcc).) https://bugzilla.gnome.org/show_bug.cgi?id=616425
-
Johan Dahlin authored
Use g_slice to allocate instead of g_new(x, 1); It uses a memory pool internally and should be faster, especially for GBaseInfo/GRealInfo, structs which are tiny.
-
- 19 May, 2010 15 commits
-
-
Johan Dahlin authored
Make the language we use in the gtk-doc comments more consistent. Add transfer annotation for all functions returning a struct and mention how they should be freed.
-
Johan Dahlin authored
Mark macros as standard and a couple of structs as private. Remove multiple defintion of GITypelib to reduce gtk-doc spew.
-
Johan Dahlin authored
-
Johan Dahlin authored
dlopen() is not cross platform, it's better to mention g_module_open everywhere as that's actually what we call internally.
-
Johan Dahlin authored
-
Johan Dahlin authored
They will be defined in inline gtk-doc comments.
-
Fixes bug 616893
-
Simon McVittie authored
backtrace() is defined in terms of int, which differs from ssize_t on x86-64, and @size is also an int.
-
Simon McVittie authored
-
Johan Dahlin authored
-
Johan Dahlin authored
-
Johan Dahlin authored
This should make sure that new tarballs contain the reference documentation. https://bugzilla.gnome.org/show_bug.cgi?id=618651
-
Continuing where we were going with pid_t, define a few more POSIX types by converting them to their fundamental integers. See commentary in patch for more explanation on rationale. https://bugzilla.gnome.org/show_bug.cgi?id=618778
-
Johan Dahlin authored
-
- 18 May, 2010 10 commits
-
-
Instead of displaying all structures and methods in girepository.h on one page, split them out to a bunch of pages.
-
Johan Dahlin authored
-
Johan Dahlin authored
-
Johan Dahlin authored
When invoking make clean, remove the directories with generated documentation
-
Johan Dahlin authored
Use xi:includes instead of sgml entities
-
Johan Dahlin authored
-
Johan Dahlin authored
Update the gtk-doc syntax to remove a couple of warnings
-
Johan Dahlin authored
-
Johan Dahlin authored
It expands to YTHONPATH and could never have worked.
-
-
- 17 May, 2010 1 commit
-
-
Johan Dahlin authored
Instead use the path from configure in the example.
-
- 07 May, 2010 6 commits
-
-
Owen W. Taylor authored
The 'infinite' value for callback scope was removed, so the test case for it needs to be removed as well. https://bugzilla.gnome.org/show_bug.cgi?id=618041
-
Owen W. Taylor authored
Length annotations take a parameter name not a parameter index. https://bugzilla.gnome.org/show_bug.cgi?id=618041
-
Owen W. Taylor authored
The function name and parameter name were backwards when warning about bad parameter references.
-
Owen W. Taylor authored
When an annotation references another parameter, check that that parameter actually exists. Add a comment to the handling of (closure) for callbacks to explain why we don't need the same handling there despite the use of get_parameter_index(). https://bugzilla.gnome.org/show_bug.cgi?id=617978
-
Owen W. Taylor authored
Make sure that the value specified for scope in a callback annotation is one of the legal values. https://bugzilla.gnome.org/show_bug.cgi?id=617978
-
Owen W. Taylor authored
Don't assign None to closure and destroy indices in case of collision, they are supposed to be numeric. https://bugzilla.gnome.org/show_bug.cgi?id=617978
-
- 06 May, 2010 1 commit
-
-
Tomeu Vizoso authored
-
- 05 May, 2010 1 commit
-
-
Tomeu Vizoso authored
-
- 04 May, 2010 1 commit
-
-
Tomeu Vizoso authored
Based on a previous patch by C. Scott Ananian <cscott@litl.com> https://bugzilla.gnome.org/show_bug.cgi?id=581687
-
- 03 May, 2010 2 commits
-
-
Tomeu Vizoso authored
This reverts commit 87291e08.
-
Tomeu Vizoso authored
-
- 30 Apr, 2010 1 commit
-
-
Tomeu Vizoso authored
Based on a previous patch by C. Scott Ananian <cscott@litl.com> https://bugzilla.gnome.org/show_bug.cgi?id=581687
-