Directory module/swig/

Directory Created:
2005-01-18 10:33
Total Files:
3
Deleted Files:
0
Lines of Code:
136

Browse with ViewVC

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

Lines of Code

module/swig/ Lines of Code

Developers

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

Most Recent Commits

alfille 2011-08-09 20:54 Rev.: 1.62

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:

  • module/swig: ow.i (+2 -2)
alfille 2011-05-10 20:53 Rev.: 1.61

Consolidate some of the exit code and signal catching code into the library.

1 lines of code changed in 1 file:

  • module/swig: ow.i (+1 -8)
alfille 2010-11-27 17:31 Rev.: 1.60

Directory listings now should be multilevel safe

1 lines of code changed in 1 file:

  • module/swig: ow.i (+1 -7)
alfille 2010-04-24 10:38 Rev.: 1.59

Change function returns. Specifically API and _detect

3 lines of code changed in 1 file:

  • module/swig: ow.i (+3 -3)
alfille 2010-04-01 21:51 Rev.: 1.58

Several changes, including for for owcapi (and owtcl) as well as extensive function return fixes.

2 lines of code changed in 1 file:

  • module/swig: ow.i (+2 -59)
alfille 2010-03-27 21:09 Rev.: 1.57

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:

  • module/swig: ow.i (+93 -96)
alfille 2010-02-27 12:28 Rev.: 1.56

Simplify function names starting with FS_OWQ_ to just OWQ_

3 lines of code changed in 1 file:

  • module/swig: ow.i (+3 -3)
alfille 2010-02-23 21:19 Rev.: 1.55

Remove FS_OWQ_from_pn

2 lines of code changed in 1 file:

  • module/swig: ow.i (+2 -2)
alfille 2010-02-16 18:23 Rev.: 1.54

Correct the name of FS_OWQ_create_read_from_path in ow.i

2 lines of code changed in 1 file:

  • module/swig: ow.i (+2 -2)
alfille 2010-02-13 19:37 Rev.: 1.53

clean up swig routine

25 lines of code changed in 1 file:

  • module/swig: ow.i (+25 -27)
alfille 2010-02-12 05:54 Rev.: 1.52

*** empty log message ***

45 lines of code changed in 1 file:

  • module/swig: ow.i (+45 -35)
alfille 2010-01-31 22:01 Rev.: 1.51

Improve encapsulation of charblob and memblob structures.

11 lines of code changed in 1 file:

  • module/swig: ow.i (+11 -7)
alfille 2009-06-30 20:21

Move owtcl to a non-swig location and change dependencies.

6 lines of code changed in 2 files:

d1mag 2008-06-17 07:32 Rev.: 1.50

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:

  • module/swig: ow.i (+5 -5)
d1mag 2008-06-12 05:39 Rev.: 1.49

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:

  • module/swig: ow.i (+7 -1)
peterk 2008-05-19 21:12 Rev.: 1.48

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:

  • module/swig: ow.i (+8 -1)
alfille 2008-04-13 20:32 Rev.: 1.47

Minor compiler error squashing and owside.tcl work

2 lines of code changed in 1 file:

  • module/swig: ow.i (+2 -2)
alfille 2008-04-10 22:41 Rev.: 1.46

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:

  • module/swig: ow.i (+4 -5)
alfille 2008-03-24 21:19 Rev.: 1.45

Clean up of daemon mode and owcapi/swig modes -- uses read-write-locks.

36 lines of code changed in 1 file:

  • module/swig: ow.i (+36 -57)
d1mag 2007-10-01 13:58 Rev.: 1.44

Remove closeconnection(), and make the call automatically when init() is called multiple times.

15 lines of code changed in 1 file:

  • module/swig: ow.i (+15 -12)
d1mag 2007-10-01 03:18 Rev.: 1.43

More fixes... closeconnection() added to swig-api. finish() should only be
called once.

15 lines of code changed in 1 file:

  • module/swig: ow.i (+15 -28)
d1mag 2007-10-01 02:16 Rev.: 1.42

Add possibility to call OW::init() multiple times in swig modules.

29 lines of code changed in 1 file:

  • module/swig: ow.i (+29 -2)
alfille 2007-09-19 13:58 Rev.: 1.41

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:

  • module/swig: ow.i (+2 -2)
d1mag 2007-06-15 01:27 Rev.: 1.40

Add -D_FILE_OFFSET_BITS=64 when compiling perl-modules. owperl is now working
on openwrt!

8 lines of code changed in 1 file:

  • module/swig: ow.i (+8 -9)
alfille 2007-05-22 12:47 Rev.: 1.39

Fix from Matthias Urlichs using ssize_t to allow error recognition.

2 lines of code changed in 1 file:

  • module/swig: ow.i (+2 -2)
d1mag 2007-04-10 03:28 Rev.: 1.13

change to Id... not ID

1 lines of code changed in 1 file:

alfille 2007-04-05 19:21 Rev.: 1.12

Add CVS ID tag to module/swig/Makefile.am

1 lines of code changed in 1 file:

d1mag 2007-04-05 03:40 Rev.: 1.11

Make it possible to build and install ownet-modules even if swig isn't available.

6 lines of code changed in 1 file:

d1mag 2007-03-30 06:41 Rev.: 1.38

Found the main-problem in ow.i when directory listing was empty.

2 lines of code changed in 1 file:

  • module/swig: ow.i (+2 -2)
alfille 2007-03-26 23:27 Rev.: 1.37

Simpler File Length calculation

2 lines of code changed in 1 file:

  • module/swig: ow.i (+2 -2)
alfille 2007-03-24 18:07 Rev.: 1.36

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:

  • module/swig: ow.i (+3 -3)
d1mag 2007-03-17 16:17 Rev.: 1.35

More updates to support all operating systems... Sorry for the quick changes...

3 lines of code changed in 1 file:

  • module/swig: ow.i (+3 -3)
alfille 2007-02-28 21:11 Rev.: 1.34

conversion to one_wire_query -- it's slow, alas. Up to read_postpostparse.

23 lines of code changed in 1 file:

  • module/swig: ow.i (+23 -18)
alfille 2007-01-25 18:13 Rev.: 1.33

Fix for garbage on the end of swig-related reads.

3 lines of code changed in 1 file:

  • module/swig: ow.i (+3 -2)
alfille 2007-01-15 19:42 Rev.: 1.32

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:

  • module/swig: ow.i (+2 -2)
alfille 2007-01-15 14:34 Rev.: 1.31

Change swig to not use nested directory functions

45 lines of code changed in 1 file:

  • module/swig: ow.i (+45 -120)
d1mag 2007-01-08 09:17 Rev.: 1.30

Fix a compilation warning.

3 lines of code changed in 1 file:

  • module/swig: ow.i (+3 -3)
d1mag 2007-01-03 13:58 Rev.: 1.10

MacOSX patches

5 lines of code changed in 1 file:

peterk 2006-11-30 19:07 Rev.: 1.29

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:

  • module/swig: ow.i (+21 -4)
alfille 2006-11-02 21:40 Rev.: 1.28

Bad test for return value in ow.i

2 lines of code changed in 1 file:

  • module/swig: ow.i (+2 -2)

(35 more)

Generated by StatCVS 0.7.0