Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
code
PTable
Commits
87f88491
Commit
87f88491
authored
Nov 29, 2017
by
Philipp Götze
Browse files
Updated License information
parent
c10ec9d9
Changes
15
Hide whitespace changes
Inline
Side-by-side
src/PBPTree.hpp
View file @
87f88491
/*
* Copyright (c) 2017 The PTable team,
* All Rights Reserved.
* Copyright (C) 2017 DBIS Group - TU Ilmenau, All Rights Reserved.
*
* This file is part of
the
PTable
package
.
* This file is part of PTable.
*
* PTable is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
(GPL) as
*
published by
the Free Software Foundation
;
either version
2
of
*
the License, or
(at your option) any later version.
* PTable is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3
of
the License, or
* (at your option) any later version.
*
*
This packag
e is distributed in the hope that it will be useful,
*
PTabl
e 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
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file LICENSE.
* If not you can find the GPL at http://www.gnu.org/copyleft/gpl.html
* along with PTable. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef PBPTree_hpp_
...
...
src/PTable.hpp
View file @
87f88491
/*
* Copyright (C) 2017
Philipp Götze
, All Rights Reserved.
* Copyright (C) 2017
DBIS Group - TU Ilmenau
, All Rights Reserved.
*
* This file is part of PTable.
*
...
...
src/bench/insert.cpp
View file @
87f88491
/*
* Copyright (C) 2017 DBIS Group - TU Ilmenau, All Rights Reserved.
*
* This file is part of PTable.
*
* PTable is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* PTable 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with PTable. If not, see <http://www.gnu.org/licenses/>.
*/
#include
<chrono>
#include
<unistd.h>
#include
"PTable.hpp"
...
...
src/bench/point.cpp
View file @
87f88491
/*
* Copyright (C) 2017 DBIS Group - TU Ilmenau, All Rights Reserved.
*
* This file is part of PTable.
*
* PTable is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* PTable 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with PTable. If not, see <http://www.gnu.org/licenses/>.
*/
#include
<unistd.h>
#include
"benchmark/benchmark.h"
...
...
src/bench/scan.cpp
View file @
87f88491
/*
* Copyright (C) 2017 DBIS Group - TU Ilmenau, All Rights Reserved.
*
* This file is part of PTable.
*
* PTable is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* PTable 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with PTable. If not, see <http://www.gnu.org/licenses/>.
*/
#include
<unistd.h>
#include
"benchmark/benchmark.h"
...
...
src/core/BDCCInfo.hpp
View file @
87f88491
/*
* Copyright (c) 2017 The PTable team,
* All Rights Reserved.
* Copyright (C) 2017 DBIS Group - TU Ilmenau, All Rights Reserved.
*
* This file is part of
the
PTable
package
.
* This file is part of PTable.
*
* PTable is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
(GPL) as
*
published by
the Free Software Foundation
;
either version
2
of
*
the License, or
(at your option) any later version.
* PTable is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3
of
the License, or
* (at your option) any later version.
*
*
This packag
e is distributed in the hope that it will be useful,
*
PTabl
e 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
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file LICENSE.
* If not you can find the GPL at http://www.gnu.org/copyleft/gpl.html
* along with PTable. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef BDCCInfo_hpp_
...
...
src/core/DataNode.hpp
View file @
87f88491
/*
* Copyright (c) 2017 The PTable team,
* All Rights Reserved.
* Copyright (C) 2017 DBIS Group - TU Ilmenau, All Rights Reserved.
*
* This file is part of
the
PTable
package
.
* This file is part of PTable.
*
* PTable is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
(GPL) as
*
published by
the Free Software Foundation
;
either version
2
of
*
the License, or
(at your option) any later version.
* PTable is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3
of
the License, or
* (at your option) any later version.
*
*
This packag
e is distributed in the hope that it will be useful,
*
PTabl
e 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
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file LICENSE.
* If not you can find the GPL at http://www.gnu.org/copyleft/gpl.html
* along with PTable. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DataNode_hpp_
...
...
src/core/PTableException.hpp
View file @
87f88491
/*
* Copyright (
c
) 2017
The PTable team
, All Rights Reserved.
* Copyright (
C
) 2017
DBIS Group - TU Ilmenau
, All Rights Reserved.
*
* This file is part of
the
PTable
package
.
* This file is part of PTable.
*
* PTable is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
(GPL) as
*
published by
the Free Software Foundation
;
either version
2
of
*
the License, or
(at your option) any later version.
* PTable is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3
of
the License, or
* (at your option) any later version.
*
*
This packag
e is distributed in the hope that it will be useful,
*
PTabl
e 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
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file LICENSE.
* If not you can find the GPL at http://www.gnu.org/copyleft/gpl.html
* along with PTable. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef PTableException_hpp_
...
...
src/core/PTableInfo.cpp
View file @
87f88491
/*
* Copyright (C) 2017 DBIS Group - TU Ilmenau, All Rights Reserved.
*
* This file is part of PTable.
*
* PTable is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* PTable 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with PTable. If not, see <http://www.gnu.org/licenses/>.
*/
#include
"PTableInfo.hpp"
#include
<sstream>
...
...
src/core/PTableInfo.hpp
View file @
87f88491
/*
* Copyright (
c
) 2017
The PTable team
, All Rights Reserved.
* Copyright (
C
) 2017
DBIS Group - TU Ilmenau
, All Rights Reserved.
*
* This file is part of
the
PTable
package
.
* This file is part of PTable.
*
* PTable is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
(GPL) as
*
published by
the Free Software Foundation
;
either version
2
of
*
the License, or
(at your option) any later version.
* PTable is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3
of
the License, or
* (at your option) any later version.
*
*
This packag
e is distributed in the hope that it will be useful,
*
PTabl
e 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
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file LICENSE.
* If not you can find the GPL at http://www.gnu.org/copyleft/gpl.html
* along with PTable. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef PTableInfo_hpp_
...
...
src/core/PTuple.hpp
View file @
87f88491
/*
* Copyright (
c
) 2017
The PTable team
, All Rights Reserved.
* Copyright (
C
) 2017
DBIS Group - TU Ilmenau
, All Rights Reserved.
*
* This file is part of
the
PTable
package
.
* This file is part of PTable.
*
* PTable is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
(GPL) as
*
published by
the Free Software Foundation
;
either version
2
of
*
the License, or
(at your option) any later version.
* PTable is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3
of
the License, or
* (at your option) any later version.
*
*
This packag
e is distributed in the hope that it will be useful,
*
PTabl
e 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
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file LICENSE.
* If not you can find the GPL at http://www.gnu.org/copyleft/gpl.html
* along with PTable. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef PTuple_hpp_
...
...
src/core/TableInfo.cpp
View file @
87f88491
/*
* Copyright (C) 2017 DBIS Group - TU Ilmenau, All Rights Reserved.
*
* This file is part of PTable.
*
* PTable is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* PTable 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with PTable. If not, see <http://www.gnu.org/licenses/>.
*/
#include
<sstream>
#include
"TableInfo.hpp"
...
...
src/core/TableInfo.hpp
View file @
87f88491
/*
* Copyright (C) 2017 DBIS Group - TU Ilmenau, All Rights Reserved.
*
* This file is part of PTable.
*
* PTable is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* PTable 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with PTable. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef TableInfo_hpp_
#define TableInfo_hpp_
...
...
src/core/utils.hpp
View file @
87f88491
/*
* Copyright (
c
) 2017
The PTable team
, All Rights Reserved.
* Copyright (
C
) 2017
DBIS Group - TU Ilmenau
, All Rights Reserved.
*
* This file is part of
the
PTable
package
.
* This file is part of PTable.
*
* PTable is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
(GPL) as
*
published by
the Free Software Foundation
;
either version
2
of
*
the License, or
(at your option) any later version.
* PTable is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3
of
the License, or
* (at your option) any later version.
*
*
This packag
e is distributed in the hope that it will be useful,
*
PTabl
e 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
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file LICENSE.
* If not you can find the GPL at http://www.gnu.org/copyleft/gpl.html
* along with PTable. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef utils_hpp_
...
...
src/test/PTableTest.cpp
View file @
87f88491
/*
* Copyright (C) 2017 DBIS Group - TU Ilmenau, All Rights Reserved.
*
* This file is part of PTable.
*
* PTable is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* PTable 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with PTable. If not, see <http://www.gnu.org/licenses/>.
*/
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do
// this in one cpp file
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment