このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
TheoryOfNekomata
/
xml-c
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
Simple XML subset parser comparable to glib's Markup parser, but without any dependencies in one self contained file. Forked from
https://github.com/ooxi/xml.c
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
53
コミット
1
ブランチ
88 KiB
ツリー:
69b2c47089
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'69b2c47089' から
${ noResults }
xml-c
/
.mc
/
ubuntu:16.04.yaml
ubuntu:16.04.yaml
71 B
Raw
通常表示
履歴
Rewrote build system to make use of modern CMake features Now using modern CMake features as discussed by Daniel Pfeifer on C++Now 2017. Moreover a full build environment is defined by the provided [mini-cross](https://github.com/ooxi/mini-cross) description.
6年前
1
2
3
4
5
6
7
8
---
base: ubuntu:16.04
install:
- cmake
- g++
- gcc
- valgrind
---