856 Commits (ec47db6c0c6511d249b6d57fd24ca288e00eb9a3)

Author SHA1 Message Date
Patrick Griffis f30be6fb92 gettext: Add ability to set GETTEXTDATADIRS 8 years ago
Patrick Griffis d7fdeb4d15 gnome: Avoid unhandled exception 8 years ago
Nirbheek Chauhan 4332df01b8 Add no-warning args while building Vala C code 8 years ago
Thibault Saunier 77b379f5cf Try using already setup fallback subprojects before using native dependency 8 years ago
Thibault Saunier fcaf319e49 interpreter: Add a way to copy and environment object 8 years ago
Thibault Saunier 7e2390f355 interpreter: Add a type_name method to DependencyHolder 8 years ago
Sam Thursfield 25f13067c2 gnome: allow use of generated files with compile_resources() 8 years ago
Jussi Pakkanen b6b8d561b8 Raise proper exception type and improve error messages. Closes #322. 8 years ago
Elliott Sales de Andrade 779788ad82 Split generator @BASENAME@ at the first extension. 8 years ago
Jussi Pakkanen 1efcea9617 Renamed path_join to join_paths. 8 years ago
Nirbheek Chauhan c3db008d82 custom_target: Clarify error message 8 years ago
Nirbheek Chauhan 6ffae922cc Add a unittest for pkg-config file generation 8 years ago
Nirbheek Chauhan 5e384b8396 dependencies: Use a wrapper for calling pkg-config 8 years ago
Nirbheek Chauhan 814f4909f9 pkgconfig: Handle library names starting with 'lib' 8 years ago
Nirbheek Chauhan 674b520206 pkgconfig: Only warn for suffix if the filename doesn't start with lib 8 years ago
Nirbheek Chauhan d819914af0 pkgconfig: Warn if library has name_prefix/suffix set 8 years ago
Igor Gnatenko a513bcfde6 allow libdir/includedir/etc. be absolute paths 8 years ago
Jussi Pakkanen 60119753d6 Check contents of arguments inside project(). Closes #857. 8 years ago
Jussi Pakkanen 28df8b800e Add an option to select if static libraries are built with -fPIC. 8 years ago
Nirbheek Chauhan 2d0eb2cec5 Warn if -fPIC is passed instead of pic to static libraries 8 years ago
Jussi Pakkanen e2b3752f87 Show error log options in help. 8 years ago
Jussi Pakkanen c2b852c9b3 Created path_join function. 8 years ago
Thibault Saunier 6eacca2024 dependencies: Fix traceback always setting 'variable' 8 years ago
Igor Gnatenko 0d58ddd739 rpm: couple of improvements and fixes 8 years ago
Emanuele Aina 6c50253645 Use argv[0] to internally relaunch meson.py 8 years ago
Jussi Pakkanen f0fee2e542 Fix soname to work on OSX. 8 years ago
Jussi Pakkanen 4dc798dc7e Check that soname matches the filename. Closes #785. 8 years ago
Patrick Griffis 94b7b59546 gnome.generate_gir(): Also include current build dir 8 years ago
Nirbheek Chauhan 67c9e520de compilers: Don't pollute c_args with -fPIC on OS X 8 years ago
Nirbheek Chauhan ce1393609f Error out if shared lib links to static lib without PIC 8 years ago
Nirbheek Chauhan ee8b3b12a0 Add cross-platform PIC support for static libraries 8 years ago
Jussi Pakkanen 1f4cce86ad Remove shebangs on files that are not runnable and add execute bits to those that are. 8 years ago
Nirbheek Chauhan 411d6c8bc4 intrp: Don't do custom AST parsing for project() 8 years ago
Jussi Pakkanen 4e1388620f Bump version number for new development. 8 years ago
Jussi Pakkanen dc083b4fe7 Increment version number for release. 8 years ago
Patrick Griffis dd9dfa77fb gnome.generate_gir(): Add install_dir_gir and install_dir_typelib 8 years ago
Jussi Pakkanen 62ec92c8b0 Set soname with clang properly. 8 years ago
Patrick Griffis 084b854ce0 gnome: Consistently include current source dir 8 years ago
Nirbheek Chauhan 1e3d03cc09 ninja: Fix C file name for generated Vala sources 8 years ago
Nirbheek Chauhan 9d1aeebc27 ninja: Don't add every CustomTarget to 'all' 8 years ago
Nirbheek Chauhan e713aca1d1 backends: Remove self.dep_rules dead code 8 years ago
Sam Thursfield 24e50b2697 Fix missing comma in backend.Backend.dedup_arguments() 8 years ago
Elliott Sales de Andrade f2fed5052d Allow passing files to compile/link/run queries. 8 years ago
Elliott Sales de Andrade 51341ce177 Reduce redundancy in compile/link/run queries. 8 years ago
Elliott Sales de Andrade 2840539a08 Don't overwrite mkenums C file dependencies. 8 years ago
Elliott Sales de Andrade 8f024c0697 Allow running mkenums without templates. 8 years ago
Jussi Pakkanen d61b71fdc2 Converted mkenums to be single invocation. 8 years ago
Elliott Sales de Andrade 1033728c85 Fix mkenums and genmarshal argument names. 8 years ago
Elliott Sales de Andrade ceee8bc6b2 Generate genmarshal header and body simultaneously. 8 years ago
Elliott Sales de Andrade 2a8a0727fc Add support for glib-genmarshal to gnome module. 8 years ago