Code

Node tool: correctly save node skewing to undo history
[inkscape.git] / cxxtest / TODO
1 This is an -*- Outline -*- of ideas for future versions of CxxTest.
2 It is not meant to be "human readable".
4 * CxxTest To Do list
6 ** Mock framework
8 Write some mocks
10 *** Distribution
11 Seperate packages (w/ binaries)?  How would that be used?
12 For Windows: .lib for "Real" and "Mock" parts.
13 For Linux: Maybe. Different compilers etc.
14 So probably only source release with Makefiles and .ds[pw]?  Or just Win32 binary.
16 **** Installation?
17 extract cxxtest-x.y.z.tar.gz
18 (extract cxxtest-mock-x.y.z.tar.gz) ?
19 make -C cxxtest/Real
20 make -C cxxtest/Mock
22 or maybe make -C cxxtest -f Makefile.mock
23 but then Makefile.mock.bcc32, Makefile.mock.msvc, Makefile.mock.gcc, and heaven knows what else.
25 Could put the Makefile.mock.* in cxxtest/Real and cxxtest/Mock or in cxxtest/T
27 Maybe this should be a different package altogether?
28 Seems logical, since they evolve separately.  But then you'd want to download both.
30 ** Thoughts
31 -fomit-frame-pointer
33 ** TS_HEX