Home
last modified time | relevance | path

Searched refs:set (Results 1 – 16 of 16) sorted by relevance

/glogg/glogg/tests/
H A DCMakeLists.txt
H A Dcmake.bat
/glogg/tests/
H A DCMakeLists.txt15 set(CMAKE_AUTOMOC ON)
16 set(CMAKE_AUTOUIC ON)
17 set(CMAKE_INCLUDE_CURRENT_DIR ON)
22 set(PARANOID_FLAGS "${PARANOID_FLAGS} -Wall")
29 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
31 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
36 set(CMAKE_REQUIRED_FLAGS "-std=c++11")
69 set(LIBS gmock gtest)
82 set(glogg_SOURCES
123 set(glogg_HEADERS
[all …]
H A Dcmake.bat6 set QT_DIR=Y:\5.3.2-64
7 set CMAKE_PREFIX_PATH=%QT_DIR%
8 set GMOCK_HOME=Y:\gmock-1.7.0
9 set QT_QPA_PLATFORM_PLUGIN_PATH=%QT_DIR%\plugins\platforms
/glogg/glogg/src/
H A Dquickfind.cpp
H A Dquickfind.h
/glogg/src/
H A Dquickfind.cpp54 void QuickFind::LastMatchPosition::set( int line, int column ) in set() function in QuickFind::LastMatchPosition
64 void QuickFind::LastMatchPosition::set( const FilePosition &position ) in set() function in QuickFind::LastMatchPosition
66 set( position.line(), position.column() ); in set()
312 lastMatch_.set( last_match_position ); in doSearchForward()
384 firstMatch_.set( first_match_position ); in doSearchBackward()
H A Dquickfind.h140 void set( int line, int column );
141 void set( const FilePosition& position );
/glogg/glogg/src/data/
H A Dthreadprivatestore.h
/glogg/src/data/
H A Dthreadprivatestore.h54 void set( const T& value ) in set() function
/glogg/glogg/
H A D.gitignore
H A DFileAssociation.nsh
H A DINSTALL.win.md
/glogg/
H A D.gitignore3 # For a project mostly in C, the following would be a good set of
H A DFileAssociation.nsh125 WriteRegStr HKCR $R1 "" "$R0" ; set our file association
H A DINSTALL.win.md100 set toolset=gcc