Blender Git Loki
Git Commits -> Revision d75216b
Revision d75216b by Campbell Barton (master) January 23, 2011, 11:42 (GMT) |
- fix problem with cmake, windows 'RelWithDebInfo' target, was giving error: "ImportError: No module named _socket" because of copying wrong files over. - move test -> tests, this name is used elsewhere in lib/tests. - change interface code not to loop on a float value (clang warning), harmless, but with extreme cases an eternal loop would still be possible though unlikely. |
Commit Details:
Full Hash: d75216ba1c0fbaae1f2fe20741f23b9c35816eca
SVN Revision: 34463
Parent Commit: 552b367
Lines Changed: +985, -982
5 Added Paths:
/source/tests/bl_test.py (+195, -0) (View)
/source/tests/CMakeLists.txt (+253, -0) (View)
/source/tests/pep8.py (+101, -0) (View)
/source/tests/rna_array.py (+297, -0) (View)
/source/tests/rna_info_dump.py (+131, -0) (View)
/source/tests/CMakeLists.txt (+253, -0) (View)
/source/tests/pep8.py (+101, -0) (View)
/source/tests/rna_array.py (+297, -0) (View)
/source/tests/rna_info_dump.py (+131, -0) (View)
5 Deleted Paths:
/source/test/bl_test.py (+0, -195)
/source/test/CMakeLists.txt (+0, -253)
/source/test/pep8.py (+0, -101)
/source/test/rna_array.py (+0, -297)
/source/test/rna_info_dump.py (+0, -131)
/source/test/CMakeLists.txt (+0, -253)
/source/test/pep8.py (+0, -101)
/source/test/rna_array.py (+0, -297)
/source/test/rna_info_dump.py (+0, -131)