Skip to content

Commit cd47a5a

Browse files
authored
feat(llcppcfg): omit optional fields empty (#465)
* feat: omit optional fields empty * fix: regenerate test result in linux
1 parent 0ff435d commit cd47a5a

19 files changed

Lines changed: 24 additions & 132 deletions

File tree

_cmptest/cfgdata/bzip2/darwin/1.0.8/llcppg.cfg

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,5 @@
44
"libs": "$(pkg-config --libs bzip2)",
55
"include": [
66
"bzlib.h"
7-
],
8-
"trimPrefixes": null,
9-
"cplusplus": false,
10-
"deps": [],
11-
"keepUnderScore": false,
12-
"impl": null,
13-
"mix": false
7+
]
148
}

_cmptest/cfgdata/bzip2/linux/1.0.8/llcppg.cfg

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,5 @@
44
"libs": "$(pkg-config --libs bzip2)",
55
"include": [
66
"bzlib.h"
7-
],
8-
"trimPrefixes": null,
9-
"cplusplus": false,
10-
"deps": [],
11-
"keepUnderScore": false,
12-
"impl": null,
13-
"mix": false
7+
]
148
}

_cmptest/cfgdata/bzip3/darwin/1.5.1/llcppg.cfg

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,5 @@
44
"libs": "$(pkg-config --libs bzip3)",
55
"include": [
66
"libbz3.h"
7-
],
8-
"trimPrefixes": null,
9-
"cplusplus": false,
10-
"deps": [],
11-
"keepUnderScore": false,
12-
"impl": null,
13-
"mix": false
7+
]
148
}

_cmptest/cfgdata/bzip3/linux/1.5.1/llcppg.cfg

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,5 @@
44
"libs": "$(pkg-config --libs bzip3)",
55
"include": [
66
"libbz3.h"
7-
],
8-
"trimPrefixes": null,
9-
"cplusplus": false,
10-
"deps": [],
11-
"keepUnderScore": false,
12-
"impl": null,
13-
"mix": false
7+
]
148
}

_cmptest/cfgdata/cargs/darwin/1.2.0/llcppg.cfg

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,5 @@
44
"libs": "$(pkg-config --libs cargs)",
55
"include": [
66
"cargs.h"
7-
],
8-
"trimPrefixes": null,
9-
"cplusplus": false,
10-
"deps": [],
11-
"keepUnderScore": false,
12-
"impl": null,
13-
"mix": false
7+
]
148
}

_cmptest/cfgdata/cargs/linux/1.2.0/llcppg.cfg

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,5 @@
44
"libs": "$(pkg-config --libs cargs)",
55
"include": [
66
"cargs.h"
7-
],
8-
"trimPrefixes": null,
9-
"cplusplus": false,
10-
"deps": [],
11-
"keepUnderScore": false,
12-
"impl": null,
13-
"mix": false
7+
]
148
}

_cmptest/cfgdata/cjson/darwin/1.7.17/llcppg.cfg

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,5 @@
55
"include": [
66
"cjson/cJSON_Utils.h",
77
"cjson/cJSON.h"
8-
],
9-
"trimPrefixes": null,
10-
"cplusplus": false,
11-
"deps": [],
12-
"keepUnderScore": false,
13-
"impl": null,
14-
"mix": false
8+
]
159
}

_cmptest/cfgdata/cjson/darwin/1.7.18/llcppg.cfg

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,5 @@
55
"include": [
66
"cjson/cJSON_Utils.h",
77
"cjson/cJSON.h"
8-
],
9-
"trimPrefixes": null,
10-
"cplusplus": false,
11-
"deps": [],
12-
"keepUnderScore": false,
13-
"impl": null,
14-
"mix": false
8+
]
159
}

_cmptest/cfgdata/cjson/linux/1.7.17/llcppg.cfg

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,5 @@
55
"include": [
66
"cjson/cJSON_Utils.h",
77
"cjson/cJSON.h"
8-
],
9-
"trimPrefixes": null,
10-
"cplusplus": false,
11-
"deps": [],
12-
"keepUnderScore": false,
13-
"impl": null,
14-
"mix": false
8+
]
159
}

_cmptest/cfgdata/cjson/linux/1.7.18/llcppg.cfg

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,5 @@
55
"include": [
66
"cjson/cJSON_Utils.h",
77
"cjson/cJSON.h"
8-
],
9-
"trimPrefixes": null,
10-
"cplusplus": false,
11-
"deps": [],
12-
"keepUnderScore": false,
13-
"impl": null,
14-
"mix": false
8+
]
159
}

0 commit comments

Comments
 (0)