Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import upstream version 0.4.1 | Ted Gould | 2011-09-28 | 3 | -6/+14 |
|\ | |||||
| * | Fix dep as well | Ted Gould | 2011-09-28 | 1 | -1/+1 |
| | | |||||
| * | Switching out the prefix for a fixed name | Ted Gould | 2011-09-28 | 1 | -1/+1 |
| | | |||||
* | | Import upstream version 0.4.0 | Ted Gould | 2011-09-28 | 4 | -2/+42 |
|\| | |||||
| * | Bring along custom and grab from srcdir | Ted Gould | 2011-09-28 | 1 | -1/+4 |
| | | |||||
| * | Fix type_check_function for vala bindings | Michal Hruby | 2011-09-23 | 3 | -1/+34 |
| | | |||||
* | | Import upstream version 0.3.91 | Ted Gould | 2011-08-11 | 1 | -2/+3 |
|\| | |||||
| * | vala: updated example to use the new API | Marco Trevisan (Treviño) | 2011-07-20 | 1 | -10/+3 |
| | | |||||
| * | Vala bindings example: added secondary_activate | Marco Trevisan (Treviño) | 2011-07-18 | 1 | -0/+8 |
| | | |||||
* | | Import upstream version 0.3.90 | Ted Gould | 2011-07-07 | 3 | -6/+12 |
|\| | |||||
| * | Removing -Werror for the Vala compiler | Ted Gould | 2011-07-07 | 1 | -1/+1 |
| | | |||||
* | | Import upstream version 0.2.95 | Ted Gould | 2011-02-10 | 2 | -38/+240 |
|\| | |||||
| * | Changing the build so that it uses the right version of the vala files and ↵ | Ted Gould | 2011-02-10 | 1 | -4/+26 |
| | | | | | | | | removes the predefined header location | ||||
| * | Cleanup what we create | Ted Gould | 2011-02-10 | 1 | -1/+5 |
| | | |||||
* | | Import upstream version 0.2.93 | Ted Gould | 2011-02-10 | 2 | -0/+1105 |
|/ | |||||
* | Ensuring we don't run the app as part of the test, just build it so this ↵ | Ted Gould | 2011-02-10 | 1 | -3/+2 |
|\ | | | | | | | will work in automation. | ||||
| * | Changing the build to be the check instead of running it as we might not be ↵ | Ted Gould | 2011-02-03 | 1 | -3/+2 |
| | | | | | | | | interactive. | ||||
* | | Always check if vapigen is available when building VAPI | Marco Trevisan (Treviño) | 2011-02-04 | 1 | -2/+4 |
| | | |||||
* | | Vala bindings: add metadata as build dependencies, support for gtk3 | Marco Trevisan (Treviño) | 2011-02-04 | 2 | -4/+7 |
| | | |||||
* | | vala bindings makefile: just use deps file for dependencies | Marco Trevisan (Treviño) | 2011-02-03 | 1 | -2/+1 |
|/ | |||||
* | Vala example, changed copyright year | Marco Trevisan (Treviño) | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | Vala example: indentation fixes | Marco Trevisan (Treviño) | 2011-02-03 | 1 | -26/+26 |
| | |||||
* | Vala example: adding copyright message. | Marco Trevisan (Treviño) | 2011-02-03 | 1 | -0/+19 |
| | |||||
* | Adding vala bindings and example | Marco Trevisan (Treviño) | 2011-02-03 | 3 | -0/+91 |
Adding proper support for vala bindings, fixing the include path Now they are built in the bindings subfolder and they include a *.deps file. and I've also added a small example. |