[Groonga-commit] groonga/groonga at d01e0b1 [master] ts: rename source files

Back to archive index

susumu.yata null+****@clear*****
Tue Aug 11 13:30:37 JST 2015


susumu.yata	2015-08-11 13:30:37 +0900 (Tue, 11 Aug 2015)

  New Revision: d01e0b17db3200002443289ec30aea97ac71a7db
  https://github.com/groonga/groonga/commit/d01e0b17db3200002443289ec30aea97ac71a7db

  Message:
    ts: rename source files
    
    lib/egn.cpp -> lib/ts.cpp
    lib/grn_egn.h -> lib/grn_ts.h
    lib/grn_egn.hpp -> lib/grn_ts.hpp
    
    GitHub: #372

  Modified files:
    lib/CMakeLists.txt
    lib/proc.c
    lib/sources.am
  Renamed files:
    lib/grn_ts.h
      (from lib/grn_egn.h)
    lib/grn_ts.hpp
      (from lib/grn_egn.hpp)
    lib/ts.cpp
      (from lib/egn.cpp)

  Modified: lib/CMakeLists.txt (+1 -1)
===================================================================
--- lib/CMakeLists.txt    2015-08-10 17:38:51 +0900 (ac559ba)
+++ lib/CMakeLists.txt    2015-08-11 13:30:37 +0900 (17995ea)
@@ -36,7 +36,7 @@ string(REGEX REPLACE "([^;]+)" "mrb/\\1"
 set_source_files_properties(${LIBGROONGA_SOURCES} ${LIBGRNMRB_SOURCES}
   PROPERTIES
   COMPILE_FLAGS "${GRN_C_COMPILE_FLAGS}")
-set_source_files_properties(dat.cpp egn.cpp ${LIBGRNDAT_SOURCES}
+set_source_files_properties(dat.cpp ts.cpp ${LIBGRNDAT_SOURCES}
   PROPERTIES
   COMPILE_FLAGS "${GRN_CXX_COMPILE_FLAGS}")
 

  Renamed: lib/grn_ts.h (+3 -3) 98%
===================================================================
--- lib/grn_egn.h    2015-08-10 17:38:51 +0900 (68d571e)
+++ lib/grn_ts.h    2015-08-11 13:30:37 +0900 (b230db1)
@@ -16,8 +16,8 @@
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
-#ifndef GRN_EGN_H
-#define GRN_EGN_H
+#ifndef GRN_TS_H
+#define GRN_TS_H
 
 #include "grn.h"
 
@@ -128,4 +128,4 @@ grn_rc grn_egn_select(grn_ctx *ctx, grn_obj *table,
 }
 #endif
 
-#endif /* GRN_EGN_H */
+#endif /* GRN_TS_H */

  Renamed: lib/grn_ts.hpp (+4 -4) 98%
===================================================================
--- lib/grn_egn.hpp    2015-08-10 17:38:51 +0900 (a3d6266)
+++ lib/grn_ts.hpp    2015-08-11 13:30:37 +0900 (632977d)
@@ -16,13 +16,13 @@
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
-#ifndef GRN_EGN_HPP
-#define GRN_EGN_HPP
+#ifndef GRN_TS_HPP
+#define GRN_TS_HPP
 
 #include <cstring>
 #include <vector>
 
-#include "grn_egn.h"
+#include "grn_ts.h"
 
 namespace grn {
 namespace egn {
@@ -283,4 +283,4 @@ class Expression {
 }  // namespace egn
 }  // namespace grn
 
-#endif  // GRN_EGN_HPP
+#endif  // GRN_TS_HPP

  Modified: lib/proc.c (+1 -1)
===================================================================
--- lib/proc.c    2015-08-10 17:38:51 +0900 (71ff62f)
+++ lib/proc.c    2015-08-11 13:30:37 +0900 (ee31646)
@@ -27,7 +27,7 @@
 #include "grn_expr.h"
 
 #ifdef GRN_WITH_EGN
-# include "grn_egn.h"
+# include "grn_ts.h"
 #endif /* GRN_WITH_EGN */
 
 #include <string.h>

  Modified: lib/sources.am (+3 -3)
===================================================================
--- lib/sources.am    2015-08-10 17:38:51 +0900 (9d43e7a)
+++ lib/sources.am    2015-08-11 13:30:37 +0900 (a76fac3)
@@ -11,9 +11,9 @@ libgroonga_la_SOURCES =				\
 	grn_dat.h				\
 	db.c					\
 	grn_db.h				\
-	egn.cpp					\
-	grn_egn.h				\
-	grn_egn.hpp				\
+	ts.cpp					\
+	grn_ts.h				\
+	grn_ts.hpp				\
 	error.c					\
 	grn_error.h				\
 	expr.c					\

  Renamed: lib/ts.cpp (+1 -1) 99%
===================================================================
--- lib/egn.cpp    2015-08-10 17:38:51 +0900 (9f0005b)
+++ lib/ts.cpp    2015-08-11 13:30:37 +0900 (51f2981)
@@ -18,7 +18,7 @@
 
 #ifdef GRN_WITH_EGN
 
-#include "grn_egn.hpp"
+#include "grn_ts.hpp"
 
 #include <cctype>
 #include <cstdio>
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index