Просмотр исходного кода

simplify the filenames of some bitmap-related files

Ioannis Koutras лет назад: 12
Родитель
Сommit
4517b6cc9b

+ 4 - 4
src/CMakeLists.txt

@@ -130,10 +130,10 @@ elseif(RAW_BLOCKS_TYPE STREQUAL "bitmap")
 
   set(dmmlib_SRCS
     ${dmmlib_SRCS}
-    bitmap/bitmap_other.c
-    bitmap/bitmap_malloc.c
-    bitmap/bitmap_free.c
-    bitmap/bitmap_realloc.c
+    bitmap/other.c
+    bitmap/malloc.c
+    bitmap/free.c
+    bitmap/realloc.c
     memmove.c
     )
 

+ 1 - 1
src/bitmap/bitmap_free.c

@@ -16,7 +16,7 @@
  */
 
 /**
- * @file   bitmap_free.c
+ * @file   bitmap/free.c
  * @author Ilias Pliotas, Ioannis Koutras
  * @date   September 2012
  * @brief  free() implementation for bitmap-organized raw blocks

+ 1 - 1
src/bitmap/bitmap_malloc.c

@@ -16,7 +16,7 @@
  */
 
 /**
- * @file   bitmap_malloc.c
+ * @file   bitmap/malloc.c
  * @author Ilias Pliotas, Ioannis Koutras
  * @date   September, 2012
  * @brief  malloc() implementation for bitmap-organized raw blocks

+ 1 - 1
src/bitmap/bitmap_other.c

@@ -16,7 +16,7 @@
  */
 
 /**
- * @file   bitmap_other.c
+ * @file   bitmap/other.c
  * @author Ilias Pliotas, Ioannis Koutras
  * @date   September 2012
  * @brief  Helping functions for bitmap-organized raw blocks

+ 1 - 1
src/bitmap/bitmap_realloc.c

@@ -16,7 +16,7 @@
  */
 
 /**
- * @file   bitmap_realloc.c
+ * @file   bitmap/realloc.c
  * @author Ilias Pliotas, Ioannis Koutras
  * @date   September 2012
  * @brief  realloc() implementation for bitmap-organized raw blocks

+ 1 - 1
src/other.c

@@ -16,7 +16,7 @@
  */
 
 /**
- * @file   other.c
+ * @file   src/other.c
  * @author Ioannis Koutras (joko@microlab.ntua.gr)
  * @date   October 2012
  *

+ 1 - 1
src/realloc.c

@@ -16,7 +16,7 @@
  */
 
 /**
- * @file   realloc.c
+ * @file   src/realloc.c
  * @author Ioannis Koutras (joko@microlab.ntua.gr)
  * @date   September 2012
  *