aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)AuthorFilesLines
2016-01-15Organise files into a module structure.Jussi Pakkanen7-960/+0
2015-12-23Moved pkg-config to a module so we no longer need special case code in core f...Jussi Pakkanen1-0/+82
2015-12-17Compile Windows resources. Closes #333.Jussi Pakkanen1-0/+47
2015-12-10gnome: Link against dependencies when building the gir filesThibault Saunier1-0/+9
2015-11-13Fix gtkdoc. We had to disable the test but on the other hand we have gstreame...Jussi Pakkanen1-2/+2
2015-10-26Handle resource path properly.Jussi Pakkanen1-5/+7
2015-10-26Resource can be either a string or a File.Jussi Pakkanen1-2/+9
2015-10-26Parse contents of gresource xml and add deps manually. A bit of a hack but ne...Jussi Pakkanen2-3/+29
2015-10-19Can set extra args to gtkdoc scan.Jussi Pakkanen1-10/+15
2015-10-19Can specify extra args to gtkdoc-scan.Jussi Pakkanen1-0/+11
2015-10-19Made gtkdochelper take arguments by switches rather than location.Jussi Pakkanen1-6/+6
2015-09-04Finally full test suite passes, even gir.Jussi Pakkanen1-3/+3
2015-09-03A bunch more conversions.Jussi Pakkanen1-4/+4
2015-08-27Do not do gir generation if dependency is not found. Closes #241.Jussi Pakkanen1-1/+10
2015-08-21Use --no-libtool.Jussi Pakkanen1-1/+1
2015-08-19Can specify gtk-doc search dirs with include_directories. Closes #231.Jussi Pakkanen1-1/+11
2015-08-14A few tweaks.Jussi Pakkanen1-1/+1
2015-08-12A few fixes for gir code.Jussi Pakkanen1-6/+17
2015-08-07Now with xmlness.Jussi Pakkanen1-3/+10
2015-08-02Add sgml main to gtk-doc.Jussi Pakkanen1-0/+4
2015-08-02Allow more than one install script and make gtkdoc method return one.Jussi Pakkanen1-1/+4
2015-08-02Can generate gtkdoc documentation.Jussi Pakkanen1-1/+19
2015-06-13gnome:generate_gir: Parse "link_with"Mathieu Duponchelle1-1/+13
2015-06-13gnome/generate_gir: No reason to append soversion to libname.Mathieu Duponchelle1-2/+0
2015-06-08gnome: Building the gir depends on the dynamic library.Mathieu Duponchelle1-1/+3
2015-06-07generate_gir: new kwarg: dependencies.Mathieu Duponchelle1-1/+19
2015-06-07generate_gir: Add the path to the girtarget.Mathieu Duponchelle1-0/+1
2015-05-23modules/rpm: add compiler deps for gcc, gcc-c++Igor Gnatenko1-4/+5
2015-05-15gnome: Take the gittarget.soversion into account to compute library nameThibault Saunier1-1/+4
2015-05-15gnome: Pass girtarget include dirs to g-ir-scannerThibault Saunier1-0/+6
2015-05-05Prefer version numbered Qt binaries to plain named ones (i.e. moc-qt5 to plai...Jussi Pakkanen2-12/+12
2015-05-05Qrc resources should be relative to the .qrc file and not the meson.build one...Jussi Pakkanen2-2/+4
2015-04-30Typo fixes.Jussi Pakkanen1-3/+2
2015-04-29Added module for Qt4 support.Jussi Pakkanen1-0/+155
2015-04-09Merge pull request #96 from ignatenkobrain/wip/gnomejpakkane1-0/+9
2015-04-08Autodetect Qt5 rcc dependencies as well as reasonably possible.Jussi Pakkanen1-0/+23
2015-03-31modules/gnome: add support for include dirs with GIRsIgor Gnatenko1-0/+9
2015-03-26modules/gnome: join 2 isinstanceIgor Gnatenko1-1/+1
2015-03-26modules/gnome: add export_packages kwarg to g-ir-scannerIgor Gnatenko1-0/+8
2015-03-26modules/gnome: add symbol_prefix kwarg to g-ir-scannerIgor Gnatenko1-0/+10
2015-03-26modules/gnome: enable warnings for g-ir-scannerIgor Gnatenko1-1/+1
2015-03-26modules/gnome: allow argument for gir to be SharedLibrary. Closes #76Igor Gnatenko1-7/+9
2015-03-24Merge pull request #63 from ignatenkobrain/trivialjpakkane1-3/+2
2015-03-24modules/gnome: inherit global cflags to g-ir-scanner. Closes #74Igor Gnatenko1-0/+4
2015-03-23modules/gnome: add support for multiple include for Gir. Closes #69Igor Gnatenko1-2/+10
2015-03-23Merge pull request #70 from ignatenkobrain/rpmjpakkane1-1/+4
2015-03-23Always use lib/girepository-1.0 as gir typelib install dir.Jussi Pakkanen1-1/+3
2015-03-23Merge pull request #61 from ignatenkobrain/wip/gnomejpakkane2-2/+19
2015-03-23modules/rpm: workaround when ext_prog not found locallyIgor Gnatenko1-1/+4
2015-03-23modules/rpm: trivial style fixesIgor Gnatenko1-3/+2