Directory owfs/module/swig/python/

Directory Created:
2005-01-18 21:11
Total Files:
4
Deleted Files:
4
Lines of Code:
463

Browse with ViewVC

[root]/owfs/module/swig/python
                    directory in repo examples (7 files, 430 lines)
                    directory in repo ow (3 files, 569 lines)
                    directory in repo unittest (11 files, 1049 lines)

Lines of Code

owfs/module/swig/python/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 68 (100.0%) 764 (100.0%) 11.2
d1mag 46 (67.6%) 598 (78.3%) 13.0
peterk 17 (25.0%) 120 (15.7%) 7.0
alfille 4 (5.9%) 44 (5.8%) 11.0
wheirman 1 (1.5%) 2 (0.3%) 2.0

Most Recent Commits

d1mag 2008-06-17 07:39 Rev.: 1.19

Link python module dynamically again.

8 lines of code changed in 1 file:

d1mag 2008-06-17 07:32

Puhh.. Finally found the problem with the python-module.
Global is a reserved variable-name in python2.5, so it's renamed to Globals now.

4 lines of code changed in 2 files:

d1mag 2008-06-17 06:31 Rev.: 1.17

Since platform doesn't exist in python2.2, use a workaround and use @LIBPOSTFIX@ instead.

6 lines of code changed in 1 file:

d1mag 2008-06-17 06:16

Some minor changes to allow python2.2.
"import platform" doesn't work on 2.2, so temporary remove this import and usage.

60 lines of code changed in 2 files:

d1mag 2008-06-17 05:01

Compile shared libraries with -fPIC as it should be done from the beginning.
Trying to solve swig/python problem on 64bit servers. Not possible to access
Global struct from the swig-module for some reason. (works on 32 bit)
Clean up make files and update to libtool-1.5.26.

108 lines of code changed in 2 files:

d1mag 2008-06-12 09:24 Rev.: 1.27

Remove all example/$(wildcard *.pl) since there are lots of warnings on many systems.

4 lines of code changed in 1 file:

d1mag 2008-05-25 06:42 Rev.: 1.26

Failed to create rpm when --root="/$(DESTDIR)" as added as install parameter.

2 lines of code changed in 1 file:

d1mag 2008-05-25 06:19

Fix python compilation on 64-bit, and change installation a bit. Found a parameter plat_specific=1 which set /usr/lib64 if needed.

15 lines of code changed in 2 files:

d1mag 2008-05-25 00:43

Fix buggy python installation for OpenSUSE. "python setup.ph install"
installed files under /usr/local. Call install_lib instead.

48 lines of code changed in 2 files:

d1mag 2008-04-02 16:09 Rev.: 1.23

Add test for sem.h and semaphore.h.
Added EXTRACFLAGS which contains misc options while compiling, such as
-D_FILE_OFFSET_BITS=64, -D_XOPEN_SOURCE=500 and -pg

2 lines of code changed in 1 file:

d1mag 2008-01-28 16:19 Rev.: 1.14

Found some problem with paths which wasn't expanded...

2 lines of code changed in 1 file:

d1mag 2008-01-18 22:46 Rev.: 1.13

Better lib-paths for x86_64 rpm's.

2 lines of code changed in 1 file:

d1mag 2008-01-14 02:51 Rev.: 1.5

Fix some linking problems on FC1 and python2.2.

8 lines of code changed in 1 file:

  • owfs/module/swig/python: python.m4 (+8 -1)
d1mag 2007-12-18 16:45

Support python-config script and update makefiles to use correct compile-flags.
However... python-OW-module doesn't work on current FC7/x64. All other platforms
seems to work.

65 lines of code changed in 2 files:

d1mag 2007-09-09 15:23 Rev.: 1.11

Python module works with MacOSX too now.

9 lines of code changed in 1 file:

d1mag 2007-09-07 06:31

Fix compilation problem on Fedora Core 7.
VS: ----------------------------------------------------------------------

40 lines of code changed in 2 files:

d1mag 2007-06-18 00:45 Rev.: 1.21

Link owshell without libpthread since it doesn't need it.

