Matthias Klumpp
56823272ab
Implement D support
...
This patch adds support for the D programming language[1] to Meson.
The following compilers are supported:
* LDC
* GDC
* DMD
[1]: http://dlang.org/
8 years ago
Jussi Pakkanen
c6ca8a59be
Add missing name.
8 years ago
Zhe Wang
bc347aed0b
GnuCPPCompiler: allow usage of GNU extensions ( #619 )
...
* GnuCPPCompiler: allow usage of GNU extensions
* Add myself to authors.txt
9 years ago
ippytraxx
f64c978695
Add myself to authors.txt
9 years ago
Noam Meltzer
981211e1f2
add myself to authors file
9 years ago
Sam Thursfield
c76837a3d7
Add myself to authors.txt
9 years ago
Martin Hostettler
48f990aa85
Add myself to the authors file.
9 years ago
Emmanuele Bassi
245d6b0904
Add myself to the authors file
9 years ago
Tim-Philipp Müller
02e84df010
Add more string functions: contains(), to_upper() and to_lower()
9 years ago
Jussi Pakkanen
6422069c8a
Authors.txt updating.
9 years ago
Rogiel Sulzbach
f98dc48a8d
Fix Xcode backend
...
This makes the following changes:
* Explicitly closes the file for force flushing (this fixes an issue on which the last 2 or 3 lines weren't being written to disk)
* Adds another check on the PBXBuildFile stage to get the file name if the returned source type is a File instead of a string
Fixes issue #337
9 years ago
Nicolas Schneider
32b43e77ab
add myself to authors.txt
9 years ago
Nirbheek Chauhan
05547a44fc
Add myself to authors.txt as required by the guide to contributing]
9 years ago
Damián Nohales
5f5ed7fcfb
Add myself to authors.txt
9 years ago
Minijackson
738da1e413
Adding myself to authors.txt
9 years ago
Martin Ejdestig
9cb3ed4014
Add myself to authors.txt
9 years ago
Yoav Alon
a4809cf632
Added support for extended command line to overcome OS command line length limitation
9 years ago
Wink Saville
5504c3ac95
Gracefully handle missing machine info.
9 years ago
Haakon Sporsheim
5cdbec46ea
Add Haakon Sporsheim to authors.
9 years ago
Kyle Manna
721aa2fa65
authors: Add Kyle
...
* Add myself
9 years ago
Germán Diago Gómez
02897234ab
Added in authors.txt German Diago Gomez.
9 years ago
Jussi Pakkanen
a41e7ee198
Update authors.
9 years ago
Jussi Pakkanen
33a23a7b20
Updated authors.
9 years ago
Jussi Pakkanen
1910b1eb48
Added missing contribution.
9 years ago
Mathieu Duponchelle
0a726413ae
backends: Add extra args after compiler.std_warn_args.
...
This to give a chance to the application to disable pedantic
for example.
10 years ago
Thibault Saunier
fea0609c13
dependencies: Handle .la lib files returned by pkgconfig in uninstalled setups
...
When building against software that is being built uninstalled,
pkg-config returns values from the -uninstalled.pc variant which
might contain .la files as --libs.
This patch opens the .la files to figure out where the actual shared
library are.
Some part of this is inspired by what is done in the
gobject-introspection giscanner/utils.py code
10 years ago
Afief Halumi
cca29a3383
Better error messages for user options
10 years ago
Matthew Bekkema
5dbbd367e8
Add myself to authors
10 years ago
Jussi Pakkanen
a8803faf04
Vs2010 fix from mfrischknecht. Closes #98 .
10 years ago
Jussi Pakkanen
58f5624dda
Added contribution.
10 years ago
Igor Gnatenko
268560f490
add RPM module ( Closes #49 )
...
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
10 years ago
Jussi Pakkanen
bf5466e7ef
An implementation of build_always as slightly modified from the original by Axel Waggershauser.
10 years ago
Axel Waggershauser
129bb902bc
added basic version of VCS supprt for configuring files based on VCS state during build time
10 years ago
Robin McCorkell
702148aea5
Add number, string and array arithmetic
...
Addition (+), subtraction (-), multiplication (*) and division (/) for numbers
follows the BIDMAS rules.
Strings and arrays can be concatenated with the addition operator
Strings can be concatenated with numbers with the addition operator
10 years ago
Jussi Pakkanen
e4c06794e8
Added attribution.
10 years ago
Jussi Pakkanen
0abc1b1bad
Workaround for Clang pch include bug with help from Masashi Fujita.
10 years ago
Jussi Pakkanen
5aa2cd1566
Added author info file and instructions on how to add names to it.
10 years ago