Searched full:files (Results 1 – 25 of 33) sorted by relevance
12
/tinycbor-2.7.6/ |
D | .gitignore | 1 # Frequent generated files 45 # Visual Studio generated files 62 # MinGW generated files 66 # INTEGRITY generated files
|
D | Doxyfile | 65 # will distribute the generated files over these directories. Enabling this 66 # option can be useful when feeding doxygen a huge amount of source files, where 67 # putting all generated files in the same directory would otherwise causes 74 # characters to appear in the names of generated files. If set to NO, non-ASCII 139 # before files name in the file list and in the header files. If set to NO the 267 # Doxygen selects the parser to use depending on the extension of the files it 275 # or free formatted code, this is the default for Fortran type files), VHDL. For 276 # instance to make doxygen treat .inc files as Fortran files (default is PHP), 277 # and .f files as C (default is Fortran), use: inc=Fortran f=C. 279 # Note For files without extension you can use no_extension as a placeholder. [all …]
|
D | .appveyor.yml | 12 …if /i "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2013" (call "C:\Program Files (x86)\Microsof… 14 …if /i "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2015" (call "C:\Program Files (x86)\Microsof… 16 …if /i "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2017" (call "C:\Program Files (x86)\Microsof…
|
D | LICENSE | 6 of this software and associated documentation files (the "Software"), to deal
|
D | maketag.pl | 60 # Update the version files for the next patch release
|
/tinycbor-2.7.6/tests/cpp/ |
D | tst_cpp.cpp | 6 ** of this software and associated documentation files (the "Software"), to deal 36 // All it does is verify that the four source files above
|
/tinycbor-2.7.6/tools/cbordump/ |
D | cbordump.c | 6 ** of this software and associated documentation files (the "Software"), to deal 129 "Interprets FILEs as CBOR binary data and dumps the content to stdout.\n" in main()
|
/tinycbor-2.7.6/include/tinycbor/ |
D | assert_p.h | 6 ** of this software and associated documentation files (the "Software"), to deal
|
D | cbor_encoder_writer.h | 6 ** of this software and associated documentation files (the "Software"), to deal
|
D | cborjson.h | 6 ** of this software and associated documentation files (the "Software"), to deal
|
D | cbor_decoder_reader.h | 6 ** of this software and associated documentation files (the "Software"), to deal
|
D | math_support_p.h | 6 ** of this software and associated documentation files (the "Software"), to deal
|
D | cborinternal_p.h | 6 ** of this software and associated documentation files (the "Software"), to deal
|
D | extract_number_p.h | 6 ** of this software and associated documentation files (the "Software"), to deal
|
D | utf8_p.h | 6 ** of this software and associated documentation files (the "Software"), to deal
|
D | compilersupport_p.h | 6 ** of this software and associated documentation files (the "Software"), to deal
|
D | cbor.h | 6 ** of this software and associated documentation files (the "Software"), to deal
|
/tinycbor-2.7.6/src/ |
D | cborencoder_close_container_checked.c | 6 ** of this software and associated documentation files (the "Software"), to deal
|
D | cborpretty_stdio.c | 6 ** of this software and associated documentation files (the "Software"), to deal
|
D | open_memstream.c | 6 ** of this software and associated documentation files (the "Software"), to deal
|
D | parsetags.pl | 5 ## of this software and associated documentation files (the "Software"), to deal
|
D | cborparser_dup_string.c | 6 ** of this software and associated documentation files (the "Software"), to deal
|
D | cbor.dox | 6 ** of this software and associated documentation files (the "Software"), to deal
|
D | cborerrorstrings.c | 6 ** of this software and associated documentation files (the "Software"), to deal
|
D | cborpretty.c | 6 ** of this software and associated documentation files (the "Software"), to deal
|
12