Searched refs:version (Results 1 – 8 of 8) sorted by relevance
/optee_benchmark/libyaml/ |
A D | configure.ac | 3 # Define the package version numbers and the bug reporting link. 9 # Define the libtool version numbers; check the Autobook, Section 11.4. 10 # Bump the libtool version numbers using the following algorithm: 32 # Define macro variables for the package version numbers. 33 AC_DEFINE(YAML_VERSION_MAJOR, YAML_MAJOR, [Define the major version number.]) 34 AC_DEFINE(YAML_VERSION_MINOR, YAML_MINOR, [Define the minor version number.]) 35 AC_DEFINE(YAML_VERSION_PATCH, YAML_PATCH, [Define the patch version number.]) 36 AC_DEFINE(YAML_VERSION_STRING, "YAML_MAJOR.YAML_MINOR.YAML_PATCH", [Define the version string.]) 38 # Define substitutions for the libtool version numbers.
|
A D | CMakeLists.txt | 20 add_executable (test-version tests/test-version.c) 21 target_link_libraries(test-version yaml) 22 add_test(NAME version COMMAND test-version)
|
A D | .gitignore | 41 /test-version 60 /tests/test-version 61 /tests/test-version.log 62 /tests/test-version.trs
|
A D | appveyor.yml | 1 version: 0.1.7.{build}
|
/optee_benchmark/libyaml/tests/ |
A D | Makefile.am | 4 TESTS = test-version test-reader 5 check_PROGRAMS = test-version test-reader
|
A D | example-deconstructor-alt.c | 206 yaml_version_directive_t *version in main() local 226 sprintf(number, "%d", version->major); in main() 238 sprintf(number, "%d", version->minor); in main()
|
A D | example-deconstructor.c | 242 yaml_version_directive_t *version in main() local 275 sprintf(number, "%d", version->major); in main() 294 sprintf(number, "%d", version->minor); in main()
|
/optee_benchmark/libyaml/src/ |
A D | Makefile.am | 4 libyaml_la_LDFLAGS = -release $(YAML_LT_RELEASE) -version-info $(YAML_LT_CURRENT):$(YAML_LT_REVISIO…
|
Completed in 10 milliseconds