27 Commits (f482b82a430e60aabca7bd6db0d7cdb20bf7db49)

Author SHA1 Message Date
Guillermo Ignacio Enriquez Gutierrez f482b82a43 Sort some objects before writing as Xcode expects [skip ci] 6 years ago
Guillermo Ignacio Enriquez Gutierrez 05d1577e87 Fix `build --backend=xcode` (#4220) 6 years ago
Jukka Laurila 1d0169f4e7 Fix shared library building on xcode. 7 years ago
Jukka Laurila 58ce5fe62d Fix xcode backend to run "meson test" instead of the nonexistent meson_test.py. 7 years ago
Jon Turney cd5dba5358 Fix flake8 'imported but unused' reports 7 years ago
Aleksey Filippov 2cf85ae16f Use os.path: basename() and dirname() instead of split() 7 years ago
Jussi Pakkanen 22adda1617 Review fixes. 7 years ago
Jussi Pakkanen 5d51bc79c7 Replaced sys.executable use with the mesonlib equivalent. 7 years ago
Jussi Pakkanen 5cec8fc43a Removed consecutive identical variable assignments. 7 years ago
Alistair Thomas a195b78c8d Whitespace tweaks to reduce Flake8 warnings 8 years ago
blackbox db176c85db xcode-backend framework fixes 8 years ago
blackbox dd443ad0eb codestyle 8 years ago
blackbox 03ebe2f56f remove debug-marker 8 years ago
blackbox ea5eb2a80d XCode frameworks support 8 years ago
Peter Hutterer a576791064 Use American English - 'ise' -> 'ize' where applicable 8 years ago
Mike Sinkovsky e9a891fe25 style: [E502] the backslash is redundant between brackets 8 years ago
Igor Gnatenko 969dc7e995 style: fix E124 violations 8 years ago
Igor Gnatenko 2017d8578a style: fix E226 violations 8 years ago
Igor Gnatenko f0b30baa39 style: fix E225 violations 8 years ago
Jussi Pakkanen b55235dfbd Fix space before :. 8 years ago
Jussi Pakkanen dc1f537fb3 Skip shared module test on VS because it fails for some reason nobody understands. 8 years ago
Elliott Sales de Andrade 4c71695e41 Use context manager for file I/O. 8 years ago
Nirbheek Chauhan 0143c32c7c Overhaul versioning and naming of libraries 9 years ago
Nirbheek Chauhan 86aa51232e backends: Don't duplicate test setup data file name 9 years ago
Hemmo Nieminen 336904b553 Move MesonException from coredata to mesonlib. 9 years ago
Rogiel Sulzbach f98dc48a8d Fix Xcode backend 9 years ago
Jussi Pakkanen 7435df8399 Moved backends to their own module. 9 years ago
Jussi Pakkanen 23b98cd6e6 Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 9 years ago
Jussi Pakkanen d2a14075b3 Some fixes for other backends. 9 years ago
Jussi Pakkanen 8b1039fa30 Organise files into a module structure. 9 years ago
Jussi Pakkanen eddcff455e Some xcodefixes. 9 years ago
Jussi Pakkanen 384365c843 Added outdir() method to build targets so we can make output dirs togglable. 9 years ago
Igor Gnatenko c0808f112e xcodebackend: Undefined variable 'MesonException' 10 years ago
Jussi Pakkanen 8de41caac8 Deal with Files in xcode generator. 10 years ago
Jussi Pakkanen 2e93295c2e Generate configure files immediately when they are declared. Closes #88. 10 years ago
Jussi Pakkanen 525f0ae6d2 Harmonised copyright declarations. 10 years ago
Jussi Pakkanen d2b5e5c7a5 The mass flags -> args renaming for consistency. 11 years ago
Jussi Pakkanen 6304da8f84 Some work on using prebuilt object files. Does not work yet. 11 years ago
Jussi Pakkanen b1be0a4547 Path fixing for great link justice. 11 years ago
Jussi Pakkanen 9253e8f8cc Now with actual workingness! 11 years ago
Jussi Pakkanen 948f500aa1 OSX shared library versioning works. 11 years ago
Jussi Pakkanen 4ee484a3b4 Target link flags too. 11 years ago
Jussi Pakkanen b5cb3681a1 Per language compile flags work. 11 years ago
Jussi Pakkanen 4fa221bc49 Objective C/C++ works with XCode. 11 years ago
Jussi Pakkanen be627e479f Added file types for headers. 11 years ago
Jussi Pakkanen 3b75acd70b Add include paths with sufficient amounts of magic quoting. 11 years ago
Jussi Pakkanen f4261e6976 Handle files in subdirectories. Fancy that. 11 years ago
Jussi Pakkanen 65e4971685 Put targets in their subdirectories. 11 years ago
Jussi Pakkanen cce822c3ec Dynamic library linking works. Install probably will not, though. 11 years ago
Jussi Pakkanen 6a435ffd9e Somethign or something else. 11 years ago