summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add basic mypy supportChristoph Reiter2020-11-071-0/+3
| | | | | | Silence some errors, run mypy in CI Adding annotations to functions/classes will make mypy check them.
* tests: Drop autogeneration of offsets testsTomasz Miąsko2018-12-191-1/+0
| | | | | | | | Generating offsets test makes them quite hard to understand. The fact that they parse C code with custom regular expressions don't help either. Replace offsets test with their generated form.
* girepository: Add version macros and functions. Fixes #200Christoph Reiter2018-12-161-0/+1
| | | | | | | | | | | This adds the following macros and functions: GI_MAJOR_VERSION, GI_MICRO_VERSION, GI_MINOR_VERSION, GI_CHECK_VERSION, gi_get_major_version,gi_get_micro_version, gi_get_minor_version. Since we share a prefix with glib we have to namespace these by using the gi_ prefix. g_gi would also work but we already export symbols with gi_ like gi_cclosure_marshal_generic(), gi_type_tag_get_ffi_type() and gi_type_info_extract_ffi_return_value(), so let's not add another naming scheme.
* Add the generated _version.py to .gitignoreChristoph Reiter2018-08-111-0/+2
|
* Remove emacs config fileChristoph Reiter2018-06-231-0/+3
| | | | And add it to .gitignore so everyone can use their own if they want
* build: Drop Visual Studio projectsChun-wei Fan2018-06-071-10/+0
| | | | | | | | | | We now have Meson build files which can handle builds using Visual Studio now, so we should focus maintenance efforts on the build system for Visual Studio on Meson. This will also allow build options to be more flexible, and has the advantage of being able to build directly out of a GIT checkout, without needing to generate source dist tarballs.
* Update .gitignoreRico Tzschichholz2017-02-161-13/+7
|
* Update .gitignoreRico Tzschichholz2016-06-151-0/+3
|
* Add PyDev project files to .gitignoreDieter Verfaillie2015-06-261-0/+5
|
* Add coverage reports to .gitignoreDieter Verfaillie2015-06-261-0/+4
|
* girepository: Add g_struct_info_find_field()Garrett Regier2015-06-211-0/+1
| | | | | | | | | | | Add find_field utility function for finding a field info by name. Beyond convenience, this should be faster than manually using the get_n_fields and get_field functions because get_field does an additional iteration for each field to calculate offsets O(n^2). Thus find_field combines the offset and comparison computations into a single loop O(n). Based on a patch by Simon Feltman.
* scanner: Add --symbol-filter-cmdGarrett Regier2015-04-201-0/+1
| | | | | | | | | | Add the command line flag --symbol-filter-cmd to g-ir-scanner which allows running symbol names through a filtering shell command. The symbol is sent as stdin to the filter command and expects a filtered result written to stdout. https://bugzilla.gnome.org/show_bug.cgi?id=744534 Signed-off-by: Garrett Regier <garrett.regier@riftio.com>
* adding autogenerated files and test logs and files and remaining *.gir and ↵Karl-Philipp Richter2015-02-131-0/+6
| | | | .dirfiles files
* adding gtk-doc.m4 to .gitignoreKarl-Philipp Richter2015-02-131-0/+1
|
* added scannerlexer.h to .gitignoreKarl-Philipp Richter2015-02-131-0/+1
|
* docs: fix up reference docs a bitDieter Verfaillie2013-10-101-0/+6
| | | | | | | | | | | | | - require GTK-Doc 1.19 - remove sgml mode - automatically generate gi.types (needs GTK-Doc 1.19) - fix https://bugzilla.gnome.org/show_bug.cgi?id=700025 [WIP] - rearange sections a bit [WIP] - add gi-building, gi-programming sections [WIP] - mark missing docs with TODO, which is only marginaly better than nothing but at least can be grepped :) https://bugzilla.gnome.org/show_bug.cgi?id=571648
* Add giscanner package documentationDieter Verfaillie2013-10-081-0/+3
| | | | | | | | | | Using Sphinx [1] markup for now. We eventually might want to add GTK-Doc support for python and dogfood g-ir-doctool on this package. [1] De facto standard Python documentaton tool: http://sphinx-doc.org https://bugzilla.gnome.org/show_bug.cgi?id=688897
* giscanner: Add a simple automatic sections file generatorJasper St. Pierre2013-06-161-0/+2
| | | | | | | | | This is a very basic sections file generator, and isn't too smart. It's simply intended to be a base to build docs on, and will be used if the user doesn't provide a sections file when calling g-ir-doc-tool, for convenience purposes. https://bugzilla.gnome.org/show_bug.cgi?id=699856
* Add generated tarballs to .gitignoreDieter Verfaillie2013-05-061-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699531
* Add generated Visual Studio project files to .gitignoreDieter Verfaillie2013-05-061-0/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699531
* .gitignore: Update for some testing stuffJasper St. Pierre2013-02-141-0/+10
| | | | | I'm building html docs to test, and I don't want git thinking it's untracked stuff.
* tests: Use Regress GIR for doctoolJasper St. Pierre2013-02-111-1/+1
| | | | | | This makes us test a lot more functionality in the doc tool, and removes the need to have a lot of different test libraries, and different test infrastructure.
* tests: Move TestInherit into RegressJasper St. Pierre2013-02-071-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693097
* tests: Move Foo into RegressJasper St. Pierre2013-02-071-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693097
* tests: Move Annotation into RegressJasper St. Pierre2013-02-071-1/+0
| | | | | | | The goal here is to have one master library for testing lots of edge cases for GIRs rather than lots of individual libraries. https://bugzilla.gnome.org/show_bug.cgi?id=693097
* Update .gitignoreJasper St. Pierre2013-02-071-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693096
* Update .gitignoreJasper St. Pierre2013-02-011-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693040
* .gitignore: Ignore most .page filesJasper St. Pierre2013-01-091-2/+2
| | | | | | | | While testing g-ir-doctool, it's common to generate a directory full of a large number of small .page files inside the source directory, which slows down git a lot while searching for untracked files. Ignore the .page files for now, so git doesn't have to look in its database for every one.
* .gitignore: Add WarnLibJasper St. Pierre2013-01-091-0/+1
|
* tests: add g-ir-doc-tool generated output to .gitignoreDieter Verfaillie2012-11-281-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=688897
* docs: add GTK-Doc generated output to .gitignoreDieter Verfaillie2012-11-151-0/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=688418
* .gitignore: Add doctool examples outputJasper St. Pierre2012-08-291-0/+2
|
* tests: Ignore SLetter generated gir.Krzesimir Nowak2012-07-061-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656445
* Fix matching of methods named *_get_type()Matthew Booth2012-03-061-0/+1
| | | | | | | | | | | | | The code which heuristically turned functions into class methods would always ignore any function called *_get_type or *_get_gtype. However, the code which looked for GI metadata functions to execute them was much more comprehensive, checking not just the name, but also that it had no parameters and that it returned a GType. This change abstracts the more comprehensive check into the Function class, and uses the same check in both places. https://bugzilla.gnome.org/show_bug.cgi?id=671218
* g-ir-doc-tool: Update .gitignoreTomeu Vizoso2012-02-211-1/+1
|
* Update gitignoreRico Tzschichholz2011-12-201-0/+2
|
* Add make-check-passed to gitignoreJohan Dahlin2011-08-291-0/+1
|
* Update gitignoreJohan Dahlin2011-08-131-0/+44
|
* .gitignore: Cut down to only ./autogen.sh cruftColin Walters2011-07-271-93/+0
| | | | Since we encourage srcdir != builddir, no need to maintain .gitignore
* .gitignore: UpdateColin Walters2010-12-031-8/+13
|
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-091-31/+33
| | | | | This is cleaner and faster, and prepares us better for an incoming import of CMPH.
* Add an annotation toolJohan Dahlin2010-09-241-0/+1
|
* .gitignore: UpdateColin Walters2010-08-311-24/+24
|
* Update .gitignoreJohan Dahlin2010-05-311-0/+1
|
* .gitignore: ignore xrandr-1.3.typelibSimon McVittie2010-05-191-0/+1
|
* Update .gitignoreJohan Dahlin2010-05-181-0/+8
|
* Add *~ to .gitignoreTomeu Vizoso2010-04-141-0/+1
|
* Add GIMarshallingTests typelibTomeu Vizoso2010-04-131-0/+2
| | | | Fixes #615299
* Update .gitignoreJohan Dahlin2009-12-141-0/+3
|
* Some small cosmetic tweaksAndreas Rottmann2009-03-191-0/+1
| | | | | | | | | | | * Fix compiler warnings: - Missing return value in annotation-testing code - Fix two function declarations to have a (void) parameter list -- this is not C++ ;-) * Add tools/g-ir-scanner to .gitignore, as it's now generated