Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • G GLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 855
    • Issues 855
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 41
    • Merge requests 41
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • GLib
  • Merge requests
  • !2781

gmacros: Provide platform-independent G_ALWAYS_INLINE and G_NO_INLINE

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Marco Trevisan requested to merge 3v1n0/glib:inline-macros into main Jun 24, 2022
  • Overview 8
  • Commits 3
  • Pipelines 6
  • Changes 5

Coming from gobject-introspection!236 (diffs)

We had gcc-only implementation for no-inline, so I've firstly added a gcc only version for G_GNUC_ALWAYS_INLINE (mostly for consistency, not sure if we want to skip the commit).

So, since we could create an independent version for them both, I've added also generic versions.

Edited Jul 06, 2022 by Marco Trevisan
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: inline-macros