• Home
  • Raw
  • Download

Lines Matching full:added

3 ### Added  subsection
4 - Added support for `clang` 18.0.x
14 - Added error logging when `CLANG_PATH` set but it isn't a full path to an executable
17 ### Added subsection
18 - Added `libcpp` Cargo feature which enables linking to `libc++` instead of `libstdc++` when linkin…
28 ### Added subsection
29 - Added support for `clang` 17.0.x
60 ### Added subsection
61 - Added additional support for `clang` 16.0.x
71 ### Added subsection
72 - Added support for `clang` 16.0.x
73 - Added support for `clang` 15.0.x
74 - Added support for `clang` 14.0.x
84 ### Added subsection
85 - Added support for illumos and derivatives
89 ### Added subsection
90 - Added missing `clang_getToken` function
94 ### Added subsection
95 - Added support for `clang` 13.0.x
96 - Added support for `clang` 12.0.x
97 - Added support for the Haiku operating system
137 - Added Visual Studio LLVM component directory to search paths on Windows
140 ### Added subsection
141 - Added support for `clang` 11.0.x
171 ### Added subsection
172 - Added support for `clang` 10.0.x
179 ### Added subsection
180 - Added ability to determine version of runtime-linked instance of `libclang`
184 ### Added subsection
189 ### Added subsection
194 ### Added subsection
195 - Added support for finding instances of `libclang` matching `libclang-*.so.*`
205 ### Added subsection
206 - Added support for `clang` 9.0.x
207 - Added missing `CXCallingConv_AArch64VectorCall` variant to `CXCallingConv` enum
208 - Added missing `clang_CompileCommand_getNumMappedSources` function
228 ### Added subsection
229 - Added support for `clang` 8.0.x
238 - Added version detection for libraries without versions embedded in the filename
240 ### Added subsection
241 - Added `assert-minimum` feature (see `README.md` for details)
246 - Added shared library path to `SharedLibrary` struct
266 - Added support for finding libraries with version suffixes on Linux when using runtime linking (e.…
271 - Added support for versioned libraries on BSDs
278 ### Added subsection
279 - Added support for `clang` 7.0.x
288 ### Added subsection
289 - Added support for `clang` 6.0.x
296 - Added original errors to error messages
297 - Added support for searching for libraries in `LD_LIBRARY_PATH` directories
319 ### Added subsection
320 - Added support for `clang` 5.0.x
321 - Added `clang` as a link target of this package
322 - Added dummy implementations of `is_loaded` for builds with the `static` Cargo feature enabled
328 - Added `args` parameter to `Clang::new` function which passes arguments to the Clang executable
357 ### Added subsection
358 - Added support for `clang` 4.0.x
385 ### Added subsection
386 - Added support for linking to Clang on Windows from unofficial LLVM sources such as MSYS and MinGW
402 - Added `runtime` Cargo feature that links to `libclang` shared library at runtime
403 - Added `from_raw` method to `CXTypeLayoutError` enum
404 - Added implementations of `Deref` for opaque FFI structs
409 ### Added subsection
410 - Added documentation bindings
415 - Added `CLANG_PATH` environment variable for providing a path to `clang` executable
416 - Added usage of `llvm-config` to search for `clang`
417 - Added usage of `xcodebuild` to search for `clang` on macOS
421 ### Added subsection
422 - Added support for `clang` 3.9.x
454 ### Added subsection
455 - Added `support` module
465 - Added implementations of `Default` for FFI structs
513 ### Added subsection
514 - Added support for finding `libclang`
521 ### Added subsection
522 - Added support for `clang` 3.4.x
538 ### Added subsection
539 - Added support for `clang` 3.8.x
543 ### Added subsection
544 - Added derivations of `Debug` for FFI structs
548 ### Added subsection
549 - Added derivations of `PartialOrd` and `Ord` for FFI enums