summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix matching of methods named *_get_type()Matthew Booth2012-03-064-8/+180
* tests: Fix make distRico Tzschichholz2012-02-211-1/+1
* g-ir-doc-tool: Remove class structs from Python docsTomeu Vizoso2012-02-211-12/+0
* g-ir-doc-tool: Add support for virtual functionsTomeu Vizoso2012-02-214-0/+68
* g-ir-doc-tool: Add a method in the testsTomeu Vizoso2012-02-214-3/+118
* g-ir-doc-tool: Remove constructors from python docsTomeu Vizoso2012-02-211-31/+0
* g-ir-doc-tool: Add class to its own hierarchy treeTomeu Vizoso2012-02-211-0/+3
* g-ir-doc-tool: Add tests for signalsTomeu Vizoso2012-02-213-12/+6
* g-ir-doc-tool: Add the first argument of signals to the Python docsTomeu Vizoso2012-02-211-1/+5
* g-ir-doc-tool: Create a GIR file specific for testing doc generationTomeu Vizoso2012-02-21429-16113/+292
* build: Add --enable-doctool optionColin Walters2012-02-211-1/+7
* g-ir-doc-tool: Update expected testsRico Tzschichholz2012-02-212-0/+124
* g-ir-doc-tool: Change the -o option to receive a directoryTomeu Vizoso2012-02-201-2/+2
* Merge branch 'mallard-templates'Tomeu Vizoso2012-02-20432-854/+11975
|\
| * g-ir-doc-tool: Update expected tests, some whitespace has been removedmallard-templatesTomeu Vizoso2012-02-208-8/+0
| * g-ir-doc-tool: Add some more stuff to Enum pagesTomeu Vizoso2012-02-2016-39/+339
| * g-ir-doc-tool: Display the hierarchy tree for classesTomeu Vizoso2012-02-201-1/+1
| * g-ir-doc-tool: Fix names of xref linksTomeu Vizoso2012-02-20308-443/+443
| * g-ir-doc-tool: Move constructor example to follow the class doc bodyTomeu Vizoso2012-02-201-3/+6
| * g-ir-doc-tool: Qualify the class name in the constructor with the module nameTomeu Vizoso2012-02-201-1/+1
| * g-ir-doc-tool: Add links to properties in the constructorTomeu Vizoso2012-02-201-1/+1
| * g-ir-doc-tool: Show how to construct instances in the Class pageTomeu Vizoso2012-02-201-5/+3
| * g-ir-doc-tool: Implement intra-namespace cross referencesTomeu Vizoso2012-02-19308-443/+443
| * g-ir-doc-tool: Remove some occurrences of empty Returns: linesTomeu Vizoso2012-02-196-24/+0
| * g-ir-doc-tool: use True and False instead of %TRUE and %FALSETomeu Vizoso2012-02-1924-26/+26
| * g-ir-doc-tool: Remove module and class from the function signatureTomeu Vizoso2012-02-1932-32/+32
| * g-ir-doc-tool: Use None instead of %NULLTomeu Vizoso2012-02-1944-58/+58
| * g-ir-doc-tool: Use the ctype for the return type in signaturesTomeu Vizoso2012-02-192-2/+2
| * g-ir-doc-tool: Display Returns: even if there's no argsTomeu Vizoso2012-02-1926-0/+156
| * g-ir-doc-tool: Update expected, some whitespace was removedTomeu Vizoso2012-02-18340-680/+0
| * g-ir-doc-tool: Add Since: tag to mallard docsTomeu Vizoso2012-02-18340-0/+690
| * g-ir-doctool: Add function argument docs to the C templateTomeu Vizoso2012-02-18170-0/+2024
| * g-ir-doctool: Add argument docs to the Python templateTomeu Vizoso2012-02-18170-0/+2024
| * g-ir-doc-tool: Update expected mallard for the doc testsTomeu Vizoso2012-02-17431-744/+7383
| * g-ir-doctool: Move to Mako templates for generating MallardTomeu Vizoso2012-02-171-21/+20
* | Add test for a GPtrArray return with transfer fullMartin Pitt2012-02-163-0/+25
* | Add tests for GType of GValueGiovanni Campagna2012-02-132-0/+12
* | giscanner: Add better errors for unknown param namesJasper St. Pierre2012-02-131-1/+11
* | scanner: Allow adding annotations to vfuncs directlyJasper St. Pierre2012-02-092-0/+33
* | tests/scanner: Update Regress-1.0-expected.girRico Tzschichholz2012-02-061-11/+11
* | tests: Added class that has all kinds of propertiesSebastian Pölsterl2012-02-062-0/+214
* | Add tests for array arguments in callbacksGiovanni Campagna2012-02-063-0/+58
* | Add regress_test_null_gerror_callbackPaolo Borelli2012-02-063-0/+22
* | Use g_free as element_free_funcSebastian Pölsterl2012-02-051-1/+1
* | Add Emacs mode lines to C sourcesColin Walters2012-02-036-0/+6
* | girepository: Add GI_VFUNC_THROWSColin Walters2012-02-032-1/+18
* | tests: Squash compile warning, fix C indentationColin Walters2012-02-032-7/+6
* | tests: Add marshalling tests for various kinds of callbacksJasper St. Pierre2012-02-032-1/+115
* | tests: Add another simple boxed type with a complex constructorJasper St. Pierre2012-02-033-0/+71
* | tests: Add marshalling tests for various kinds of vfunc callbacksJasper St. Pierre2012-02-032-0/+107