Skip to content

Releases: wimal-build/wimal

0.4.2

05 Jul 14:40
e113d4d
Compare
Choose a tag to compare

Changes:

  • e113d4d [wimal] Fix the definition of __ANDROID_API__.
  • a260fc6 [azure] Add a job to build on macos.
  • bf96f5c [ld64] Use blocks runtime from compiler-rt.
  • 250a2d9 [cmake] Adapt to build on macosx.

This list of changes was auto generated.

0.4.0

04 Jul 14:10
2668253
Compare
Choose a tag to compare

Changes:

  • 2668253 [cctools] Add cmake project to build cctools.
  • 6ccb50c [cctools] Import cctools-921.
  • 097e029 [cmake] Install dsymutil.
  • 81fac9f [ld64] Fix symtab parsing for 32bit targets.

This list of changes was auto generated.

0.4.1

05 Jul 02:20
a260fc6
Compare
Choose a tag to compare

Changes:

  • a260fc6 [azure] Add a job to build on macos.
  • bf96f5c [ld64] Use blocks runtime from compiler-rt.
  • 250a2d9 [cmake] Adapt to build on macosx.

This list of changes was auto generated.

0.3.1

01 Jul 09:44
Compare
Choose a tag to compare
[wimal] Fix the `_Float16` problem with NDKr19.

- [sysroot] Change the default api level of android to 17.

0.3.0

29 Jun 08:15
d644c14
Compare
Choose a tag to compare
[llvm] Link LLVM shared library.

- [cmake] Enable LTO in 'CcToolchain.cmake'.
- [azure] Change the `CMAKE_BUILD_TYPE` to 'Release'.

0.2.6

28 Jun 23:10
e474b5d
Compare
Choose a tag to compare
[llvm] Add 'plugin-api.h' for LLVMgold.

- [cmake] Enable LTO support.
- [cmake] Enable PIC support.
- [cmake] Add install target 'LLVMgold'.

0.2.5

28 Jun 11:07
Compare
Choose a tag to compare
[sysroot] Fix '-lpthread' for android.

0.2.4

26 Jun 08:25
Compare
Choose a tag to compare
[sysroot] Include the libatomic and android_support headers for andro…

0.2.3

21 Jun 12:22
Compare
Choose a tag to compare
[cmake] Add CcToolchain.cmake to support bootstrapping the project.

- [azure] Enable bootstrapping the project.
- [azure] Install libc++ before building.
- [cmake] Do not use the $<TARGET_FILE_DIR:tgt> expression.

0.2.2

21 Jun 02:03
Compare
Choose a tag to compare
[ld64] Fix the implementation of qsort_r.

See the difference declarations of qsort_r between Linux and BSD.
- https://www.freebsd.org/cgi/man.cgi?query=qsort_r
- https://linux.die.net/man/3/qsort_r