Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
C
cairo
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 393
    • Issues 393
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 22
    • Merge Requests 22
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • cairo
  • cairo
  • Merge Requests
  • !37

Merged
Opened Mar 05, 2020 by Mathieu Duponchelle@meh🐸Contributor

build: add meson build definitions

  • Overview 171
  • Commits 2
  • Pipelines 15
  • Changes 37

I hope this is a welcome addition, I initially implemented this port over a year ago but never got around to upstreaming it until now. A few persons have contributed to it since then, I have fixed up all the meson commits into one for this MR and mentioned them in the commit message.

The status of this port is as follows:

  • It is quite complete in terms of installed build products

  • The test suite is ported, and I got it to pass back then, had to jump through quite a lot of hoops and generate my own set of reference files if I remember correctly

  • It is known to build on windows 10 with MSVC and Linux (Fedora 30), I tested today. I'm pretty sure I tested on OSX back then but I don't have an OSX machine to test on at the moment

  • Various README files / documentation will probably need updating to mention the meson alternative when building / running tests

  • I haven't implemented any sort of CI support, mostly because I expect this to be a tricky task given the nature of the test suite

  • I have a few commits separate from the meson port for things I fixed along the way, hopefully it's acceptable to keep those in the same MR, they're not very intrusive / complicated

Let me know what you think :)

Edited Mar 05, 2020 by Mathieu Duponchelle
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: cairo/cairo!37
Source branch: meson-rebased