Searched refs:amalgamate (Results 1 – 12 of 12) sorted by relevance
/third_party/json/third_party/amalgamate/ |
D | README.md | 2 # amalgamate.py - Amalgamate C source and header files 4 Origin: https://bitbucket.org/erikedlund/amalgamate 6 Mirror: https://github.com/edlund/amalgamate 8 `amalgamate.py` aims to make it easy to use SQLite-style C source and header 15 `amalgamate.py` is quite dumb, it only knows the bare minimum about C code 21 `amalgamate.py` will not handle complex include directives correctly: 29 `amalgamate.py` makes the assumption that each source and header file which 33 `amalgamate.py` should be usable with C++ code, but raw string literals from 39 In the examples above, `amalgamate.py` will stop parsing the raw string literal 43 ## Installing amalgamate.py [all …]
|
D | CHANGES.md | 1 … have been made to the code with respect to <https://github.com/edlund/amalgamate/commit/c91f07eea…
|
D | LICENSE.md | 1 amalgamate.py - Amalgamate C source and header files
|
/third_party/jsoncpp/ |
D | dev.makefile | 24 test-amalgamate: 25 python2.7 amalgamate.py 26 python3.4 amalgamate.py
|
D | meson.build | 6 # annoying process ensures that amalgamate, CMake, and meson all report the
|
D | CMakeLists.txt | 84 # annoying process ensures that amalgamate, CMake, and meson all report the
|
/third_party/grpc/third_party/upb/ |
D | BUILD | 294 name = "amalgamate", 295 srcs = ["tools/amalgamate.py"], 304 amalgamator = ":amalgamate", 331 amalgamator = ":amalgamate", 358 amalgamator = ":amalgamate",
|
/third_party/json/ |
D | Makefile | 535 amalgamate: $(AMALGAMATED_FILE) target 539 third_party/amalgamate/amalgamate.py -c third_party/amalgamate/config.json -s . --verbose=yes 546 @$(MAKE) amalgamate 644 $(MAKE) amalgamate
|
D | README.md | 1533 - [**amalgamate.py - Amalgamate C source and header files**](https://github.com/edlund/amalgamate) …
|
/third_party/json/.github/ |
D | PULL_REQUEST_TEMPLATE.md | 12 … changes to the sources in the `include/nlohmann` directory, run `make amalgamate` to create the s…
|
D | CONTRIBUTING.md | 29 …ann` sources and regenerate file `single_include/nlohmann/json.hpp` by executing `make amalgamate`. 33 … the library. Before testing or creating a pull request, execute `make amalgamate` to regenerate `…
|
/third_party/ltp/doc/ |
D | c-test-tutorial-simple.txt | 847 of all I want to 'squash' (amalgamate) all the commits appended with
|