Jussi Pakkanen
b08e2589d3
Parentheses are unnecessary.
9 years ago
Jussi Pakkanen
aada473713
Align test output text better.
9 years ago
Jussi Pakkanen
270b24c8e0
Now with xmlness.
9 years ago
Jussi Pakkanen
849786da14
Merge pull request #218 from mesonbuild/gtkdoc
...
Basic gtkdoc support
9 years ago
Jussi Pakkanen
9d9ba50911
Put build type warning flags at the beginning so they are overridable.
9 years ago
Jussi Pakkanen
cbc329fc32
Add sgml main to gtk-doc.
9 years ago
Jussi Pakkanen
83cc5ce4c5
Allow more than one install script and make gtkdoc method return one.
9 years ago
Jussi Pakkanen
8b52dec6d9
Can generate gtkdoc documentation.
9 years ago
Igor Gnatenko
c1dddce4e7
macros.meson: simplify RPM macros by using expand
...
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
9 years ago
Jussi Pakkanen
0728484ef7
Add cpu method that was forgotten somehow.
9 years ago
Jussi Pakkanen
c12a4c1aca
Merge pull request #214 from mesonbuild/cross
...
Merge cross compilation branch.
9 years ago
Igor Gnatenko
ba92f2126c
cleanups
9 years ago
Igor Gnatenko
ca8d25f832
make consistent style
9 years ago
Igor Gnatenko
53363ab053
cleanups
9 years ago
Jussi Pakkanen
642db009a3
Cleanups.
9 years ago
Jussi Pakkanen
b6cb7fd29e
Fix symbol exportation and other things to make all tests pass on MSVC.
9 years ago
Jussi Pakkanen
b7e391ead4
Simulate rpath on windows by adding dll subdirectories to global path in tests.
9 years ago
Igor Gnatenko
d2fa9301ac
simplify GResources in vala composite test
9 years ago
Jussi Pakkanen
30d0c2292f
Support target-only cross compilation properly.
9 years ago
Jussi Pakkanen
37b2a195bd
Get build machine's CPU info too.
9 years ago
Jussi Pakkanen
463d08d545
Now host_machine, build_machine and target_machine are properly separated and return correct values.
9 years ago
Jussi Pakkanen
eb3cdb6f8d
Changed cross compilation file to new format.
9 years ago
Jussi Pakkanen
6af21dd20e
Fix add_global_arguments call that was using the old syntax. Closes #213 .
9 years ago
Jussi Pakkanen
5788f47952
Added (or, rather, brought back) the add_languages function.
9 years ago
Jussi Pakkanen
fa74ef4c57
Added timeout kwarg to tests.
9 years ago
Afief Halumi
5148972bfe
Avoid sorting object list before generating target
...
When adding objects to a build target (specifically static libraries)
they should appear at the end of the object list. Sorting the list always
put them at the beginning of the list.
9 years ago
Jussi Pakkanen
cbc3723797
Store warning flags in object instead of class because it does not seem to unpickle cleanly on some platforms. Closes #209 .
9 years ago
Igor Gnatenko
d81526a7c4
drop meson.lang for GtkSourceView
...
We want to drop this in favour to https://bugzilla.gnome.org/show_bug.cgi?id=752292
9 years ago
Jussi Pakkanen
2aaca1561b
Use strict SSL when downloading from wrapdb.
9 years ago
Jussi Pakkanen
5ddd5554c5
Connect to wrapdb over authenticated ssl when possible and print warning when not possible.
9 years ago
Igor Gnatenko
5c38a00068
Merge pull request #206 from mesonbuild/extractall
...
Added a extract_all_objects method to make recombining targets easier…
9 years ago
Jussi Pakkanen
0e508bf818
Added a extract_all_objects method to make recombining targets easier. Fixes #205 .
9 years ago
Jussi Pakkanen
1910b1eb48
Added missing contribution.
9 years ago
Jussi Pakkanen
6dfce8bf0d
Merge pull request #201 from jroivas/master
...
Fix regexp match for qmake version
9 years ago
Jussi Pakkanen
e91a248e6d
Bumped version number for new development.
9 years ago
Jouni Roivas
e63e126104
Fix regexp match for qmake version
9 years ago
Jussi Pakkanen
ef3deb14c2
One last fix before release.
9 years ago
Jussi Pakkanen
488dc98f0d
Bumped version number for release.
9 years ago
Jussi Pakkanen
365155a4f0
Added simple progress bar to downloads. Closes #152 .
9 years ago
Jussi Pakkanen
1d4af5c84e
Added test for declare_dependency.
9 years ago
Jussi Pakkanen
0da1fbcb98
Flipped one character.
9 years ago
Jussi Pakkanen
aba97eda6b
A few fixes to gl detection.
9 years ago
Jussi Pakkanen
f13009ad21
Use server side searches.
9 years ago
Jussi Pakkanen
68429b8809
Typo fix.
9 years ago
Jussi Pakkanen
19712652b7
Added man page for wraptool.
9 years ago
Jussi Pakkanen
50985a6ec2
Help and status printer.
9 years ago
Jussi Pakkanen
1352a404d3
Created tool to access the online wrap database.
9 years ago
Jussi Pakkanen
0356024300
Give top level targets unique private directories even if they share a basename with some other top level target.
10 years ago
Jussi Pakkanen
833cb56f5c
Can create top level targets that have the same name but different type.
10 years ago
Igor Gnatenko
f03be73f02
ninjabackend: drop debugging print
...
We don't want have this print, because it's not needed info for users.
It was introduced in cd40187d4e
.
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
10 years ago