1843 Commits (3faf35ac64ae1bac8ce63fc4e1492bf1d15cea1e)

Author SHA1 Message Date
Félix Piédallu bb84c1d109 Add LibWmf as a specified dependency, and associated tests. 7 years ago
Martin Kelly 02bea7d5bf namespace run_targets by subproject 7 years ago
Leif Middelschulte cf759e529c Fixes the `kwargs` handling. 7 years ago
Scott D Phillips 1b0048a702 run_command: add command and files as build dependencies 7 years ago
Jussi Pakkanen 53c1afffaf Evaluate subproject path correctly. Closes #2481. 7 years ago
Goncalo Carvalho 01611a66e2 Fix boost link cmd line when compiler.find_library returns None, self.request_modules doesn't have 'boost_' prefix but lib_modules is keyed on 'boost_*' 7 years ago
Jussi Pakkanen 12df9c46f5 Check that link_with arguments in declare_dependency are not external dependencies. 7 years ago
Lyude Paul 1a159db8e9 Raise InvalidArguments when trying to link against strings 7 years ago
Leif Middelschulte b919e05821 removes unnecessary code as suggested by @jeandet 7 years ago
Leif Middelschulte 32a8ab40c1 removes unnecessary if/else-statement as suggested by @jeandet 7 years ago
Leif Middelschulte 050a56ad47 Qt5-Module: Add `moc_extra_arguments` keyword support. 7 years ago
Niklas Claesson 14e7b0af25 Boost: Add Python libraries 7 years ago
Patrick Griffis f220a5dd86 gnome: Fix compile_schemas() using path sep in target name 7 years ago
Jussi Pakkanen c178a5766b Because people are very creative in working around limitations based on good faith. 7 years ago
Dylan Baker 9262236322 llvm: strip system libraries from link arguments 7 years ago
Dylan Baker 4e394b3341 dependencies: Add function to strip system -L paths 7 years ago
getzze 6ce42e2ec5 Error for Libs in package_config function 7 years ago
Niklas Claesson 3fcf4ad272 MSI: Fix regenerate with visual studio 7 years ago
Narendra Vardi 6083eb29d0 Do not allow escaping the subprojects directory. 7 years ago
Corentin Noël fd860482e5 Allow to give source files to GtkDoc by respecting the File class 7 years ago
liugang 36d85db5d4 fix all subproject using wrap-file broken 7 years ago
Niklas Claesson c97e7749a6 Boost: Jamfile has two syntaxes for boost libraries 7 years ago
Alexis Jeandet 4410c73efa Factorized Qt compilers version probing. 7 years ago
Alexis Jeandet f7f439caeb Factorized Qt4 and Qt5 modules in one base class. 7 years ago
Jussi Pakkanen 6f066af61f Updated version number for new development. 7 years ago
Jussi Pakkanen 5626df4645 Bump version number for release. 7 years ago
Jussi Pakkanen 2fbc857ff4 Better error message when using external libraries incorrectly. Closes #2447. 7 years ago
Rico Tzschichholz 8b8e1ee620 gnome: g-ir-scanner accepts multiple symbol-prefix arguments 7 years ago
Jussi Pakkanen 68bd64cd38 Prevent projects from directly grabbing files from other subprojects. 7 years ago
Corentin Noël 93d2ced31f Create the .po file with the `update_po` subcommand if it doesn't exist 7 years ago
Jan Niklas Hasse 7b36897ff9 Use get_default_include_dirs to detect BOOST_ROOT 7 years ago
Dylan Baker e8df59cc5f llvm: don't add --system-libs 7 years ago
Dylan Baker 7dfad54f06 options: Add a permitted_kwargs function 7 years ago
Alistair Thomas d551dbff9a Use long form of valac options and make --basedir use relative path 7 years ago
Corentin Noël f13887b64a Reduce code complexity, fix nested array in files instruction 7 years ago
Corentin Noël ac8d5f2156 Allow different directories for Vala files 7 years ago
Jussi Pakkanen ec45c29c9d Add rpath entries for all found libraries outside of system libraries. 7 years ago
Patrick Griffis 893d101fff gnome: Add header kwarg to generate_gir() 7 years ago
Alexis Jeandet a9258923fa Added include directory argument for Qt's Moc which is needed to build plugins. 7 years ago
Nirbheek Chauhan bb0e18b738 Use listify and extract_as_list everywhere 7 years ago
Niklas Claesson bbdba876af Boost: Improve search algorithm 7 years ago
Niklas Claesson 09ccd0eeaa C/C++: Get default include dirs from compilers 7 years ago
Niklas Claesson 488e57332f VisualC: Add support for msvc toolset version 7 years ago
Liam Staskawicz ae532c807c backends: avoid extraneous trailing os.path.sep when joining paths 7 years ago
Nirbheek Chauhan 24e0774ace Always flatten in listify() since we always want that 7 years ago
Nirbheek Chauhan 26dada3797 gnome: Flatten and unholder all dependencies 7 years ago
Nirbheek Chauhan 3a63f0d63c interpreter: Add a new ObjectHolder class 7 years ago
Jussi Pakkanen 1b442d11b4 Prevent projects from grabbing other projects' options. 7 years ago
Jussi Pakkanen cb64a3f07a Fix MSVC builds. 7 years ago
Leif Middelschulte a90e47bd4f adds missing import of `Popen_safe` 7 years ago