Adil Ibragimov
8a4a1bb018
Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
2014-08-13 15:21:35 +04:00
..
2014-08-05 20:12:35 +04:00
2014-08-13 15:21:35 +04:00
2014-08-13 15:21:35 +04:00
2014-06-16 11:18:52 +04:00
2014-08-05 20:12:35 +04:00
2014-07-31 17:55:59 +04:00
2014-08-05 20:12:35 +04:00
2014-06-16 11:18:52 +04:00
2014-06-16 11:18:52 +04:00
2014-06-16 11:18:52 +04:00
2014-02-03 13:23:59 +04:00
2014-08-01 09:28:19 +02:00
2014-07-17 09:43:21 -07:00
2014-06-16 11:18:52 +04:00
2014-08-05 20:12:35 +04:00
2014-08-13 15:21:35 +04:00
2014-08-13 15:21:35 +04:00
2014-08-07 06:34:31 +00:00
2014-08-13 15:21:35 +04:00
2014-08-13 15:21:35 +04:00
2014-08-12 00:03:40 +04:00
2014-08-13 15:21:35 +04:00
2014-08-13 15:21:35 +04:00
2014-08-13 15:21:35 +04:00
2014-08-05 20:12:35 +04:00
2014-08-11 23:26:39 +04:00
2014-08-10 00:10:05 +04:00
2014-08-13 15:21:35 +04:00
2014-08-10 23:24:16 +04:00
2014-08-13 15:21:35 +04:00
2014-08-13 15:21:35 +04:00
2014-08-13 10:51:46 +00:00
2014-07-14 23:16:47 +04:00
2014-08-11 14:50:08 +04:00
2014-08-08 15:57:54 +04:00
2014-08-05 20:12:35 +04:00