Gabríel Arthúr Pétursson
ae924b01a0
docs: s/no tbe/not be/
8 years ago
John Gallagher
de762feb87
Fix typo in Generating-sources.md
...
First `custom_target` example was missing a closing `'`.
8 years ago
Corey Ashford
d6dfc94188
Update Overview.md
...
fix typo
8 years ago
Jussi Pakkanen
b65b9fe271
More strict eval.
8 years ago
Jussi Pakkanen
6d1ba44396
Merge pull request #1661 from QuLogic/test-cases
...
Test case unique-ification
8 years ago
Ernestas Kulik
1c8ac8fd6d
docs: replace occurences of set_install_script()
...
The method has been replaced with add_install_script().
Signed-off-by: Ernestas Kulik <ernestas.kulik@gmail.com>
8 years ago
Elliott Sales de Andrade
8706d7d098
Warn when directory numbers are non-unique.
8 years ago
Elliott Sales de Andrade
faf0ce96e2
Rename tests with duplicate numbers.
8 years ago
Elliott Sales de Andrade
59c5955169
Shorten detect_tests_to_run.
...
Remove some duplication with a list comprehension, and invert conditions
instead of long ternary statements.
8 years ago
Mike Gilbert
76d0b833e3
Add myself to authors.txt
8 years ago
Mike Gilbert
69e20735d5
setup.py: install scripts from build_dir
...
This ensures the installed scripts will have updated shebangs.
Fixes: https://github.com/mesonbuild/meson/issues/1677
8 years ago
Jon Turney
5d24d16abd
Don't prefix appveyor build number with a meaningless '1.0'
8 years ago
Paolo Borelli
83c5c738dd
Try to be locale-independent when we match VS output
...
Different locales have a different number of ':' in the string
we want to match. Closes #1639 .
8 years ago
Wade Berrier
d542b2c0cc
deps: boost: add some documentation about environment variables
8 years ago
Wade Berrier
f2465e6545
dependencies: qt: qmake method: prefer QT_HOST_BINS over QT_INSTALL_BINS
...
When cross compiling and looking for moc/uic/rcc you really want the
host binary.
Still fall back to QT_INSTALL_BINS as it appears that's the only
variable available with qt4.
8 years ago
Patrick Griffis
78edc58153
docs: Add data_dirs to i18n.merge_file()
8 years ago
Patrick Griffis
12504b2385
i18n: Fix handling relative data_dirs
8 years ago
Patrick Griffis
82492f5d76
i18n: Add data_dirs kwarg to merge_file()
...
For parity with gettext()
Fixes #1565
8 years ago
Thibault Saunier
3e2c3c9ff0
docs: Fix link to QT5 in the navbar
8 years ago
Nirbheek Chauhan
6a923a3620
README.md: Fix logo URL
8 years ago
Nirbheek Chauhan
9763bf65c6
README: Don't recommend using as a standalone script
...
zipapp only has a single entry point, so only the `meson` command will
work. `mesontest`, `mesonconf`, `mesonintrospect` won't, which is
terrible, really.
Ideally we should have a single entry point for all these instead, but
until that happens, we should not recommend zipapps.
8 years ago
Mathieu Duponchelle
b983d091e6
howtox.md: fix header hierarchy
...
.. and remove an obsolete wiki home link at the bottom of the page
8 years ago
Guillaume Poirier-Morency
4c35b4b791
Update Vala documentation with most recent changes
...
Cover installation using the `install_dir` array and the additional arguments for specifying the C header, VAPI and GIR names.
8 years ago
Dylan Baker
6944d06116
Don't use dict.keys() to check membership
...
It's much faster to do 'if a in dict' instead of 'if a in dict.keys()',
since the latter constructs an iterator and walks that iterator and then
tests equality at each step, and the former does a single hash lookup.
8 years ago
Igor Gnatenko
9635d0bd69
rpm: pass --wrap-mode=nodownload to %meson
...
With ability to change it if needed.
8 years ago
Peter Hutterer
f3be687cbb
Use 'builddir' instead of 'build' in the README
...
Clarifies that this is really just a directory, not a command.
https://github.com/mesonbuild/meson/issues/1560
8 years ago
Thomas Hindoe Paaboel Andersen
fbbd7289db
Detect intel fortran compiler
...
The intel fortran compiler "ifort" was not listed in the list of
default fortran compilers. This caused it to not be found unless
explicitly set via the FC.
8 years ago
Jussi Pakkanen
de43182205
Bumped version number for new development.
8 years ago
Jussi Pakkanen
b25d3e4d3f
Updated version numbers for point release.
8 years ago
Jussi Pakkanen
b6a3d34bd6
Replace cmd line arguments on install scripts. Closes #1681 .
8 years ago
Dylan Baker
4f7723649a
Implement an actual set interface for the OrderedSet class. Closes #1670
...
This uses the ABC's in collections to implement an OrderedSet class.
Internally an OrderedDict is still wrapped so that the ordering is
maintained, this adds the full interface and behavior of an Set, but
with ordering by first insertion.
8 years ago
Jussi Pakkanen
f74f78dd89
Merge pull request #1683 from ernestask/submodules
...
wrap: submodule fixes
8 years ago
Nirbheek Chauhan
42267f2afa
Always pass cross-file {lang}_args to compiler checks
...
Includes a test for this that will only run on the CI.
Closes https://github.com/mesonbuild/meson/issues/1665
8 years ago
Jussi Pakkanen
568de3a14a
Bump version number for new development.
8 years ago
Ernestas Kulik
4104db5f07
authors.txt: add self
8 years ago
Jussi Pakkanen
13df62deec
Added release notes page for 0.41.0.
8 years ago
Jussi Pakkanen
eb38a05beb
Fix web site upload repository.
8 years ago
Thibault Saunier
ef45352f80
docs: website license is CC-BY and code samples are CC0
8 years ago
Thibault Saunier
b371875e02
docs: Import the website and wiki and build with hotdoc
...
This allows us to more easily have the documentation in sync with
the source code as people will have to document new features etc
right at the time where they implement it.
8 years ago
Ernestas Kulik
8d720527b7
wrap: pass -C to git when resolving submodules
...
Using Meson from outside a git repo results in an error when trying to
resolve submodule subprojects. Running git from inside subproject root
should be enough to fix it.
Partially fixes #1679
Signed-off-by: Ernestas Kulik <ernestas.kulik@gmail.com>
8 years ago
Ernestas Kulik
a13bde821f
wrap: initialize submodules when updating
...
After an initial checkout, submodules aren’t initialized and thus trying
to update them fails.
Partially fixes #1679
Signed-off-by: Ernestas Kulik <ernestas.kulik@gmail.com>
8 years ago
Jussi Pakkanen
7dc747ea54
Update version number for release.
8 years ago
Jussi Pakkanen
476c263952
Unset compiler envvars in unit tests.
8 years ago
Guillaume Poirier-Morency
aa486f5bb2
vala: Add 'VALAFLAGS' to considered environment variables
...
Fix precedence of arguments for Vala tasks and include those considered
external (i.e. '-Dvala_args' and 'VALAFLAGS').
8 years ago
Jussi Pakkanen
33b5ddf35e
Merge pull request #1654 from dcbaker/c-cpp-link
...
Add a testcase for linking C and C++ static archives into a shared li…
8 years ago
Jussi Pakkanen
e107017b3b
Merge pull request #1649 from centricular/static-lto
...
Fix LTO + static libraries on GCC and Clang
8 years ago
Jussi Pakkanen
47579d3acb
Disabled rpath test due to bug #1635 .
8 years ago
Nirbheek Chauhan
35ffb1a7c2
tests/common/146: Also test against external C++ libs
8 years ago
Nirbheek Chauhan
0ebf79ec8b
configure_file: Accept output of configure_file as input
8 years ago
Nirbheek Chauhan
93f3a6670f
tests/common/146: Use C++98 features instead of Boost
...
This makes it work on MSVC 2010 and platforms where Boost is not
available.
8 years ago