618 Commits

Author SHA1 Message Date
8f4a069c1c use "enum class" instead of "enum" at "CharCodePage". 2021-07-27 11:32:39 +08:00
468aa44622 updated Map.cpp 2021-06-21 20:37:13 +08:00
f42fd8a5b8 added ENUM_CLASS_FOR macro. 2021-06-16 20:27:56 +08:00
109e52db4d used uint32 instead of size_t 2021-06-16 11:42:08 +08:00
c22207b640 add ENUM_CLASS_RANGE_ERROR_RETURN_NULLPTR 2021-06-08 20:33:16 +08:00
77644ce65b add BOM header 2021-05-22 18:25:39 +08:00
49a0ab43af Merge branch 'master' of https://github.com/hyzboy/CMCore into HEAD 2021-05-10 11:26:29 +08:00
5de4e0822d split Math/Physics/Time const to new files. 2021-05-10 11:25:21 +08:00
374da41a24 add posix_memalign comment. 2021-05-08 17:56:41 +08:00
37c49f4865 1.add CheckElementMemcmp construct function.
2.add Value post at indexOf/isMember/Remove functions.
2021-05-08 12:03:55 +08:00
8865308010 new Collection class. it not use template. 2021-05-07 18:59:42 +08:00
ff671074f5 added BOM in all files of datatype. 2021-05-07 11:12:58 +08:00
8903a7675f added Collection.cpp 2021-05-06 22:22:25 +08:00
6d0547ca13 added GetSpectralColor function. 2021-05-06 16:43:50 +08:00
0a7b1ff3af updated Collection.h 2021-04-26 20:36:06 +08:00
ec23a526af Merge branch 'master' of https://github.com/hyzboy/CMCore 2021-04-07 16:26:42 +08:00
064a4ae3cb added override flag. 2021-04-07 16:26:34 +08:00
91d408d10c create a Alloc() it's pure-virtual function 2021-03-25 19:56:20 +08:00
f71266bd85 add Get/Set/Exchange/Free functions at Collection template. 2021-03-20 12:39:35 +08:00
6f63956b9d added Free() function at MemoryBlock/MemoryAllocator class. 2021-03-20 12:39:02 +08:00
aca6aa4ee2 add isMember function. Remove() use CheckElement template 2021-03-19 16:35:19 +08:00
88d6590950 add indexOf,Remove(object),Remove(Collection<T>) functions at Collection template. 2021-03-19 11:55:40 +08:00
50ab1250ba add Insert,RemoveAt functions at Collection template. 2021-03-19 11:28:10 +08:00
18026cedf8 add MemoryBlock::Copy function. 2021-03-19 11:24:51 +08:00
b8c76fea90 updated MemoryAllocator/MemoryBlock/Collection 2021-03-12 18:08:27 +08:00
16c7c8a55d add ToArrays() and Remove() functions at Collection template. 2021-03-11 20:04:33 +08:00
ec44cb756e layout codes. 2021-03-10 14:26:04 +08:00
5099410616 add MemoryAllocator/MemoryBlock codes. 2021-03-07 20:01:13 +08:00
9984b9d75c updated Collection.h 2021-02-24 20:04:12 +08:00
c4c52a14ae added Collection.h 2021-02-23 19:55:53 +08:00
f52b7ac971 增加RAD 360定义 2021-02-03 14:31:54 +08:00
74f7f146ba renamed from MacOS.h to Apple.h 2021-01-27 10:29:38 +08:00
d065f24770 splited the filename functions to Filename.h from FileSystem.h 2021-01-21 11:52:37 +08:00
c24ffdd2f2 add iso-8859-1 to 15 codepages. 2021-01-18 15:30:39 +08:00
390f7618e3 use ProcFolderBegin/ProcFolderEnd instead of ProcFolder 2021-01-15 20:27:35 +08:00
f9441705c1 improved data pointer at StringList.h 2021-01-15 20:27:15 +08:00
27058bd1f2 fixed LogInfo.h include at List.cpp 2021-01-15 20:26:41 +08:00
90cf3d825c add marco define at Microsoft.h 2021-01-15 20:26:15 +08:00
e1cac2e790 fixed two values of function name error. 2021-01-15 20:25:49 +08:00
162a6ce2f2 add 2d matrix functions, they are translate/scale/rotate 2020-12-09 16:28:21 +08:00
b3bbccfabc value rename, use AllocCount instead of max_count 2020-12-09 16:26:59 +08:00
52d0077fa9 fixed a bug it's add ! at error position. 2020-12-09 13:03:56 +08:00
64cc9345d0 add Matrix4f.cpp, moved a lot of codes to Matrix4f.cpp 2020-11-19 18:25:20 +08:00
16f8e89f5b force used the double type at length_squared_2d. 2020-11-16 16:50:40 +08:00
0bcfed4e93 fix a bug, it's adaptive a error vector type. 2020-11-12 16:12:11 +08:00
4014c119cb add PolarToVector3f/4f functions. 2020-11-11 22:37:16 +08:00
6016f55c56 remove excess include file. 2020-11-11 17:52:18 +08:00
4e52030bf8 add align_up,align_down,divide_rounding_up functions. 2020-11-11 17:51:05 +08:00
41b70d4744 add comments 2020-11-09 15:14:28 +08:00
28bf928b3b add ComboFilename function. 2020-11-09 13:14:22 +08:00