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

| 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 |
Link python module dynamically again.
8 lines of code changed in 1 file:
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:
Since platform doesn't exist in python2.2, use a workaround and use @LIBPOSTFIX@ instead.
6 lines of code changed in 1 file:
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:
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:
Remove all example/$(wildcard *.pl) since there are lots of warnings on many systems.
4 lines of code changed in 1 file:
Failed to create rpm when --root="/$(DESTDIR)" as added as install parameter.
2 lines of code changed in 1 file:
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:
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:
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:
Found some problem with paths which wasn't expanded...
2 lines of code changed in 1 file:
Better lib-paths for x86_64 rpm's.
2 lines of code changed in 1 file:
Fix some linking problems on FC1 and python2.2.
8 lines of code changed in 1 file:
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:
Python module works with MacOSX too now.
9 lines of code changed in 1 file:
Fix compilation problem on Fedora Core 7.
VS: ----------------------------------------------------------------------
40 lines of code changed in 2 files:
Link owshell without libpthread since it doesn't need it.
4 lines of code changed in 1 file:
update again...
3 lines of code changed in 1 file:
Minor update
9 lines of code changed in 1 file:
Add usb-compile-flags
6 lines of code changed in 1 file:
Lots of Makefile changes to compile clean on MacOSX.
2 lines of code changed in 1 file:
Some changes to rpm-packages and Makefiles.
Add required file bcadd.php? to ownet/php-example.
2 lines of code changed in 1 file:
Remove /module/swig/python/ownet since it's a duplicate of module/ownet/python
2 lines of code changed in 1 file:
Updating the Makefiles... some more work needs to be done.
3 lines of code changed in 1 file:
Change python lib detection a bit...
18 lines of code changed in 1 file:
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:
Change the compilation flags... those are read from owfs_config.h instead.
2 lines of code changed in 1 file:
Add some missing files into the generated dist-package. Mostly man-pages
2 lines of code changed in 1 file:
Don't install OW.pm and OW.py
4 lines of code changed in 1 file:
Fix library path for 64-bit arch.
1 lines of code changed in 1 file:
Add new m4-files to dist-package
2 lines of code changed in 1 file:
Add better detection of python installation.
122 lines of code changed in 1 file:
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:
Add DESTDIR for python installation
2 lines of code changed in 1 file:
Update run-link paths for python modules.
4 lines of code changed in 1 file:
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:
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:
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:
Compiled owserver and owhttpd for Solaris 7. Added some missing functions
and updated the autoconf script.
2 lines of code changed in 1 file:
Updating makefiles to make sure there are dependencies to pthread and libow.
4 lines of code changed in 1 file:
(10 more)