File indexing completed on 2024-10-13 04:16:10
0001 /****************************************************************************** 0002 * This file is part of the Gluon Development Platform 0003 * Copyright (c) 2011 Laszlo Papp <djszapi@archlinux.us> 0004 * 0005 * This library is free software; you can redistribute it and/or 0006 * modify it under the terms of the GNU Lesser General Public 0007 * License as published by the Free Software Foundation; either 0008 * version 2.1 of the License, or (at your option) any later version. 0009 * 0010 * This library is distributed in the hope that it will be useful, 0011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 0012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 0013 * Lesser General Public License for more details. 0014 * 0015 * You should have received a copy of the GNU Lesser General Public 0016 * License along with this library; if not, write to the Free Software 0017 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 0018 */ 0019 0020 #ifndef INCLUDE_QGIT2_H 0021 #define INCLUDE_QGIT2_H 0022 0023 #define LIBQGIT2_VERSION "0.22.1" 0024 #define LIBQGIT2_VER_MAJOR 0 0025 #define LIBQGIT2_VER_MINOR 22 0026 #define LIBQGIT2_VER_REVISION 1 0027 0028 #define LIBQGIT2_SOVERSION 1 0029 0030 #include "qgit2/qgitblob.h" 0031 #include "qgit2/qgitcheckoutoptions.h" 0032 #include "qgit2/qgitcherrypickoptions.h" 0033 #include "qgit2/qgitcommit.h" 0034 #include "qgit2/qgitconfig.h" 0035 #include "qgit2/qgitcredentials.h" 0036 #include "qgit2/qgitdatabase.h" 0037 #include "qgit2/qgitdatabasebackend.h" 0038 #include "qgit2/qgitdiff.h" 0039 #include "qgit2/qgitdiffdelta.h" 0040 #include "qgit2/qgitdifffile.h" 0041 #include "qgit2/qgitexception.h" 0042 #include "qgit2/qgitglobal.h" 0043 #include "qgit2/qgitindex.h" 0044 #include "qgit2/qgitindexentry.h" 0045 #include "qgit2/qgitindexmodel.h" 0046 #include "qgit2/qgitmergeoptions.h" 0047 #include "qgit2/qgitobject.h" 0048 #include "qgit2/qgitoid.h" 0049 #include "qgit2/qgitref.h" 0050 #include "qgit2/qgitremote.h" 0051 #include "qgit2/qgitrepository.h" 0052 #include "qgit2/qgitrevwalk.h" 0053 #include "qgit2/qgitsignature.h" 0054 #include "qgit2/qgitstatus.h" 0055 #include "qgit2/qgitstatusentry.h" 0056 #include "qgit2/qgitstatuslist.h" 0057 #include "qgit2/qgitstatusoptions.h" 0058 #include "qgit2/qgittag.h" 0059 #include "qgit2/qgittree.h" 0060 #include "qgit2/qgittreeentry.h" 0061 0062 #endif