Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
0
core/vera-exclusions/exclusions.txt
core/vera-exclusions/exclusions.txt
created
644
+3
0
@@
-0,0
+1,3
1
# On ignore toutes les règles vera++ pour le fichier spimpl
2
Common/spimpl\.h:\d+:.*
3
0
formatting/vera-exclusions/exclusions.txt
formatting/vera-exclusions/exclusions.txt
created
644
+4
0
0
cmake/sciqlop_applications.cmake
cmake/sciqlop_applications.cmake
+3
0
@@
-23,6
+23,9
ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/app")
23
23
#
24
24
# Code formatting
25
25
#
26
# Vera++ exclusion files
27
LIST ( APPEND CHECKSTYLE_EXCLUSION_FILES ${ CMAKE_CURRENT_SOURCE_DIR } /formatting/vera-exclusions/exclusions.txt )
28
SCIQLOP_SET_TO_PARENT_SCOPE ( CHECKSTYLE_EXCLUSION_FILES )
26
29
INCLUDE ( "cmake/sciqlop_formatting.cmake" )
27
30
28
31
#
0
cmake/sciqlop_formatting.cmake
cmake/sciqlop_formatting.cmake
+2
0
0
core/CMakeLists.txt
core/CMakeLists.txt
+1
-1
@@
-57,7
+57,7
SCIQLOP_COPY_TO_TARGET(LIBRARY ${SQPCORE_LIBRARY_NAME} ${EXTERN_SHARED_LIBRARIES
57
57
LIST(APPEND CHECKSTYLE_INPUT_FILES ${MODULE_SOURCES})
58
58
SCIQLOP_SET_TO_PARENT_SCOPE(CHECKSTYLE_INPUT_FILES)
59
59
# Vera++ exclusion files
60
#LIST(APPEND CHECKSTYLE_EXCLUSION_FILES ${CMAKE_CURRENT_SOURCE_DIR}/path/to/exclusionFiles.tcl)
60
LIST(APPEND CHECKSTYLE_EXCLUSION_FILES ${CMAKE_CURRENT_SOURCE_DIR}/vera-exclusions/exclusions.txt )
61
61
SCIQLOP_SET_TO_PARENT_SCOPE(CHECKSTYLE_EXCLUSION_FILES)
62
62
63
63
#
0
core/include/Common/spimpl.h
core/include/Common/spimpl.h
0
-1
@@
-30,7
+30,6
30
30
#include <memory>
31
31
#include <type_traits>
32
32
33
34
33
#if defined _MSC_VER && _MSC_VER < 1900 // MS Visual Studio before VS2015
35
34
#define SPIMPL_NO_CPP11_NOEXCEPT
36
35
#define SPIMPL_NO_CPP11_CONSTEXPR
0
gui/include/SqpApplication.h
gui/include/SqpApplication.h
+1
0
@@
-18,6
+18,7
Q_DECLARE_LOGGING_CATEGORY(LOG_SqpApplication)
18
18
* method will ba able to access it.
19
19
* You can load a data source driver plugin then create a data source.
20
20
*/
21
21
22
class SqpApplication : public QApplication {
22
23
Q_OBJECT
23
24
public :
0
gui/src/SqpApplication.cpp
gui/src/SqpApplication.cpp
+1
-2
@@
-8,10
+8,9
Q_LOGGING_CATEGORY(LOG_SqpApplication, "SqpApplication")
8
8
class SqpApplication :: SqpApplicationPrivate {
9
9
public :
10
10
SqpApplicationPrivate () {}
11
~ SqpApplicationPrivate ()
11
virtual ~ SqpApplicationPrivate ()
12
12
{
13
13
qCInfo ( LOG_SqpApplication ()) << tr ( "Desctruction du SqpApplicationPrivate" );
14
;
15
14
m_DataSourceControllerThread . quit ();
16
15
m_DataSourceControllerThread . wait ();
17
16
}
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages