This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread 18 (Thread 0x7fff9effd700 (LWP 632)): | |
#0 0x00007fffdcafd955 in QArrayData::data (this=0x7fff88bf76b0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qarraydata.h:55 | |
No locals. | |
#1 0x00007fffdcb0659e in QTypedArrayData<char>::data (this=0x7fff88bf76b0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qarraydata.h:199 | |
No locals. | |
#2 0x00007fffdcb064cf in QByteArray::constData (this=0x7fff9effb258) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearray.h:483 | |
No locals. | |
#3 0x00007fffdcb5ab10 in CPlusPlus::ByteArrayRef::ByteArrayRef (this=0x7fff9effaee0, ref=0x7fff9effb258, offset=11717, length=5) at /home/shaneh/dev/qt-creator/src/libs/cplusplus/PPToken.h:55 | |
No locals. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2016-01-31 10:27:26,089] [main] INFO org.eclipse.jetty.util.log : Logging initialized @4963ms | |
[2016-01-31 10:27:26,161] [main] INFO com.google.gerrit.server.git.LocalDiskRepositoryManager : Defaulting core.streamFileThreshold to 444m | |
[2016-01-31 10:27:26,215] [main] INFO com.google.gerrit.server.plugins.PluginLoader : Loading plugins from /var/gerrit/plugins | |
[2016-01-31 10:27:26,467] [main] INFO com.google.gerrit.server.plugins.PluginLoader : Loaded plugin download-commands, version v2.12-1-g2a0e5ac | |
[2016-01-31 10:27:27,228] [main] INFO com.google.gerrit.server.plugins.PluginLoader : Loaded plugin reviewnotes, version v2.12 | |
[2016-01-31 10:27:27,539] [main] INFO com.google.gerrit.server.change.ChangeCleanupRunner : Ignoring missing changeCleanup schedule configuration | |
[2016-01-31 10:27:27,598] [main] INFO com.google.gerrit.sshd.SshDaemon : Started Gerrit SSHD-CORE-0.14.0 on gerrit:29418 | |
[2016-01-31 10:27:27,603] [main] INFO org.eclipse.jetty.server.Server : jetty-9.2.13.v20150730 | |
[2016-01-31 10:27:28, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <new> | |
template<class T> | |
class MyArray | |
{ | |
public: | |
MyArray(int _Count) : ObjSize(sizeof(T)), Count(_Count) | |
{ | |
Buf = new char[ObjSize * Count]; | |
for (int i = 0; i < Count; ++i) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def qdump__MyArray(d, value): | |
maxItems = 1000 | |
buffer = value["Buf"] | |
count = value["Count"] | |
objsize = value["ObjSize"] | |
valueType = d.templateArgument(value.type, 0) | |
d.putItemCount(count, maxItems) | |
d.putNumChild(count) | |
if d.isExpanded(): | |
with Children(d, count, maxNumChild=maxItems, childType = valueType): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Product { | |
name: "UnitTests" | |
property string absCommon: FileInfo.joinPaths(buildDirectory, "Common"); | |
Rule { | |
id: unitTestEnabled | |
inputs: ["qbs"] | |
Artifact { | |
filePath: FileInfo.joinPaths(product.absCommon, "UnitTestEnabled.h") | |
fileTags: ["hpp"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import qbs | |
import qbs.File | |
import qbs.FileInfo | |
import qbs.TextFile | |
Product { | |
name: "UnitTests" | |
type: "hpp" | |
readonly property string targetFile: FileInfo.joinPaths(buildDirectory, ".current-unit-test-flag") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Group { | |
name: "Generated files" | |
prefix: product.paramDir + "/" | |
files: [ | |
"Source/*", | |
"Include/*", | |
] | |
fileTags: [] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function filesList(directory) { | |
var File = loadExtension("qbs.File"); | |
var FileInfo = loadExtension("qbs.FileInfo"); | |
var res = File.directoryEntries(directory, File.Files); | |
return res.map(function(f) { return FileInfo.joinPaths(directory, f); }); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA [email protected] | |
ssh-rsa AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA rsa | |
ssh-rsa AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sStarting debugger "CdbEngine" for ABI "x86-windows-msvc2015-pe-32bit"... | |
dStart parameters: 'app' mode: 1 | |
dABI: x86-windows-msvc2015-pe-32bit | |
dLanguages: c++ | |
dExecutable: D:\Projects\qt-creator\build-qtc\bin\qtcreator.exe D:\Projects\test\test.qbs | |
dDirectory: D:\Projects\qt-creator\build-qtc\bin | |
dDebugger: C:\Program Files (x86)\Debugging Tools for Windows (x86)\cdb.exe | |
dProject: D:\Projects\qt-creator\qt-creatorAddtional Search Directories: | |
dRemote: :0 | |
dSysroot: |