summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2010-12-19Guard all QLatin1String string constant macro expansions from unwanted XYZQLa...Olli Salli1-1/+1
2010-12-06Add two additional tp-glib O(not a lot) "possibly lost" suppressionsOlli Salli1-0/+19
2010-12-05Make the QDBus not calling dbus_shutdown suppression even less specificOlli Salli1-13/+6
2010-12-05Ignore tp-glib BaseConnectionManager legacy protocol object leakOlli Salli1-0/+11
2010-12-05Add more tp-qt4 specific suppressionsOlli Salli1-0/+20
2010-12-05Add valgrind suppressions (mostly from tp-glib)Olli Salli2-0/+400
2010-11-16Actually make maintainer-upload-release workOlli Salli1-1/+3
2010-11-10Merge branch '0_5_0_fdo_28797'Andre Moreira Magalhaes (andrunko)1-7/+22
2010-11-10qt4-client-gen.py: Make staticInterfaceName() return a QLatin1String.Andre Moreira Magalhaes (andrunko)1-4/+4
2010-11-10qt4-client-gen.py: Make the autogenerated interfaces actually use the timeout.Andre Moreira Magalhaes (andrunko)1-5/+8
2010-11-10qt4-constants-gen.py: Use singular or value-prefix for flag enum names and fa...Andre Moreira Magalhaes (andrunko)1-2/+9
2010-11-09Fix fd.o#27204 - Codegen erroneously uses enums' value-prefix as the name for...Andre Moreira Magalhaes (andrunko)1-2/+5
2010-11-09Implement fd.o#28797 - generated client code should be able to set a non-defa...Andre Moreira Magalhaes (andrunko)1-0/+12
2010-11-08Do not generate synchronous getter/setters for properties.Andre Moreira Magalhaes (andrunko)1-71/+2
2010-11-08Properly indent enums.Andre Moreira Magalhaes (andrunko)1-5/+4
2010-11-08Added padding for all enums.Andre Moreira Magalhaes (andrunko)1-2/+12
2010-11-05Remove extra blank line from auto generated methods.Andre Moreira Magalhaes (andrunko)1-1/+0
2010-11-04Fine-tune generated interface requestAllProperties documentationOlli Salli1-2/+2
2010-11-04Have the property request API in AbstractInterface take QStrings instead of C...Olli Salli1-2/+2
2010-11-04Make new async interface property getters const-qualifiedOlli Salli1-2/+2
2010-11-04Don't accidentally make the new props api privateOlli Salli1-2/+2
2010-11-04Generate a requestAllProperties() to retrieve all the DBus propertiesMarco Barisione1-0/+15
2010-11-04Generate asynchronous setters for DBus propertiesMarco Barisione1-0/+22
2010-11-04Generate asynchronous getters for DBus propertiesMarco Barisione1-1/+30
2010-11-01Use _deprecated_ instead of __deprecated_.Andre Moreira Magalhaes (andrunko)1-6/+6
2010-10-29qt4-client-gen.py: Renamed deprecated autogenerated methods starting with __ ...Andre Moreira Magalhaes (andrunko)1-6/+7
2010-10-29qt4-client-gen.py: Properly deprecated interface property getters/setters.Andre Moreira Magalhaes (andrunko)1-5/+19
2010-10-29qt4-constants-gen.py: Improved docs for new macros expanding to QLatin1String.Andre Moreira Magalhaes (andrunko)1-2/+4
2010-10-27Changed defines to have TP_QT4 as prefix and kept old params in qt4-constants...Andre Moreira Magalhaes (andrunko)1-32/+13
2010-10-27Added new constants for iface and error names that define both a QLatin1Strin...Andre Moreira Magalhaes (andrunko)1-3/+60
2010-10-11Don't ignore the namespace in libqt4codegen's binding_from_decl()Marco Barisione2-2/+9
2010-10-11libqt4codegen: get the Tp type of external types from the name attributeMarco Barisione1-1/+1
2010-10-08qt4-types-gen: improve broken spec error reporting.Will Thompson1-9/+71
2010-09-30Have make lcov-check build all the dependencies (hence all the tests) before ...Dario Freddi1-13/+0
2010-09-20cmake: Removing the autotools build system filesDario Freddi6-139/+0
2010-09-20cmake: Some random fixes to messages, fix the version generation, and add som...Dario Freddi1-3/+5
2010-09-20cmake: Small fix to tools, add comments to various targets, and add an ENABLE...Dario Freddi1-8/+10
2010-09-20cmake: Add lcov compiler coverage through a new variable, ENABLE_COMPILER_COV...Dario Freddi1-0/+13
2010-09-20cmake: Implement distcheck correctly, and fix a pair of bugs spotted through itDario Freddi1-5/+10
2010-09-20cmake: Make make dist behave like autotools' make dist, and port all the tool...Dario Freddi1-0/+100
2010-08-23tools/manager-file.py: Updated from latest tp-glib version.Andre Moreira Magalhaes (andrunko)1-3/+7
2010-08-23Modify repeat-tests.sh to be able to run any command instead of just make tar...Olli Salli1-4/+4
2010-08-21Remove --verbose from check-valgrind, we're not particularly interested in ov...Olli Salli1-1/+0
2010-08-20Add a script to automatically re-run tests for a number of timesOlli Salli1-0/+23
2010-06-29Added valgrind support when running tests.Andre Moreira Magalhaes (andrunko)1-0/+12
2010-05-26Update with-session-bus.sh from telepathy-glib, fixing a bashismSimon McVittie1-1/+11
2010-04-15qt4-constants-gen: correctly handle UTF-8Will Thompson1-17/+19
2010-04-06Fixing compilation (more specific, moc generation). The current code triggere...Dario Freddi1-0/+5
2010-02-26Added support for generating code for draft interfaces.Andre Moreira Magalhaes (andrunko)1-19/+7
2010-02-26Added glib gen tools so we can generate code for glib regression tests extens...Andre Moreira Magalhaes (andrunko)7-0/+1620