3ae127ad22fb3b5eda53b1f3f04e815c602af4e3
[platform/upstream/libatomic_ops.git] / TODO
1 TODO tasks
2 ==========
3
4 Drop all contents of ChangeLog in favor of Git commit annotation model.
5 My opinion is that ChangeLog should be updated only on official releases and
6 contain only major changes.
7
8 FIXME: make check (test_stack) fails on Linux/x86 with GCC v4.6.1.
9 This either a bug in our code or in GCC. In the latter case, it might worth
10 to create a work-around if possible.
11
12 Review build process: make invokes configure unnecessarily.
13 Don't create autom4te.cache (or, at least, remove it on make distclean).
14
15 Add equivalent of __sync_val_compare_and_swap. Add tests.
16
17 Review and fix warnings displayed with -Wall -Wextra.
18
19 Add atomic_ops.pc.in; adjust scripts and gitignore.