summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This will also serve as a reference of the syntax that is currently supported by g-ir-doc-tool.
* 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
| | | | | | | | Also removes the docbook writer
* | Add test for a GPtrArray return with transfer fullMartin Pitt2012-02-163-0/+25
| | | | | | | | | | This complements the already existing regress_test_garray_container_return() test.
* | Add tests for GType of GValueGiovanni Campagna2012-02-132-0/+12
| | | | | | | | | | | | | | | | Some language bindings (like gjs) attempt to automatically infer the GType from a native object when creating a GValue. This checks that indeed the GValue has the right GType. https://bugzilla.gnome.org/show_bug.cgi?id=669848
* | giscanner: Add better errors for unknown param namesJasper St. Pierre2012-02-131-1/+11
| | | | | | | | Exclude the names we've already matched up from the "should be one of..." list
* | scanner: Allow adding annotations to vfuncs directlyJasper St. Pierre2012-02-092-0/+33
| | | | | | | | | | | | Some vfuncs may not have public invokers. In these cases, annotations may still be needed to correctly implement or chain up to a virtual method from a subclass's implementation.
* | 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
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=664150
* | Add tests for array arguments in callbacksGiovanni Campagna2012-02-063-0/+58
| | | | | | | | | | | | Add a test that accepts a callback receiving array arguments https://bugzilla.gnome.org/show_bug.cgi?id=654406
* | Add regress_test_null_gerror_callbackPaolo Borelli2012-02-063-0/+22
| | | | | | | | | | | | | | It models the case where a callback that return a gerror succeds and set the error to NULL. https://bugzilla.gnome.org/show_bug.cgi?id=669415
* | Use g_free as element_free_funcSebastian Pölsterl2012-02-051-1/+1
| | | | | | | | | | The elements of the GPtrArray are of type char*, therefore use g_free rather than g_object_unref to as element_free_func
* | Add Emacs mode lines to C sourcesColin Walters2012-02-036-0/+6
| |
* | girepository: Add GI_VFUNC_THROWSColin Walters2012-02-032-1/+18
| | | | | | | | | | | | | | | | Virtual functions can definitely throw an error. Right now the scanner omits the GError parameter for them and adds throws="1", but g-ir-compiler ignores this. https://bugzilla.gnome.org/show_bug.cgi?id=669332
* | 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
| | | | | | | | | | To make sure that bindings can sanely deal with multiple kinds of callbacks, let's test some behaviors.
* | tests: Add more interesting marshalling tests for GTypesJasper St. Pierre2012-01-262-0/+29
|/ | | | https://bugzilla.gnome.org/show_bug.cgi?id=668426