4 lines of code changed in 1 file:

d1mag 2007-03-17 06:25 Rev.: 1.9

update again...

3 lines of code changed in 1 file:

d1mag 2007-03-17 06:13 Rev.: 1.8

Minor update

9 lines of code changed in 1 file:

d1mag 2007-03-17 05:55 Rev.: 1.7

Add usb-compile-flags

6 lines of code changed in 1 file:

d1mag 2007-01-05 04:23 Rev.: 1.20

Lots of Makefile changes to compile clean on MacOSX.

2 lines of code changed in 1 file:

d1mag 2006-12-29 05:26 Rev.: 1.19

Some changes to rpm-packages and Makefiles.
Add required file bcadd.php? to ownet/php-example.

2 lines of code changed in 1 file:

d1mag 2006-12-29 03:32 Rev.: 1.18

Remove /module/swig/python/ownet since it's a duplicate of module/ownet/python

2 lines of code changed in 1 file:

d1mag 2006-12-28 16:19 Rev.: 1.17

Updating the Makefiles... some more work needs to be done.

3 lines of code changed in 1 file:

d1mag 2006-12-07 07:27 Rev.: 1.3

Change python lib detection a bit...

18 lines of code changed in 1 file:

  • owfs/module/swig/python: python.m4 (+18 -1)
peterk 2006-12-06 23:25 Rev.: 1.6

Changed references to the old web site on sourceforge at http://owfs.sf.net to the new site at http://www.owfs.org.

2 lines of code changed in 1 file:

d1mag 2006-06-06 06:40 Rev.: 1.16

Change the compilation flags... those are read from owfs_config.h instead.

2 lines of code changed in 1 file:

d1mag 2006-06-01 05:40 Rev.: 1.15

Add some missing files into the generated dist-package. Mostly man-pages

2 lines of code changed in 1 file:

d1mag 2006-05-30 08:01 Rev.: 1.14

Don't install OW.pm and OW.py

4 lines of code changed in 1 file:

d1mag 2006-05-30 07:01 Rev.: 1.2

Fix library path for 64-bit arch.

1 lines of code changed in 1 file:

  • owfs/module/swig/python: python.m4 (+1 -1)
d1mag 2006-05-29 07:14 Rev.: 1.13

Add new m4-files to dist-package

2 lines of code changed in 1 file:

d1mag 2006-05-29 06:04 Rev.: 1.1

Add better detection of python installation.

122 lines of code changed in 1 file:

  • owfs/module/swig/python: python.m4 (new 122)
d1mag 2006-05-24 08:39 Rev.: 1.12

Fix compilation problem for Ubunto and cleaning up the makefiles.
Add owfs-devel and owfs-owcapi rpm's.
Add example-code for owcapi.

14 lines of code changed in 1 file:

d1mag 2006-04-18 10:32 Rev.: 1.11

Add DESTDIR for python installation

2 lines of code changed in 1 file:

d1mag 2006-01-20 02:28 Rev.: 1.10

Update run-link paths for python modules.

4 lines of code changed in 1 file:

d1mag 2005-10-13 04:20 Rev.: 1.9

Noticed that OW_USB and OW_CACHE only should be necessary when compiling
owlib, and not the binaries. Cleaned up the Makefiles a bit after that.

2 lines of code changed in 1 file:

d1mag 2005-10-12 23:25 Rev.: 1.8

Tried "make dist" and "make rpm", and noticed there were lots of things
missing in the makefiles.

3 lines of code changed in 1 file:

peterk 2005-08-02 21:15 Rev.: 1.5

added access to the error_level and error_print global variables. created ow.error_level and ow.error_print functions to provide access to them.

2 lines of code changed in 1 file:

d1mag 2005-07-12 11:04 Rev.: 1.7

Compiled owserver and owhttpd for Solaris 7. Added some missing functions
and updated the autoconf script.

2 lines of code changed in 1 file:

d1mag 2005-07-11 07:47 Rev.: 1.6

Updating makefiles to make sure there are dependencies to pthread and libow.

4 lines of code changed in 1 file:

(10 more)

Generated by StatCVS 0.6.0