• Home
  • Raw
  • Download

Lines Matching +full:macos +full:- +full:10

1 ## [1.1.1] - 2021-02-19
4 - Bumped `libloading` version to `0.7`
6 ## [1.1.0] - 2021-02-09
9 - Added Visual Studio LLVM component directory to search paths on Windows
10 ([#121](https://github.com/KyleMayes/clang-sys/issues/121))
13 - Added support for `clang` 11.0.x
15 ## [1.0.3] - 2020-11-19
18 - Fixed `Clang::find` panicking when `llvm-config` or `xcode-build` don't output anything to `stdou…
20 ## [1.0.2] - 2020-11-17
23 - Fixed `Clang::find` to properly search directories returned by the
24 `llvm-config --bindir` and `xcodebuild -find clang` commands
25 - Improved version selection algorithm in the case where there are multiple
29 over the versions found by searching the `llvm-config --prefix` directory)
31 ## [1.0.1] - 2020-10-01
34 - Improved panic error message when calling an unloaded function
36 ## [1.0.0] - 2020-07-14
39 - Bumped `libloading` version to `0.6.0`
40 - Updated build script to not print warnings about failures to execute
41 `llvm-config` and `xcode-select` unless an instance of `libclang` is not found
44 - Added support for `clang` 10.0.x
47 - Removed `gte_clang_*` Cargo features (these were an implementation detail)
49 ## [0.29.3] - 2020-03-31
52 - Added ability to determine version of runtime-linked instance of `libclang`
54 ## [0.29.2] - 2020-03-09
57 - Revert unnecessary increase of minimum version of `libc` and `libloading`
59 ## [0.29.2] - 2020-03-09
62 - Revert unnecessary increase of minimum version of `libc` and `libloading`
64 ## [0.29.1] - 2020-03-06
67 - Added support for finding instances of `libclang` matching `libclang-*.so.*`
69 ## [0.29.0] - 2020-02-17
72 - Wrapped function pointer fields in `Option` in the `CXCursorAndRangeVisitor`
78 - Added support for `clang` 9.0.x
79 - Added missing `CXCallingConv_AArch64VectorCall` variant to `CXCallingConv` enum
80 - Added missing `clang_CompileCommand_getNumMappedSources` function
82 ## [0.28.1] - 2019-07-28
85 - Bumped `glob` version to `0.3.0`
86 - Improved error message when an invocation of an executable is not successful
87 - Allowed `LIBCLANG_PATH` to refer to a specific `libclang` instance (e.g.,
88 `/usr/local/lib/libclang.so.10`)
91 - Fixed
92 …[`libclang-cpp`](https://github.com/llvm-mirror/clang/commit/90d6722bdcbc2af52306f7e948c556ad6185a…
95 ## [0.28.0] - 2019-02-17
98 - Changed `llvm-config` to be first search candidate on macOS
101 - Added support for `clang` 8.0.x
104 - Removed `assert-minimum` feature
105 - Removed version detection for libraries without versions embedded in the filename
107 ## [0.27.0] - 2019-01-10
110 - Added version detection for libraries without versions embedded in the filename
113 - Added `assert-minimum` feature (see `README.md` for details)
115 ## [0.26.4] - 2018-12-29
118 - Added shared library path to `SharedLibrary` struct
120 ## [0.26.3] - 2018-11-14
123 - Disable default features of `libc` dependency
125 ## [0.26.2] - 2018-11-03
128 - Fixed dynamic linking on macOS
130 ## [0.26.1] - 2018-10-10
133 - Fixed support for finding libraries in `bin` directories on Windows
135 ## [0.26.0] - 2018-10-07
138 - Added support for finding libraries with version suffixes on Linux when using runtime linking (e.…
140 ## [0.25.0] - 2018-10-06
143 - Added support for versioned libraries on BSDs
145 ## [0.24.0] - 2018-09-15
148 - Reworked finding of libraries (see `README.md` for details)
151 - Added support for `clang` 7.0.x
153 ## [0.23.0] - 2018-06-16
156 - Changed `Clang::find` to skip dynamic libraries for an incorrect architecture on Windows
158 ## [0.22.0] - 2018-03-11
161 - Added support for `clang` 6.0.x
162 - Bumped `libc` version to `0.2.39`
163 - Bumped `libloading` version to `0.5.0`
165 ## [0.21.2] - 2018-02-17
168 - Added original errors to error messages
169 - Added support for searching for libraries in `LD_LIBRARY_PATH` directories
171 ## [0.21.1] - 2017-11-24
174 - Improved finding of versioned libraries (e.g., `libclang-3.9.so`)
177 …eta and nightly channels caused by a [compiler bug](https://github.com/KyleMayes/clang-sys/pull/69)
179 ## [0.21.0] - 2017-10-11
182 * Replaced `bitflags` usage with constants which avoids crashes on 32-bit Linux platforms
184 ## [0.20.1] - 2017-09-16
187 - Fixed static linking
189 ## [0.20.0] - 2017-09-14
192 - Added support for `clang` 5.0.x
193 - Added `clang` as a link target of this package
194 - Added dummy implementations of `is_loaded` for builds with the `static` Cargo feature enabled
196 ## [0.19.0] - 2017-07-02
199 - Bumped `bitflags` version to `0.9.1`
200 - Added `args` parameter to `Clang::new` function which passes arguments to the Clang executable
202 ## [0.18.0] - 2017-05-16
205 - Improved finding of versioned libraries (e.g., `libclang.so.3.9`)
207 ## [0.17.0] - 2017-05-08
210 - Changed storage type of include search paths from `Vec<PathBuf>` to `Option<Vec<PathBuf>>`
212 ## [0.16.0] - 2017-05-02
215 - Bumped `libloading` version to `0.4.0`
217 ## [0.15.2] - 2017-04-28
220 - Fixed finding of `libclang.so.1` on Linux
222 ## [0.15.1] - 2017-03-29
225 - Fixed static linking when libraries are in [different directories](https://github.com/KyleMayes/c…
227 ## [0.15.0] - 2017-03-13
230 - Added support for `clang` 4.0.x
233 - Changed functions in the `Functions` struct to be `unsafe` (`runtime` feature only)
234 - Changed `Clang::find` method to ignore directories and non-executable files
235 - Changed `Clang::find` to skip dynamic libraries for an incorrect architecture on FreeBSD and Linux
236 - Bumped `bitflags` version to `0.7.0`
238 ## [0.14.0] - 2017-01-30
241 - Changed all enum types from tuple structs to raw integers to avoid
242 [segmentation faults](https://github.com/rust-lang/rust/issues/39394) on some platforms
244 ## [0.13.0] - 2017-01-29
247 - Changed all opaque pointers types from tuple structs to raw pointers to avoid
248 [segmentation faults](https://github.com/rust-lang/rust/issues/39394) on some platforms
250 ## [0.12.0] - 2016-12-13
253 - Altered the runtime linking API to allow for testing the presence of functions
255 ## [0.11.1] - 2016-12-07
258 - Added support for linking to Clang on Windows from unofficial LLVM sources such as MSYS and MinGW
260 ## [0.11.0] - 2016-10-07
263 - Changed all enums from Rust enums to typed constants to avoid
264 [undefined behavior](https://github.com/KyleMayes/clang-sys/issues/42)
266 ## [0.10.1] - 2016-08-21
269 - Changed static linking on FreeBSD and macOS to link against `libc++` instead of `libstd++`
271 ## [0.10.0] - 2016-08-01
274 - Added `runtime` Cargo feature that links to `libclang` shared library at runtime
275 - Added `from_raw` method to `CXTypeLayoutError` enum
276 - Added implementations of `Deref` for opaque FFI structs
277 - Changed `Default` implementations for structs to zero out the struct
279 ## [0.9.0] - 2016-07-21
282 - Added documentation bindings
284 ## [0.8.1] - 2016-07-20
287 - Added `CLANG_PATH` environment variable for providing a path to `clang` executable
288 - Added usage of `llvm-config` to search for `clang`
289 - Added usage of `xcodebuild` to search for `clang` on macOS
291 ## [0.8.0] - 2016-07-18
294 - Added support for `clang` 3.9.x
297 - Bumped `libc` version to `0.2.14`
300 - Fixed `LIBCLANG_PATH` usage on Windows to search both the `bin` and `lib` directories
301 - Fixed search path parsing on macOS
302 - Fixed search path parsing on Windows
303 - Fixed default search path ordering on macOS
305 ## [0.7.2] - 2016-06-17
308 - Fixed finding of `clang` executables when system has executables matching `clang-*`
309 (e.g., `clang-format`)
311 ## [0.7.1] - 2016-06-10
314 - Bumped `libc` version to `0.2.12`
317 - Fixed finding of `clang` executables suffixed by their version (e.g., `clang-3.5`)
319 ## [0.7.0] - 2016-05-31
322 - Changed `Clang` struct `version` field type to `Option<CXVersion>`
324 ## [0.6.0] - 2016-05-26
327 - Added `support` module
330 - Fixed `libclang` linking on FreeBSD
331 - Fixed `libclang` linking on Windows with the MSVC toolchain
332 - Improved `libclang` static linking
334 ## [0.5.4] - 20160-5-19
337 - Added implementations of `Default` for FFI structs
339 ## [0.5.3] - 2016-05-17
342 - Bumped `bitflags` version to `0.7.0`
344 ## [0.5.2] - 2016-05-12
347 - Fixed `libclang` static linking
349 ## [0.5.1] - 2016-05-10
352 - Fixed `libclang` linking on macOS
353 - Fixed `libclang` linking on Windows
355 ## [0.5.0] - 2016-05-10
358 - Removed `rustc_version` dependency
359 - Removed support for `LIBCLANG_STATIC` environment variable
362 - Bumped `bitflags` version to `0.6.0`
363 - Bumped `libc` version to `0.2.11`
364 - Improved `libclang` search path
365 - Improved `libclang` static linking
367 ## [0.4.2] - 2016-04-20
370 - Bumped `libc` version to `0.2.10`
372 ## [0.4.1] - 2016-04-02
375 - Bumped `libc` version to `0.2.9`
376 - Bumped `rustc_version` version to `0.1.7`
378 ## [0.4.0] - 2016-03-28
381 - Removed support for `clang` 3.4.x
383 ## [0.3.1] - 2016-03-21
386 - Added support for finding `libclang`
388 ## [0.3.0] - 2016-03-16
391 - Removed build system types and functions
394 - Added support for `clang` 3.4.x
397 - Bumped `bitflags` version to `0.5.0`
398 - Bumped `libc` version to `0.2.8`
400 ## [0.2.1] - 2016-02-13
403 - Simplified internal usage of conditional compilation
404 - Bumped `bitflags` version to `0.4.0`
405 - Bumped `libc` version to `0.2.7`
406 - Bumped `rustc_version` version to `0.1.6`
408 ## [0.2.0] - 2016-02-12
411 - Added support for `clang` 3.8.x
413 ## [0.1.2] - 2015-12-29
416 - Added derivations of `Debug` for FFI structs
418 ## [0.1.1] - 2015-12-26
421 - Added derivations of `PartialOrd` and `Ord` for FFI enums
423 ## [0.1.0] - 2015-12-22
424 - Initial release