mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 16:32:16 +00:00
- added copyright notice
[SVN r24521]
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
import sys
|
||||
sys.path.append('../src')
|
||||
import unittest
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import sys
|
||||
sys.path.append('../src')
|
||||
from SmartFile import *
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _abstract_test import *
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
namespace add_test {
|
||||
|
||||
struct C
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _add_test import *
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#include "basic.h"
|
||||
|
||||
namespace basic {
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#ifndef BASIC_H
|
||||
#define BASIC_H
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _basic import *
|
||||
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
struct A {
|
||||
int x;
|
||||
};
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _code_test import *
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#ifndef ENUMS_H
|
||||
#define ENUMS_H
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _enums import *
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#ifndef HEADER_TEST_H
|
||||
#define HEADER_TEST_H
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _header_test import *
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import sys
|
||||
sys.path.append('../src')
|
||||
from infos import *
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#include "inherit.h"
|
||||
|
||||
int inherit::C::s = 1;
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
namespace inherit {
|
||||
|
||||
template<typename T>
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
namespace inherit2 {
|
||||
|
||||
struct A
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _inherit2 import *
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
namespace inherit3 {
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _inherit3 import *
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
namespace inherit4 {
|
||||
|
||||
struct A
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _inherit4 import *
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _inherit import *
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#include "nested.h"
|
||||
|
||||
int nested::X::staticXValue = 10;
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _nested import *
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#ifndef OPAQUE_H
|
||||
#define OPAQUE_H
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _opaque import *
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#include "operators.h"
|
||||
|
||||
double operators::C::x = 10;
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#ifndef OPERATORS_H
|
||||
#define OPERATORS_H
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _operators import *
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import sys
|
||||
sys.path.append('../src')
|
||||
import unittest
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
#!/usr/bin/python
|
||||
|
||||
import sys
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
#ifndef SMART_PTR_H
|
||||
#define SMART_PTR_H
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _smart_ptr import *
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
namespace templates {
|
||||
|
||||
template <class T>
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _templates import *
|
||||
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
#!/usr/bin/python
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
import os
|
||||
import glob
|
||||
@@ -13,7 +17,7 @@ if sys.platform == 'win32':
|
||||
|
||||
includes = '-ID:/programming/libraries/boost-cvs/boost -ID:/Bin/Python/include'
|
||||
build_pyste_cmd = 'python ../src/Pyste/pyste.py --cache-dir=cache %s ' % includes
|
||||
compile_single_cmd = 'icl /nologo /GR /GX -c %s -I. ' % includes
|
||||
compile_single_cmd = 'cl /nologo /GR /GX -c %s -I. ' % includes
|
||||
link_single_cmd = 'link /nologo /DLL '\
|
||||
'/libpath:D:/programming/libraries/boost-cvs/lib /libpath:D:/Bin/Python/libs '\
|
||||
'boost_python.lib python23.lib /out:_%s.dll '
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#include "vars.h"
|
||||
|
||||
const Color black = Color(0, 0, 0);
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
struct Color
|
||||
{
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
import _vars
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
// Includes ====================================================================
|
||||
#include <boost/python.hpp>
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
namespace virtual_ {
|
||||
|
||||
struct C
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
namespace virtual2 {
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
import unittest
|
||||
from _virtual2 import *
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _virtual import *
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#ifndef WRAPPER_TEST
|
||||
#define WRAPPER_TEST
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http:#www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _wrappertest import *
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http:#www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#ifndef WRAPPER_TEST_WRAPPERS
|
||||
#define WRAPPER_TEST_WRAPPERS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user