From: Ivan Maidanski Date: Wed, 21 Mar 2012 15:37:14 +0000 (+0400) Subject: Update TODO file X-Git-Tag: gc7_3alpha2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=931a5502c6ea6a15f080365f83aba8849984302c;p=platform%2Fupstream%2Flibgc.git Update TODO file --- diff --git a/TODO b/TODO index 4433579..17fd12c 100644 --- a/TODO +++ b/TODO @@ -7,8 +7,6 @@ compiler runtime, provided it is reliable, or from the future libatomic_ops). Add a test for libatomic_ops minimal version required (at compile time). -Merge symbian branch to master. - windows-untested: Remove if CMake can generate MS Visual Studio 6.0, 7.0, 8.0 project files. @@ -22,6 +20,9 @@ auto-generated Makefile) instead. (Same for EMX_MAKEFILE.) build_atomic_ops.sh[.cygwin]: Remove if really not needed. +BCC_MAKEFILE, EMX_MAKEFILE, OS2_MAKEFILE, PCR-Makefile, WCC_MAKEFILE, +SMakefile.amiga, Makefile.dj, digimars.mak: move to "build" folder. + Do type-punning via union (instead of pointer type cast) to enable safe '-fstrict-aliasing' compiler optimization option.