Skip to content

Instantly share code, notes, and snippets.

View brechtvl's full-sized avatar

Brecht Van Lommel brechtvl

  • Belgium
View GitHub Profile
'pr_patch_checker-\x00\x00\x00\x00\x00\x00\x00\x00' @ 386 : val => '"6"'
'pr_patch_checker-\x01\x00\x00\x00\x00\x00\x00\x00' @ 389 : val => '"7"'
'pr_patch_checker-\x03\x00\x00\x00\x00\x00\x00\x00' @ 392 : val => '"8"'
'pr_patch_checker-\x05\x00\x00\x00\x00\x00\x00\x00' @ 395 : val => '"9"'
'pr_patch_checker-\x07\x00\x00\x00\x00\x00\x00\x00' @ 398 : val => '"10"'
'pr_patch_checker-\x09\x00\x00\x00\x00\x00\x00\x00' @ 401 : val => '"11"'
'pr_patch_checker-\x0b\x00\x00\x00\x00\x00\x00\x00' @ 404 : val => '"12"'
'pr_patch_checker-\x0d\x00\x00\x00\x00\x00\x00\x00' @ 407 : val => '"13"'
'pr_patch_checker-\x0f\x00\x00\x00\x00\x00\x00\x00' @ 410 : val => '"14"'
'pr_patch_checker-\x11\x00\x00\x00\x00\x00\x00\x00' @ 413 : val => '"15"'
'-unique-"10"' @ 173 : val => ''
'-unique-"11"' @ 119 : val => ''
'-unique-"12"' @ 104 : val => ''
'-unique-"13"' @ 107 : val => ''
'-unique-"14"' @ 154 : val => ''
'-unique-"15"' @ 205 : val => ''
'-unique-"16"' @ 208 : val => ''
'-unique-"17"' @ 157 : val => ''
'-unique-"6"' @ 179 : val => ''
'-unique-"7"' @ 182 : val => ''
2023/02/17 14:35:36 ...eful/manager_unix.go:149:handleSignals() [W] [63ede9ab-4] PID 1186209. Received SIGTERM. Shutting down...
2023/02/17 14:35:36 .../ssh/ssh_graceful.go:28:listen() [I] [63ede9af-18] SSH Listener: <REDACTED> Closed
2023/02/17 14:35:36 ...ervices/pull/pull.go:462:pushToBaseRepoHelper() [E] Unable to push PR head for blender/blender#104620 (15:blender/blender:refs/pull/104620/head) due to Error: signal: terminated
2023/02/17 14:35:36 ...ervices/pull/pull.go:270:func1() [E] PushToBaseRepo: Push: filedescriptor/blender:curves-proportional-editing blender/blender:refs/pull/104620/head signal: terminated
2023/02/17 14:35:36 ...eue/queue_channel.go:127:func1() [W] ChannelQueue: task-channel Terminated before completed flushing
2023/02/17 14:35:36 ...eue/queue_channel.go:127:func1() [W] ChannelQueue: mail-channel Terminated before completed flushing
2023/02/17 14:35:36 ...eue/queue_channel.go:127:func1() [W] ChannelQueue: notification-service-channel Terminated before completed flushing
2023/02/17
/*
* Copyright 2013, Blender Foundation.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
diff --git src/include/refcnt.h src/include/refcnt.h
index 53a7f15..37068c5 100644
--- src/include/refcnt.h
+++ src/include/refcnt.h
@@ -44,14 +44,16 @@
// Use Boost for shared pointers
#include <boost/tr1/memory.hpp>
-using std::tr1::shared_ptr;
#include <boost/intrusive_ptr.hpp>
diff --git src/include/refcnt.h src/include/refcnt.h
index 53a7f15..37068c5 100644
--- src/include/refcnt.h
+++ src/include/refcnt.h
@@ -44,14 +44,16 @@
// Use Boost for shared pointers
#include <boost/tr1/memory.hpp>
-using std::tr1::shared_ptr;
#include <boost/intrusive_ptr.hpp>
diff --git src/include/osl_pvt.h src/include/osl_pvt.h
index e8277c4..f3f36f7 100644
--- src/include/osl_pvt.h
+++ src/include/osl_pvt.h
@@ -32,9 +32,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "oslconfig.h"
#include "OpenImageIO/dassert.h"
-
-#include <boost/tr1/memory.hpp>