[root]/module/swig
perl5
(3 files, 133 lines)
OW
(7 files, 146 lines)
t
(1 files, 15 lines)
example
(3 files, 194 lines)
php
(3 files, 127 lines)
example
(3 files, 79 lines)
python
(4 files, 463 lines)
examples
(7 files, 430 lines)
ow
(3 files, 567 lines)
unittest
(11 files, 1049 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 78 (100.0%) | 863 (100.0%) | 11.0 |
| alfille | 47 (60.3%) | 592 (68.6%) | 12.5 |
| d1mag | 21 (26.9%) | 131 (15.2%) | 6.2 |
| peterk | 6 (7.7%) | 121 (14.0%) | 20.1 |
| oskin | 3 (3.8%) | 18 (2.1%) | 6.0 |
| z-mail | 1 (1.3%) | 1 (0.1%) | 1.0 |
Better naming for program type (used to change the handing of some comon features in the library like the default port asignments.)
2 lines of code changed in 1 file:
Consolidate some of the exit code and signal catching code into the library.
1 lines of code changed in 1 file:
Directory listings now should be multilevel safe
1 lines of code changed in 1 file:
Change function returns. Specifically API and _detect
3 lines of code changed in 1 file:
Several changes, including for for owcapi (and owtcl) as well as extensive function return fixes.
2 lines of code changed in 1 file:
Fix the problem with the swig routines. Tested extensively for owperl and a new owdata.pl example added.
93 lines of code changed in 1 file:
Simplify function names starting with FS_OWQ_ to just OWQ_
3 lines of code changed in 1 file:
Remove FS_OWQ_from_pn
2 lines of code changed in 1 file:
Correct the name of FS_OWQ_create_read_from_path in ow.i
2 lines of code changed in 1 file:
clean up swig routine
25 lines of code changed in 1 file:
*** empty log message ***
45 lines of code changed in 1 file:
Improve encapsulation of charblob and memblob structures.
11 lines of code changed in 1 file:
Move owtcl to a non-swig location and change dependencies.
6 lines of code changed in 2 files:
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.
5 lines of code changed in 1 file:
Add set_error_level and set_error_print to owcapi, and make it useable from swig/tcl-module.
7 lines of code changed in 1 file:
added the ability to call the owopt function from ow_opt.c from the swig languages. allows for the easy ability to change the temperature scale.
8 lines of code changed in 1 file:
Minor compiler error squashing and owside.tcl work
2 lines of code changed in 1 file:
Big change -- Parse all directory entries so callbacks get true struct parsename and can simply peal off the file name. Might make dir a little slower, but greatly simplifies all the code. Well tested on owserver, owfs, owhttpd.
4 lines of code changed in 1 file:
Clean up of daemon mode and owcapi/swig modes -- uses read-write-locks.
36 lines of code changed in 1 file:
Remove closeconnection(), and make the call automatically when init() is called multiple times.
15 lines of code changed in 1 file:
More fixes... closeconnection() added to swig-api. finish() should only be
called once.
15 lines of code changed in 1 file:
Add possibility to call OW::init() multiple times in swig modules.
29 lines of code changed in 1 file:
Fix for LCD error -- didn't set filetype in shallow oew in screenX so width wasnt known in lineX. Also changed OWQ_make to more understandable OWQ_allocate_struct_and_pointer
2 lines of code changed in 1 file:
Add -D_FILE_OFFSET_BITS=64 when compiling perl-modules. owperl is now working
on openwrt!
8 lines of code changed in 1 file:
Fix from Matthias Urlichs using ssize_t to allow error recognition.
2 lines of code changed in 1 file:
change to Id... not ID
1 lines of code changed in 1 file:
Add CVS ID tag to module/swig/Makefile.am
1 lines of code changed in 1 file:
Make it possible to build and install ownet-modules even if swig isn't available.
6 lines of code changed in 1 file:
Found the main-problem in ow.i when directory listing was empty.
2 lines of code changed in 1 file:
Simpler File Length calculation
2 lines of code changed in 1 file:
Huge changes. Extended one_wire_query support for all aspects. Really checked out the memory reading/writing functions. Tested DS1921, DS1810 DS2406 DS2436, ...
3 lines of code changed in 1 file:
More updates to support all operating systems... Sorry for the quick changes...
3 lines of code changed in 1 file:
conversion to one_wire_query -- it's slow, alas. Up to read_postpostparse.
23 lines of code changed in 1 file:
Fix for garbage on the end of swig-related reads.
3 lines of code changed in 1 file:
Remove the duplicate non-nestable directory functions. (The old ones that don't pass a void * for data.)
2 lines of code changed in 1 file:
Change swig to not use nested directory functions
45 lines of code changed in 1 file:
Fix a compilation warning.
3 lines of code changed in 1 file:
MacOSX patches
5 lines of code changed in 1 file:
The error_level and error_print globals were moved into the Global structure but the change wasn't reflected in the SWIG based interfaces. There are now four functions that provide access to the error_level and error_print variables - set_error_level, get_error_level, set_error_print and get_error_print.
21 lines of code changed in 1 file:
Bad test for return value in ow.i
2 lines of code changed in 1 file:
(35 more)