Skip to content
Snippets Groups Projects
  1. Jul 11, 2019
    • Brad King's avatar
      CMakeDetermineCompilerId: Consider UTF-16 encodings of INFO strings · d1f38ba6
      Brad King authored
      Our compiler identification source encodes `INFO:compiler[...]` and
      similar strings in compiled objects or binaries that we then extract to
      get information about the compiler.  With most compilers the strings are
      encoded in the binaries as a simple byte sequence.  However, some
      compilers use other encodings.  For example, the MS CSharp compiler uses
      UTF-16LE and a TI compiler uses UTF-16BE.  Try each encoding.
      
      Fixes: #19459
      d1f38ba6
  2. May 14, 2019
  3. Apr 02, 2018
  4. Nov 07, 2017
  5. Apr 19, 2017
  6. Dec 15, 2016
Loading