1580 Commits (384365c843ed3d3ef82ed0a9dcaf1a987134a82f)
 

Author SHA1 Message Date
Jussi Pakkanen 384365c843 Added outdir() method to build targets so we can make output dirs togglable. 9 years ago
Jussi Pakkanen a90bbb7277 Finally full test suite passes, even gir. 9 years ago
Jussi Pakkanen 0131555e28 Fix all tests except gir, which requires some new functionality. 9 years ago
Jussi Pakkanen 0b0d787624 A bunch more conversions. 9 years ago
Jussi Pakkanen f9060a70bb Converted a bunch of locations to support different target output path. 9 years ago
Jussi Pakkanen 363bc42c5c Started target out dir refactoring with some clarifying renamings. 9 years ago
Jussi Pakkanen b057b061c3 Revert msys2 python fixes which turned out to be wrong. Closes #252. 9 years ago
Jussi Pakkanen a41e7ee198 Update authors. 9 years ago
Jussi Pakkanen 62fe99ceee Merge pull request #250 from byon/master 9 years ago
Marko Raatikainen 28f60ca474 Fix shared libraries for fortran 9 years ago
Jussi Pakkanen 4a06f6d399 Do not use fpic on mingw as it is not needed. 9 years ago
Jussi Pakkanen 7ff0873b07 Add OpenGL link args on Windows. 9 years ago
Jussi Pakkanen ee4a71f77c Do not do gir generation if dependency is not found. Closes #241. 9 years ago
Jussi Pakkanen 192c96acef Use of libdl is optional. Closes #248. 9 years ago
Jussi Pakkanen e29e4358e6 Use makedirs instead of mkdir. Closes #247. 9 years ago
Jussi Pakkanen f32db9afa2 Generator outputs are all relative. 9 years ago
Jussi Pakkanen ed32ee1bdc Use relative path in generators. 9 years ago
Jussi Pakkanen 33a23a7b20 Updated authors. 9 years ago
Jussi Pakkanen edf5c8898b Merge pull request #245 from DragoonX6/master 9 years ago
Jussi Pakkanen 6e6c7dd1fc Fix accidental use of absolute include paths. 9 years ago
Rafaël Kooi 38b8178a14 Fix Python paths for MSYS2 9 years ago
Jussi Pakkanen 7ca852525c Check for binary called g++ on Windows. 9 years ago
Jussi Pakkanen 11985b71b4 Detect Python bin properly when under msys2. 9 years ago
Jussi Pakkanen 44fa1ee86b Merge pull request #240 from thiblahute/master 9 years ago
Jussi Pakkanen 9d559b2b39 More robust windows detection and more logs. 9 years ago
Thibault Saunier 3c23b19250 Fix access to the pkgconfig path in CrossBuildInfo 9 years ago
Jussi Pakkanen c19570654c Expose project version properly. 9 years ago
Jussi Pakkanen cd97f7a768 Give sanity test binaries different names. Also expose project version to modules. 9 years ago
Jussi Pakkanen bd5b4deeda Better sanity testing. 9 years ago
Jussi Pakkanen 199c57d8d6 Added debugging output. 9 years ago
Igor Gnatenko 6b5734385f fix building vala composite test 9 years ago
Igor Gnatenko 79bf392866 Revert "simplify GResources in vala composite test" 9 years ago
Jussi Pakkanen 1dc26def9d Introspect prints external dependency args. 9 years ago
Jussi Pakkanen 5467b7d58b Made Fortran static libraries work. Closes #237. 9 years ago
Jussi Pakkanen 7c6e99149b Merge pull request #236 from mesonbuild/depmanifest2 9 years ago
Igor Gnatenko 0384fa9175 add python test for glib and test against lib 9 years ago
Igor Gnatenko 7b0dd7299c tests/gnome/gir: use modern GLib stuff 9 years ago
Jussi Pakkanen e6a868e533 Merge pull request #229 from mesonbuild/crossname 9 years ago
Jussi Pakkanen 5ffe46bc6a Add version numbers to projects and generate a dep manifest. 9 years ago
Jussi Pakkanen 24d23c3086 Can add file objects to command line arguments. Closes #235. 9 years ago
Jussi Pakkanen cd38e79301 Use --no-libtool. 9 years ago
Jussi Pakkanen ee4e785b1e Add support for subscripting array objects with []. 9 years ago
Jussi Pakkanen 60ff47f736 Can specify gtk-doc search dirs with include_directories. Closes #231. 9 years ago
Jussi Pakkanen 78739afd9c Use system() instead of name() which is a confusing term. 9 years ago
Jussi Pakkanen 63572626c6 Copy permission bits from source files and fix a path issue. 9 years ago
Jussi Pakkanen a5abcf1fe2 Created the += operator. 9 years ago
Jussi Pakkanen e842e6602c A few tweaks. 9 years ago
Jussi Pakkanen 05d929d542 Fix introspection and make it possible to have top level targets with the same name in subprojects. Fixes #222. 9 years ago
Jussi Pakkanen e3873e89d1 A few fixes for gir code. 9 years ago
Jussi Pakkanen b08e2589d3 Parentheses are unnecessary. 9 years ago