[vala] (71 commits) Non-fast-forward update to branch wip/valadate
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] (71 commits) Non-fast-forward update to branch wip/valadate
- Date: Sun, 19 Nov 2017 11:43:22 +0000 (UTC)
The branch 'wip/valadate' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
6e08bce... Add Valadate test harness
ebe04b5... added search for GIR files
9966798... major revision of valadate
bfc2669... minor modifications
37a9c8b... refactoring of testcase and testsuite
5072262... added testfailure class
879e670... more changes
6baf30f... more work on testrunner
8abefe0... refactoring of TestExplorer, now generates working dummy TA
a078b55... result now uses testrunner to run tests
f43b2d7... more mods to runner
893c501... now runs in separate processes
a23242e... Now runs tests in separate processes, including DBus
3b80a2a... added TestFactory - new runs all tests
e990dd4... removed original testrunner.sh
28581bd... Don't hardcode gio-2.0 linker dependency
f04c216... Update valadate build
2447db5... Minor refactoring
807dc7d... Codestyle and source adjustments
e09c947... Drop testfixture.vala
7705283... Rename Module to TestModule
0ceac49... Rename ConfigError to TestConfigError
034ce17... Don't use keywords as variable names
6e54c0f... tests: Make tests non-fatal which causing segfault
7f30392... Fix Makefile
d5f5e73... side-ported Valadate-2.0 to Vala test harness
4616d62... ported tests to new Valadate version
e22f63b... modified tests
f63693e... modified tests
d4e0d41... modified tests
a96c7a9... modified tests
96162d6... code clean up from ricotz
3a6d033... more code style changes
0894515... added .gitignore to tests
16fba43... Hide testreport impls
9d70780... Add TestFormat enum
80b8869... added ability to run tests in a given path with -p command
bb0e297... removed all references to CCodeAttribute
ce50ac1... removed all references to CCodeAttribute
3b64b79... Fix build after rebase
bb993d0... Some clean up
c888b08... merged TestConfig and TestOptions
6c43b34... removed TestGatherer, TestPlan now does single pass
2c5812a... Test is now abstract class without GObject dependancy
f6292bb... Minor API cleaning
233803a... Fix build
26c3e1a... libxml-2.0: Fix header of XPath.Context.register_ns()
Commits added to the branch:
4a2e321... libxml-2.0: Fix header of XPath.Context.register_ns() (*)
8a01051... codegen: Prioritize "array_length=true" over "array_null_te (*)
d2dfd7a... Regenerate GIR-based bindings (*)
9c726ae... gtk+-4.0: Update to 3.91.2+1c232ed5 (*)
c4f70ae... vapi: Update GIR-based bindings (*)
e225dae... gio-2.0: Fix FileReadMoreCallback and File.load_partial_con (*)
8a3ab19... gtk+-4.0: Split Gsk.RenderNode into several classes (*)
45756d0... gtk+-4.0: Update to 3.92.1 (*)
2e3d6af... gtk+-4.0: Update to 3.93.0+9e78fbaa (*)
e46c28d... vapi: Update GIR-based bindings (*)
788ec1b... gtk+-4.0: Update to 3.93.0+4d44865f (*)
558bf7a... vapi: Update GIR-based bindings (*)
2a481c3... codegen: Avoid possible conflicts with internal property/si (*)
8688d24... libxml-2.0: Add DTD methods (*)
0d2d609... gtk+-4.0: Update to 3.93.0+481b5d1b (*)
486baf9... webkit2gtk-4.0: Update to 2.19.1 (*)
9088588... vapi: Update GIR-based bindings (*)
b8d0175... tests: split VALAFLAGS over multiple lines in testrunner.sh (*)
6a843ba... vala: Subtype of string is allowed as constant (*)
c0ea119... gidlparser: Fix cname format of renamed signals (*)
fc31988... Regenerate GIDL-based bindings (*)
20294b3... gio-2.0,glib-2.0: Update to 2.55.0 (*)
8d607c2... gtk+-3.0: Update to 3.22.26 (*)
9ef1744... gtk+-4.0: Update to 3.93.0+a8531605 (*)
83b3f1c... vapi: Update GIR-based bindings (*)
acb220d... Add Valadate test harness
0a6aeaf... added search for GIR files
89a9dae... major revision of valadate
0574db9... minor modifications
011d342... refactoring of testcase and testsuite
450e0c8... added testfailure class
eeda510... more changes
6b1dab0... more work on testrunner
3761a64... refactoring of TestExplorer, now generates working dummy TA
05ea4e3... result now uses testrunner to run tests
25febbd... more mods to runner
f4738a0... now runs in separate processes
20b1d49... Now runs tests in separate processes, including DBus
25e27d1... added TestFactory - new runs all tests
f6bd740... removed original testrunner.sh
a3b7e0c... Don't hardcode gio-2.0 linker dependency
8930bdd... Update valadate build
7d104c6... Minor refactoring
d7b5cdd... Codestyle and source adjustments
29a8878... Drop testfixture.vala
99959f8... Rename Module to TestModule
c81270e... Rename ConfigError to TestConfigError
6d9b80f... Don't use keywords as variable names
f9e5fe3... tests: Make tests non-fatal which causing segfault
1f57cf0... Fix Makefile
e0dd2d7... side-ported Valadate-2.0 to Vala test harness
fa18d8b... ported tests to new Valadate version
e7d423d... modified tests
9771587... modified tests
ea539b1... modified tests
078ca4f... modified tests
e9a33e6... code clean up from ricotz
8bc876f... more code style changes
f414936... added .gitignore to tests
14eb268... Hide testreport impls
785284f... Add TestFormat enum
7a53e21... added ability to run tests in a given path with -p command
c2025bb... removed all references to CCodeAttribute
b465436... removed all references to CCodeAttribute
deed392... Fix build after rebase
ff601a4... Some clean up
b66c0f0... merged TestConfig and TestOptions
a4115fb... removed TestGatherer, TestPlan now does single pass
627fa24... Test is now abstract class without GObject dependancy
9c3f7fa... Minor API cleaning
93b2c56... Fix build
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]