Emmanuele Bassi
245d6b0904
Add myself to the authors file
2016-05-25 15:59:23 +01:00
Tim-Philipp Müller
02e84df010
Add more string functions: contains(), to_upper() and to_lower()
2016-03-12 14:15:31 +00:00
Jussi Pakkanen
97c22fadbe
Merged XCode fix.
2016-02-26 22:05:47 +02:00
Jussi Pakkanen
6422069c8a
Authors.txt updating.
2016-02-26 21:59:56 +02:00
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
2016-02-25 18:32:26 -03:00
Nicolas Schneider
32b43e77ab
add myself to authors.txt
2016-02-22 22:58:17 +01:00
Nirbheek Chauhan
05547a44fc
Add myself to authors.txt as required by the guide to contributing]
2016-02-17 14:49:26 +05:30
Damián Nohales
5f5ed7fcfb
Add myself to authors.txt
2016-02-09 19:41:26 -03:00
Minijackson
738da1e413
Adding myself to authors.txt
2016-01-14 22:36:18 +01:00
Martin Ejdestig
9cb3ed4014
Add myself to authors.txt
2015-12-27 21:50:10 +01:00
Yoav Alon
a4809cf632
Added support for extended command line to overcome OS command line length limitation
2015-11-28 21:26:56 +02:00
Wink Saville
5504c3ac95
Gracefully handle missing machine info.
2015-10-18 15:56:20 -07:00
Haakon Sporsheim
5cdbec46ea
Add Haakon Sporsheim to authors.
2015-10-14 21:32:49 +02:00
Kyle Manna
721aa2fa65
authors: Add Kyle
...
* Add myself
2015-10-02 06:49:40 -07:00
Germán Diago Gómez
02897234ab
Added in authors.txt German Diago Gomez.
2015-09-08 00:35:25 +07:00
Jussi Pakkanen
a41e7ee198
Update authors.
2015-09-01 00:24:05 +03:00
Jussi Pakkanen
33a23a7b20
Updated authors.
2015-08-26 23:02:35 +03:00
Jussi Pakkanen
1910b1eb48
Added missing contribution.
2015-07-13 22:13:13 +03:00
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.
2015-05-29 22:13:59 +02:00
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
2015-05-16 13:21:08 +02:00
Afief Halumi
cca29a3383
Better error messages for user options
2015-05-03 21:21:12 +03:00
Matthew Bekkema
5dbbd367e8
Add myself to authors
2015-04-15 09:40:29 +10:00
Jussi Pakkanen
a8803faf04
Vs2010 fix from mfrischknecht. Closes #98 .
2015-04-10 18:37:39 +03:00
Jussi Pakkanen
58f5624dda
Added contribution.
2015-03-30 22:05:15 +03:00
Igor Gnatenko
268560f490
add RPM module ( Closes #49 )
...
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-03-21 00:50:20 +03:00
Jussi Pakkanen
bf5466e7ef
An implementation of build_always as slightly modified from the original by Axel Waggershauser.
2015-02-07 14:48:38 +02:00
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
2014-11-16 16:45:10 +00:00
Jussi Pakkanen
e4c06794e8
Added attribution.
2014-10-29 18:30:27 +02:00
Jussi Pakkanen
0abc1b1bad
Workaround for Clang pch include bug with help from Masashi Fujita.
2014-10-18 14:08:13 +03:00
Jussi Pakkanen
5aa2cd1566
Added author info file and instructions on how to add names to it.
2014-08-13 18:02:55 +03:00