Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Merge requests
!410
fix undefined vasprintf
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix undefined vasprintf
satanas-atos/chameleon:fix_vasprintf
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Loris
requested to merge
satanas-atos/chameleon:fix_vasprintf
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Fix compile issue with recent oneapi+icx compiler
0
0
Merge request reports
Compare
master
version 2
da08f098
1 year ago
version 1
8b6a9eb2
1 year ago
master (base)
and
version 1
latest version
da08f098
1 commit,
1 year ago
version 2
da08f098
1 commit,
1 year ago
version 1
8b6a9eb2
1 commit,
1 year ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
include/chameleon.h
+
1
−
0
Options
@@ -28,6 +28,7 @@
* CHAMELEON types and constants
*/
#include
"chameleon/config.h"
#define _GNU_SOURCE 1
#include
<stdio.h>
#include
"chameleon/constants.h"
#include
"chameleon/types.h"
Loading