Kouhei Sutou
null+****@clear*****
Sat May 13 10:49:02 JST 2017
Kouhei Sutou 2017-05-13 10:49:02 +0900 (Sat, 13 May 2017) New Revision: 26b0d0e79775644bbbe79d2ada913943b39a9288 https://github.com/groonga/groonga/commit/26b0d0e79775644bbbe79d2ada913943b39a9288 Message: Add missing files Added files: include/groonga.hpp include/groonga/arrow.hpp Modified files: include/Makefile.am include/groonga/Makefile.am Modified: include/Makefile.am (+3 -1) =================================================================== --- include/Makefile.am 2017-05-13 10:46:39 +0900 (19ced0d) +++ include/Makefile.am 2017-05-13 10:49:02 +0900 (c7dee71) @@ -1,6 +1,8 @@ SUBDIRS = groonga -pkginclude_HEADERS = groonga.h +pkginclude_HEADERS = \ + groonga.h \ + groonga.hpp EXTRA_DIST = \ CMakeLists.txt Added: include/groonga.hpp (+23 -0) 100644 =================================================================== --- /dev/null +++ include/groonga.hpp 2017-05-13 10:49:02 +0900 (d847d03) @@ -0,0 +1,23 @@ +/* + Copyright(C) 2017 Brazil + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +*/ + +#pragma once + +#include "groonga.h" + +#include "groonga/arrow.hpp" Modified: include/groonga/Makefile.am (+1 -0) =================================================================== --- include/groonga/Makefile.am 2017-05-13 10:46:39 +0900 (28f8ba2) +++ include/groonga/Makefile.am 2017-05-13 10:49:02 +0900 (034036a) @@ -2,6 +2,7 @@ groonga_includedir = $(pkgincludedir)/groonga groonga_include_HEADERS = \ accessor.h \ array.h \ + arrow.h \ cache.h \ column.h \ command.h \ Added: include/groonga/arrow.hpp (+19 -0) 100644 =================================================================== --- /dev/null +++ include/groonga/arrow.hpp 2017-05-13 10:49:02 +0900 (ba9bc35) @@ -0,0 +1,19 @@ +/* + Copyright(C) 2017 Brazil + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +*/ + +#pragma once -------------- next part -------------- HTML����������������������������... 다운로드