reformat changelog

This commit is contained in:
Thomas Pöchtrager 2014-04-14 22:05:41 +02:00
parent 1e8ede1d78
commit e2ffb65509

View File

@ -1,38 +1,69 @@
0.7: /******************************* v0.7 *******************************/
- added: new compiler wrapper written in C++
- added: '-oc-use-gcc-libs' option (uses './build_gcc.sh' libstdc++)
- added: 10.6 SDK support (10.4-10.9 are all supported now)
- added: 'sw_vers' tool, which is required by some projects
- added: OS X support (as host)
- changed: 'osxcross-conf', 'osxcross-env' and the (fake) 'dsymutil' are now implemented in the wrapper
- changed: switched to two-space indents
0.6: added:
- added: NetBSD support * new compiler wrapper written in C++
- added: dependencies installer script (Don Bright) * '-oc-use-gcc-libs' option (uses './build_gcc.sh' libstdc++)
- added: SDK package script * 10.6 SDK support (10.4-10.9 are all supported now)
* 'sw_vers' tool, which is required by some projects
* '-stdlib=' support for gcc (as an extension through the wrapper)
* OS X support (as host)
0.5: changed:
- fixed: help clang to find its own intrinsic headers (this issue appears to be fixed in clang 3.4+) * 'osxcross-conf', 'osxcross-env' and the (fake) 'dsymutil' are now
- changed: attempt to make the toolchain less path dependent implemented in the wrapper
- fixed: building the toolchain on 32 bit systems * <arch>-apple-darwinXX-cc/c++ defaults now to clang
- added: libc++ support (for both, clang and gcc) * switched to two-space indents
- changed: update cctools to 845
- added: FreeBSD support
0.4: /******************************* v0.6 *******************************/
- added: gcc support
- added: a workaround for buggy unistd.h headers
0.3: added:
- added: 10.9 SDK support * NetBSD support
- added: *-apple-darwin*-clang* symlinks (same as invoking o32-clang or o64-clang++) * dependencies installer script (Don Bright)
- changed: no need to build extra cctools binaries for targeting i386, symlinking the x86_64 builds works as well * SDK packaging script
0.2: /******************************* v0.5 *******************************/
- changed: update cctools to 839 with ld64-134.9
- added: check for broken unistd.h
- fixed: check if MacOSX package is present in tarballs
- added: comments in build.sh
0.1: - added:
* libc++ support (for both, clang and gcc)
* FreeBSD support
changed:
* attempt to make the toolchain less path dependent
* update cctools to 845
fixed:
* help clang to find its own intrinsic headers
(this issue appears to be fixed in clang 3.4+)
* building the toolchain on 32 bit systems
/******************************* v0.4 *******************************/
added:
* gcc support
* a workaround for buggy unistd.h headers
/******************************* v0.3 *******************************/
added:
* 10.9 SDK support
* *-apple-darwin*-clang* symlinks (same as invoking oXX-clang)
changed:
* no need to build extra cctools binaries for targeting i386,
symlinking the x86_64 builds works as well
/******************************* v0.2 *******************************/
added:
* a check for broken unistd.h
* comments to build.sh
changed:
* update cctools to 839 with ld64-134.9
fixed:
* check if MacOSX package is present in tarballs
/******************************* v0.1 *******************************/
initial commit.