[pytango] annotated tag bliss_8.7 created (now a90d735)

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:15:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a change to annotated tag bliss_8.7
in repository pytango.

        at  a90d735   (tag)
   tagging  1cfcab449fe04f1b091009008e8b16354f8a79f0 (commit)
 tagged by  Jose Tiago Coutinho Macara
        on  Mon Mar 16 16:06:04 2015 +0100

- Log -----------------------------------------------------------------
bliss builder version 8.7

Tiago Coutinho (2):
      Fix for python 3
      Update VS9 and VS10 config files for python 3.4

cmft (16):
      Continuous Integration for PyTango Test Suite at ESRF (first approach)
      Little changes
      Update configuration
      little changes
      adapted to redhate4
      git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@22107 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
      added redhate5 settings
      Added w7's configurations
      Fixed errors
      Update ci/ESRF/build.sh
      Fixed ESRF/build.sh and added debian7 setup
      Fixed 32bits
      Updated ci compilation parameters
      Added configuration for python 3.3 on windows7
      Little changes to compile on Windows
      Added new Jenkins configuration

coutinho (22):
      Add member filter to Server.register_object
      Change member filter callable signature
      Better logging
      Fix: long objects are DevEncoded instead of DevLong64
      Change log levels
      Add pre_init_callback; auto_clean should be False by default
      Update list of devices on startup
      Add .gitignore
      Add new server features
      Fix reference counting
      Fix typo
      Fix when register/unregister object is called from a living server
      Fix object deletion at server shutdown time
      Fix SF bug #698: PyTango.Util discrepancy
      First try with signal/slot
      If callable doesn't receive arguments export as command arg_in=DEV_VOID
      Add PyTango objects API examples
      Update to prepare for 8.1.6
      Update to prepare for 8.1.6 (win files)
      Make it work on gcc 4.8
      First try at gevent friendly server
      Don't need to call Util.instance() anymore

taurel (1):
      Move PyTango directory to bindings

tere29 (1):
      Continuing implementation

tiagocoutinho (349):
      preparing for 7.2.0
      preparing for 7.2.0
      fix possible source of errors:
      first part of implementating Attribute.get/set_properties
      merge 7.1.4 to trunk
      fixes #3284265
      fixes #3284318
      fixes #3284434
      fixes #3284435; fixes #3284440 (I hope)
      fixes #3284435; fixes #3284440 (I hope)
      removed garbage output message
      fixes #3284440
      fixed license header
      added developer's helper Makefile
      fixes #3286055
      fixes #3285185
      preparing for 7.1.5
      preparing for 7.1.5
      preparing 7.1.6
      preparing for 7.2.0
      implements #3286678
      tagged release 7.2.0
      removed pyflakes warnings
      fix added bug in last commit
      fixes #3294507
      assure event_id uniqueness
      move build to a proper function; add --strip-lib option to build
      improved support for usage without numpy
      fixes #3295274
      fixes #3295274
      fixes #3287184
      fixes #3305251
      c
      added no-doc option
      added no-doc option
      implements #3365792
      fixes #3372371
      fixes #3403771
      fixes #3405580
      better dynamic attribute creation
      made AttributeInfo(Ex) copiable; made all members readwrite
      make dynamic attribute read/write/is_allowed method calls be called directly instead of poluting the device class with the methods in case the read/write/is_allowed methods are not the default ones
      better event info
      removed garbage
      better event subscription/unsubscription
      better event subscription/unsubscription
      removed compiler warning
      allow compatibility with python 2.5
      prepare for ipython 0.11
      added support for ipython 0.11
      fix problem with switchdb
      added PyTango.Except.throw_python_exception
      prepare Qt console
      fixes #3374026
      final changes to fix #3374026
      fix error message
      fix problem with exception handling
      make use of precompiled header
      improved error handling
      better exception handling
      better exception handling
      better exception handling
      added push_att_conf_event
      fixed problem in exception report
      added missing global variable
      changed release number: 7.2.1 will never see the light of day
      added experimental fire_change_event
      first attempt to make it windows friendly
      Fix warnings and errors in windows compilation
      Fix warnings and errors in windows compilation
      compatibility between windows and linux
      update tango includes
      git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@18547 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
      git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@18548 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
      logo for windows installer
      update url
      added missing directory
      first attempt at precompiled headers on both windows and linux
      final fix to make compilation work in VS 2005
      final fix to make compilation work in VS 2005
      fixes #3447477
      prepare for 7.2.2 release
      added missing windows files
      added missing compilation env.
      updated release info for windows
      final fix to make compilation work in VS 2005
      start update doc to include ipython 0.11
      Fixes #3463377
      fix bug in dynamic attributes
      prepare for 0.13
      added support for ipython 0.12 and future 0.13
      fixed prompt issue
      fixed prompt issue
      prepare for multiple ipython version support
      added new ipython 0.12 directory to installation
      added missing notebook example directory
      added notebook example
      added notebook example
      implements feature request #3495607
      c
      c
      c
      c
      removed garbage
      removed garbage
      fixes #3487930
      prepare for release
      removed store feature because ipython 0.11 doesn't have it
      fix doc
      fixes #3511509
      fixes #3511509
      fixes #3514457
      fixes #3520739
      final commit for 7.2.3
      added more info in exception
      updated doc
      prepare resources
      prepare resources
      added missing data files
      changes for python 2.4
      changes for python 2.4; repr_html for IPython
      changes for python 2.4
      added warning if sphinx is not installed
      setup now fails if numpy is not available and explicit without numpy flag is not set
      merge with branch Release_8_0_0_py3k
      removed garbage
      prepare for v8
      prepare for v8
      preparing ipython
      fixes #3564959
      preparing for PyTango 8
      prepare PyTango 8
      prepare PyTango 8
      fixed setup to work with python 2.6
      added html repr to more PyTango classes
      added missing files
      preparing for version 8
      prepare for PyTango 8
      Fixes #3570970
      fixes #3570972
      fixed #3570975
      fixed #3570975
      fixes #3574099
      fixes #3570971
      update with new build configurations
      removed old files
      update numpy
      fix for visual c++
      Adapt to PyTango 8
      fix for numpy using both python 2 and 3
      Update to VC++ 9 with multiple configurations
      Update to VC++ 9 with multiple configurations
      fix bug with io strings
      prepare for 8.0.1
      update install guide
      make sure no warning is given in init_numpy
      try to detect tango dll location on windows
      git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@21253 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
      prepare version 8.0.2
      add experimental databaseds
      added TEPs
      temporary version of api2
      api2 initial implementation
      fixes #3579062
      added script to allow PyTango to install tango dll files when needed
      api2 initial implementation
      prepare 8.0.3
      fixes #3586337
      fixes #3586337
      fixes #3576353
      undo last change which produced an error in complex servers
      fixes #3598514
      changes to support multiple bindings
      updated script for new directory structure
      updated script for new directory structure
      avoid warning on python 2.6
      avoid warning on python 2.6
      fixes #3607779
      removed garbage files from distribution
      Cleaner Makefile for developers
      removed old directory
      Makefile is now cleaner
      fix bug on windows build
      merge with 8.0.3 branch
      implement feature request #88: Implement Util::server_set_event_loop method in python
      improve makefile for developers
      fix compiler warning
      c
      update release info
      fixes #605 [pytango] use distutils.version module
      fixes #605 [pytango] use distutils.version module
      update revision
      post install script doesn't need to do anything... for now
      update build
      add scripts to help compile boost-python on windows
      added missing vs files
      preparing for 8.1.0
      fix problem when using old boost python
      adapted to tango 8.1
      fixes #612
      applied patch for bug #611 on trunk
      fix to work with ipython >=1.0
      made DevError, DevFailed, AttributeInfo and friends pickable
      rollback
      patch to work with all Tango C++ 8.1.x versions
      green pytango feature
      fix compilation error on Macos
      fix problem with x64 configurations
      fix problem with string properties
      some tests with sip
      closer to databaseds
      a test of sip
      a test of sip
      progress on databaseds
      added get_*_ior
      added ping to green mode
      fixed example code
      removed garbage
      first experiment with swig
      preparing 8.1.0
      fix compilation error with numpy constant
      fix problem with import when gevent is not installed
      high level API to create green DeviceProxy and AttributeProxy
      update documentation with green chapter
      added AttributeProxy
      improvements
      update copyright
      make memorized case insensitive
      preparing for 8.1.1
      git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24225 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
      git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24226 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
      preparing ipython >= 1.0; clean up HLAPI
      git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24229 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
      git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24230 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
      git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24231 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
      fix errors on windows
      new way to define numpy compilation version
      changes to documentation
      final preparations for 8.1.1
      changed way to calculate the numpy version used to compile pytango
      cleanup documentation
      prepare doc for 8.1.1
      fixes #615
      preparing for 8.1.1
      fixes #527
      update documentation
      fixes #636
      minor changes to setup.py
      fix pdf generation
      make it work on windows
      fix minor errors
      added license
      added license
      fix minor errors
      add safety imports to green modes
      updating documentation
      preparing release
      fix typo
      fix typos
      fixes #637
      update doc
      fix typo
      update doc
      added debug configuration
      build in windows debug mode
      setting up setup script
      setting up setup script
      added icon for itango
      added icon for itango
      solve PyTango crash on shutdown
      fix bug when user gives empty list of attributes
      preparing 8.1.2
      prepare 8.1.2
      prepare 8.1.2
      fix filter error in setup.py. Improved server documentation
      update ez_setup
      Fix #648
      Fix Makefile library dependencies
      Fix #649
      Better handling of third-party libraries
      Fix #650
      fix compilation warnings
      Fix python 3 problems
      Fix #641
      Fix #641
      Implement feature request #98
      Fix #651
      Fix classic division in python3
      Better log function
      Add documentation for get_attribute/command_poll_period
      Add is_bool_type, is_str_type
      Add str_2_obj
      Implement #102
      Implement #102
      Implement feature-request #103
      Implement feature-request #103
      Fix documentation
      Split into more targets for development purposes
      Allow to test a sys/database/pydb-test
      Allow to test a sys/database/pydb-test
      Allow to test a sys/database/pydb-test
      Allow to test a sys/database/pydb-test
      Solve bug: PyTango shutdown sometimes blocks
      Add guard to allow ORB run without blocking GIL; Fix minor issues with version and pid
      Fix bug with unicode
      Update documentation
      Fix dserver IOR
      Update python database
      Update python database
      Fix #660
      Upgrade documentation
      Update documentation
      Add support for attribute as decorator
      Fix typo
      Add support for attribute as decorator
      Update documentation
      Update documentation
      update doc
      Add examples
      start development of 8.1.3
      Fix #659
      Fixes #680
      Fix bug in Attribute.get_write_value when attribute is of type DevString
      Implements feature #107
      Finished feature #107 (documentation)
      added missing library directories
      need to skip 8.1.3: 8.1.3 will be only internal ESRF
      Implement #102 for commands
      Expose TangoClassName and TangoClassClass to API.
      Fix typo. Shame on me for not properly testing before commit
      Add documentation
      Update documentation
      Update TEP 0001 with python module
      Fix #679
      Fix #678 (partially)
      avoid inheriting from DeviceClass.\nMake use of original DeviceClass class wrapped from c++
      add shutdown_server
      Fixes #678
      Remove old file
      Fix documentation generation
      Add experimental API
      Fix #686
      Prepare for 8.1.4
      Fixes #687, #688
      Avoid garbage files in distribution
      Prepare 8.1.5
      Fixes #697: PyTango.server.run does not accept old Device style classes
      Fixes #697: PyTango.server.run does not accept old Device style classes
      Fixes #697: PyTango.server.run does not accept old Device style classes

trogucki (55):
      Deleted svn:mergeinfo from trunk
      Added missing tests directory
      Added rules: '.*' and 'objs*' in svn:ignore property
      Implementation of MultiAttrProp
      Added scope specifier bopy:: to len() in from_py.h
      - Changed static_cast to a c-like cast to unsigned char* of PyArray_DATA due to its different type in Numpy 1.8
      Added TestSuite.py and TestSuiteTemplate.py
      Continuous Integration support
      Modifications to build_src
      Continuous Integration enhancement
      Continuous Integration enhancement 2
      Continuous Integration enhancement 3
      Continuous Integration enhancement 4
      Continuous Integration enhancement 5
      Continuous Integration enhancement 6
      Continuous Integration enhancement 7
      Continuous Integration enhancement 8
      Continuous Integration enhancement 9
      Continuous Integration enhancement 9
      Continuous Integration enhancement 10
      Continuous Integration enhancement 11
      modified build.sh
      Continuous Integration enhancement 12
      Continuous Integration enhancement 13
      Continuous Integration enhancement 14
      Continuous Integration enhancement 15
      Continuous Integration enhancement 16
      Added omniORB and log4tango include paths to Makefile
      Added omniORB and log4tango include paths to Makefile 2
      Continuous Integration enhancement 17
      Continuous Integration enhancement 18
      Continuous Integration enhancement 19
      Continuous Integration enhancement 20
      Continuous Integration enhancement 21
      Continuous Integration enhancement 22
      Continuous Integration enhancement 23
      Continuous Integration enhancement 24
      Continuous Integration enhancement 25
      Added LOG4TANGO_ROOT to configuration of include and lib directories in setup.py
      Added LOG4TANGO_ROOT to configuration of include and lib directories in setup.py 2
      Modified setup.py to take into account lib64
      Modified setup.py to take into account lib64 2
      Modified setup.py to take into account lib64 3
      Modified setup.py to take into account lib64 4
      Modified setup.py to take into account lib64 5
      Modified setup.py to take into account lib64 6
      Modified setup.py to take into account lib64 7
      Modified setup.py to take into account lib64 8
      Modified setup.py to take into account lib64 8
      Modified setup.py to take into account lib64 9
      PyTango Test Suite Framework
      Removed mock projects
      Continuous Integration for PyTango Test Suite
      How to use 'ci' configuration in Mr Jenkins for PyTango
      Readme file

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  2df2213   Move PyTango directory to bindings
       new  d7764b9   preparing for 7.2.0
       new  6567409   preparing for 7.2.0
       new  cf7d710   fix possible source of errors: to make sure we are using correct database:  - no longer rewrite the DeviceProxy contructor  - instead update the os.environ["TANGO_HOST"] each time switchdb is called
       new  c5aa67b   first part of implementating Attribute.get/set_properties
       new  4ded7c4   merge 7.1.4 to trunk
       new  1b9d36a   fixes #3284265
       new  d1e2da3   fixes #3284318
       new  19a7ea3   fixes #3284434
       new  de9c2c9   fixes #3284435; fixes #3284440 (I hope)
       new  78dddfd   fixes #3284435; fixes #3284440 (I hope)
       new  cea01aa   removed garbage output message
       new  9cabc76   fixes #3284440
       new  6d92dac   fixed license header
       new  62d43ec   added developer's helper Makefile
       new  cc17c85   fixes #3286055
       new  ce02b7e   fixes #3285185
       new  fffe95f   preparing for 7.1.5
       new  d8b51b0   preparing for 7.1.5
       new  065d83c   preparing 7.1.6
       new  0c5a4b4   preparing for 7.2.0
       new  513ab17   implements #3286678
       new  da7a6e4   tagged release 7.2.0
       new  5188b12   removed pyflakes warnings
       new  0771d51   fix added bug in last commit
       new  e2e9a9a   fixes #3294507
       new  db3a0b6   assure event_id uniqueness
       new  ebc432c   move build to a proper function; add --strip-lib option to build
       new  0fff4b4   improved support for usage without numpy
       new  adae04c   fixes #3295274
       new  e664010   fixes #3295274
       new  a2ae12d   fixes #3287184
       new  0698f9f   fixes #3305251
       new  f7161b4   c
       new  7232b74   added no-doc option
       new  47ab296   added no-doc option
       new  c01b4fa   implements #3365792
       new  589392b   fixes #3372371
       new  ae34fc7   fixes #3403771
       new  905b451   fixes #3405580
       new  21313b6   better dynamic attribute creation
       new  a6aad13   made AttributeInfo(Ex) copiable; made all members readwrite
       new  d77faa3   make dynamic attribute read/write/is_allowed method calls be called directly instead of poluting the device class with the methods in case the read/write/is_allowed methods are not the default ones
       new  b1379ea   better event info
       new  89590fc   removed garbage
       new  59de4c6   better event subscription/unsubscription
       new  587f383   better event subscription/unsubscription
       new  3a1bc25   removed compiler warning
       new  b83dccb   allow compatibility with python 2.5
       new  6213142   prepare for ipython 0.11
       new  df6be9f   added support for ipython 0.11
       new  6b955c0   fix problem with switchdb
       new  adf337c   added PyTango.Except.throw_python_exception
       new  d8f9d1e   prepare Qt console
       new  460b54c   fixes #3374026
       new  6f3e17c   final changes to fix #3374026
       new  a5cbd27   fix error message
       new  46015cc   fix problem with exception handling
       new  2dfaa23   make use of precompiled header
       new  b413fa7   improved error handling
       new  a2299b7   better exception handling
       new  0e75dc7   better exception handling
       new  fe6ba71   better exception handling
       new  cf2da41   added push_att_conf_event
       new  70e28e7   fixed problem in exception report
       new  89bc97b   added missing global variable
       new  740992e   changed release number: 7.2.1 will never see the light of day
       new  225d59d   added experimental fire_change_event
       new  721f860   first attempt to make it windows friendly
       new  60c02aa   Fix warnings and errors in windows compilation
       new  9a77d1e   Fix warnings and errors in windows compilation
       new  7bde7e9   compatibility between windows and linux
       new  0764c9a   update tango includes
       new  bfda827   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@18547 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  47ea420   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@18548 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  bfb6b1f   logo for windows installer
       new  11cb155   update url
       new  fc5d247   added missing directory suppress a warning in windows because of boost
       new  bb40b01   first attempt at precompiled headers on both windows and linux
       new  e5c670e   final fix to make compilation work in VS 2005
       new  6a3831c   final fix to make compilation work in VS 2005
       new  a0f3a77   fixes #3447477
       new  3e38f08   prepare for 7.2.2 release
       new  bb281eb   added missing windows files
       new  b37f69e   added missing compilation env.
       new  16b8ce0   updated release info for windows
       new  14efdca   final fix to make compilation work in VS 2005
       new  5b2ec33   start update doc to include ipython 0.11
       new  271f265   Fixes #3463377
       new  586d614   fix bug in dynamic attributes
       new  49497d5   prepare for 0.13
       new  66741ac   added support for ipython 0.12 and future 0.13
       new  166b67f   fixed prompt issue
       new  066a3d4   fixed prompt issue
       new  50522e5   prepare for multiple ipython version support
       new  21a8a1d   added new ipython 0.12 directory to installation
       new  f19685a   added missing notebook example directory
       new  d8b36f3   added notebook example
       new  e41b9b8   added notebook example
       new  0fcf100   implements feature request #3495607
       new  4df7c3b   c
       new  e04eef3   c
       new  e11dc74   c
       new  b92b676   c
       new  7eac8a4   removed garbage
       new  44697e5   removed garbage
       new  0e530fe   fixes #3487930
       new  de032f5   prepare for release
       new  6652432   removed store feature because ipython 0.11 doesn't have it
       new  203a911   fix doc
       new  216aabb   fixes #3511509
       new  e5842a0   fixes #3511509
       new  360b955   fixes #3514457
       new  40ce17d   fixes #3520739
       new  a6594eb   final commit for 7.2.3
       new  66b9dbf   added more info in exception
       new  e939edf   updated doc
       new  c2a26b2   prepare resources
       new  080e9b2   prepare resources
       new  01c5ea6   added missing data files
       new  c0349ba   changes for python 2.4
       new  f4420c8   changes for python 2.4; repr_html for IPython
       new  19d0981   changes for python 2.4
       new  0bce82d   added warning if sphinx is not installed
       new  3c8c82a   setup now fails if numpy is not available and explicit without numpy flag is not set
       new  b76d672   merge with branch Release_8_0_0_py3k
       new  a3bac75   removed garbage
       new  69715ce   prepare for v8
       new  cefb4c8   prepare for v8
       new  5a3e969   preparing ipython
       new  5d07bdb   Deleted svn:mergeinfo from trunk
       new  245b6e5   Added missing tests directory
       new  b82bb71   Added rules: '.*' and 'objs*' in svn:ignore property More commands and attributes in DevTest.py
       new  d4943fe   fixes #3564959
       new  07e4d24   preparing for PyTango 8
       new  cb13759   prepare PyTango 8
       new  18ebf4c   prepare PyTango 8
       new  a1e5526   fixed setup to work with python 2.6
       new  7faa796   added html repr to more PyTango classes
       new  178b44e   added missing files
       new  8bb15b4   preparing for version 8
       new  8aff623   Implementation of MultiAttrProp
       new  37dafa0   prepare for PyTango 8
       new  66ba64a   Added scope specifier bopy:: to len() in from_py.h Exchanged scope specifiers boost::python:: with bopy:: in attribute.cpp
       new  f7aecc2   Fixes #3570970
       new  3e0e283   fixes #3570972
       new  52694b0   fixed #3570975
       new  2f03009   fixed #3570975
       new  02a2a3b   fixes #3574099
       new  27afbb8   fixes #3570971
       new  fdd363f   update with new build configurations
       new  f7d22a4   removed old files
       new  6d9dbad   update numpy
       new  b5b446f   fix for visual c++
       new  b36401e   Adapt to PyTango 8
       new  fe08d68   fix for numpy using both python 2 and 3
       new  258bde8   Update to VC++ 9 with multiple configurations
       new  5e6a57e   Update to VC++ 9 with multiple configurations
       new  98dfcd4   fix bug with io strings
       new  c5078e7   prepare for 8.0.1
       new  c322453   update install guide
       new  2fe8bdb   make sure no warning is given in init_numpy
       new  affe68d   try to detect tango dll location on windows
       new  874c654   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@21253 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  601856f   prepare version 8.0.2
       new  2f5cc96   add experimental databaseds
       new  1a0d309   added TEPs
       new  b564130   temporary version of api2
       new  bc174c8   api2 initial implementation
       new  e054c1e   fixes #3579062
       new  9ac4f57   added script to allow PyTango to install tango dll files when needed
       new  9d32c90   api2 initial implementation
       new  4b78a03   prepare 8.0.3
       new  35aa63c   fixes #3586337
       new  f52e17a   fixes #3586337
       new  d3f45cf   - Changed static_cast to a c-like cast to unsigned char* of PyArray_DATA due to its different type in Numpy 1.8 - Modified Makefile to process LOG4TANGO_ROOT, BOOST_ROOT, ZMQ_ROOT and OMNI_ROOT paths
       new  a7b5095   fixes #3576353
       new  5ad4cc7   undo last change which produced an error in complex servers
       new  f466d18   fixes #3598514
       new  1f98618   changes to support multiple bindings
       new  34020a6   updated script for new directory structure
       new  47bab36   updated script for new directory structure
       new  3e1e08d   avoid warning on python 2.6
       new  143b655   avoid warning on python 2.6
       new  ef66465   Added TestSuite.py and TestSuiteTemplate.py
       new  c2193f7   Continuous Integration support
       new  b383219   Modifications to build_src
       new  be09ca5   Continuous Integration enhancement
       new  09318c2   Continuous Integration enhancement 2
       new  6887e38   Continuous Integration enhancement 3
       new  e6b2363   Continuous Integration enhancement 4
       new  ae7ac1b   Continuous Integration enhancement 5
       new  c556cde   Continuous Integration enhancement 6
       new  b41ab6e   Continuous Integration enhancement 7
       new  bd9890e   Continuous Integration enhancement 8
       new  847454b   Continuous Integration enhancement 9
       new  b7f9309   Continuous Integration enhancement 9
       new  8c8cd1b   Continuous Integration enhancement 10
       new  29c5810   Continuous Integration enhancement 11
       new  f0d751a   modified build.sh
       new  0eaf939   Continuous Integration enhancement 12
       new  4ee9b58   Continuous Integration enhancement 13
       new  17697db   Continuous Integration enhancement 14
       new  28065d3   Continuous Integration enhancement 15
       new  419386f   Continuous Integration enhancement 16
       new  9d30a49   Added omniORB and log4tango include paths to Makefile
       new  7d93937   Added omniORB and log4tango include paths to Makefile 2
       new  4ceb4fc   Continuous Integration enhancement 17
       new  91b43da   Continuous Integration enhancement 18
       new  0e5497b   Continuous Integration enhancement 19
       new  04b997f   Continuous Integration enhancement 20
       new  6d7c1ec   Continuous Integration enhancement 21
       new  996347d   Continuous Integration enhancement 22
       new  882c296   Continuous Integration enhancement 23
       new  3b75597   Continuous Integration enhancement 24
       new  96c486a   Continuous Integration enhancement 25
       new  bb5d3f2   Added LOG4TANGO_ROOT to configuration of include and lib directories in setup.py
       new  9ad14b4   Added LOG4TANGO_ROOT to configuration of include and lib directories in setup.py 2
       new  1f8cf82   Modified setup.py to take into account lib64
       new  4765fc0   Modified setup.py to take into account lib64 2
       new  41d701c   Modified setup.py to take into account lib64 3
       new  78909fb   Modified setup.py to take into account lib64 4
       new  f1b4970   Modified setup.py to take into account lib64 5
       new  ad5baa9   Modified setup.py to take into account lib64 6
       new  8af9203   Modified setup.py to take into account lib64 7
       new  eaa5f98   Modified setup.py to take into account lib64 8
       new  46c4a9d   Modified setup.py to take into account lib64 8
       new  c905f97   Modified setup.py to take into account lib64 9
       new  803842c   PyTango Test Suite Framework
       new  e8e4e60   Removed mock projects
       new  56e316f   Continuous Integration for PyTango Test Suite
       new  d2d6d89   How to use 'ci' configuration in Mr Jenkins for PyTango
       new  4ba05bc   Readme file
       new  70b51c9   Continuous Integration for PyTango Test Suite at ESRF (first approach)
       new  7c6b47c   Little changes
       new  515c326   Update configuration
       new  bb5bdd1   little changes
       new  bfb1e74   adapted to redhate4
       new  dd4cc26   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@22107 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  0f12d47   added redhate5 settings
       new  1795cd8   Added w7's configurations
       new  5391c0b   Fixed errors
       new  4cb8fb9   fixes #3607779
       new  854bf98   removed garbage files from distribution
       new  8e97a31   Cleaner Makefile for developers
       new  6fa338e   removed old directory
       new  9b9bf25   Makefile is now cleaner
       new  bae088a   fix bug on windows build
       new  45f6d08   merge with 8.0.3 branch
       new  89b28ec   implement feature request #88: Implement Util::server_set_event_loop method in python
       new  385808e   improve makefile for developers
       new  6d3d722   fix compiler warning
       new  3775cdc   c
       new  aa687c6   update release info
       new  e247ae5   fixes #605 [pytango] use distutils.version module
       new  aaad1a2   fixes #605 [pytango] use distutils.version module
       new  d08f2ba   update revision
       new  4fc66b7   post install script doesn't need to do anything... for now
       new  f0c6b67   update build
       new  9728ac0   add scripts to help compile boost-python on windows
       new  23a2fb2   added missing vs files
       new  73d6aff   preparing for 8.1.0
       new  c78fadc   fix problem when using old boost python
       new  4417260   adapted to tango 8.1
       new  5cb0352   fixes #612
       new  c9e5198   applied patch for bug #611 on trunk
       new  eeae3c2   fix to work with ipython >=1.0
       new  7adba55   made DevError, DevFailed, AttributeInfo and friends pickable
       new  d3abe60   rollback
       new  5311e9f   patch to work with all Tango C++ 8.1.x versions
       new  07464f0   green pytango feature
       new  4f95fd0   fix compilation error on Macos
       new  6147b12   fix problem with x64 configurations
       new  c135db1   fix problem with string properties
       new  94cd2e0   some tests with sip
       new  89dcbab   closer to databaseds
       new  9234558   a test of sip
       new  8a267ac   a test of sip
       new  24107da   progress on databaseds
       new  e088342   added get_*_ior
       new  580a358   added ping to green mode
       new  08d3242   fixed example code
       new  82b9452   removed garbage
       new  969dc0f   first experiment with swig
       new  06cd714   Update ci/ESRF/build.sh
       new  dcd0f40   Fixed ESRF/build.sh and added debian7 setup
       new  f48781f   preparing 8.1.0
       new  2505444   fix compilation error with numpy constant
       new  e36e715   fix problem with import when gevent is not installed
       new  879f167   high level API to create green DeviceProxy and AttributeProxy
       new  b761244   update documentation with green chapter
       new  59f6f03   added AttributeProxy
       new  3a00459   improvements
       new  46fecdf   update copyright
       new  e9be871   make memorized case insensitive
       new  f622b88   preparing for 8.1.1
       new  df51715   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24225 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  594fe0d   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24226 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  fb6c042   preparing ipython >= 1.0; clean up HLAPI
       new  1bdcdc0   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24229 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  27a9c4d   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24230 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  e109437   git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24231 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
       new  b8ea2eb   fix errors on windows
       new  142acc8   new way to define numpy compilation version
       new  daf42a4   changes to documentation
       new  c05f45b   final preparations for 8.1.1
       new  b89826d   changed way to calculate the numpy version used to compile pytango
       new  5ae30f0   cleanup documentation
       new  1ebc923   prepare doc for 8.1.1
       new  06b432c   fixes #615
       new  e00b235   preparing for 8.1.1
       new  f72f50b   fixes #527
       new  7eb77ab   update documentation
       new  67def47   fixes #636
       new  6f83ed2   minor changes to setup.py
       new  2af0d84   Fixed 32bits
       new  58e8097   fix pdf generation
       new  198b4ba   make it work on windows
       new  cdb2bff   Updated ci compilation parameters
       new  dacded3   fix minor errors
       new  d6d908c   added license
       new  e5f09b9   added license
       new  ba1c297   fix minor errors
       new  3fa8c48   Added configuration for python 3.3 on windows7
       new  1eb1e32   add safety imports to green modes
       new  986e3d4   updating documentation
       new  ce70c61   preparing release
       new  a845a60   fix typo
       new  1456164   fix typos
       new  ee7eb27   fixes #637
       new  76db09c   update doc
       new  727232d   fix typo
       new  4a06997   update doc
       new  f0dfce3   added debug configuration
       new  a34b4b5   build in windows debug mode
       new  9b4df9a   setting up setup script
       new  02b2cd9   setting up setup script
       new  b41c528   added icon for itango
       new  fe057aa   added icon for itango
       new  8472c43   solve PyTango crash on shutdown
       new  72366a2   fix bug when user gives empty list of attributes
       new  09e41df   preparing 8.1.2
       new  562e93f   prepare 8.1.2 clean VS9 solution
       new  63982d9   prepare 8.1.2 clean VS9 and VS10 solution
       new  4562725   fix filter error in setup.py. Improved server documentation
       new  14088d5   update ez_setup
       new  bc4ae98   Little changes to compile on Windows
       new  7493ec3   Fix #648
       new  95915fd   Fix Makefile library dependencies
       new  85c4e4e   Fix #649
       new  7d983c8   Better handling of third-party libraries
       new  4daec61   Fix #650
       new  1b490f6   fix compilation warnings
       new  f83017f   Fix python 3 problems
       new  579ffab   Fix #641
       new  87d776a   Fix #641
       new  35e4628   Added new Jenkins configuration
       new  230f491   Implement feature request #98
       new  beb1f3f   Fix #651
       new  8e0f1df   Fix classic division in python3
       new  9e2521e   Better log function
       new  c02ca8d   Add documentation for get_attribute/command_poll_period
       new  4b046b6   Add is_bool_type, is_str_type
       new  e6a4de7   Add str_2_obj
       new  a9477bc   Implement #102
       new  c38c3e7   Implement #102
       new  9aee730   Implement feature-request #103
       new  57bc931   Implement feature-request #103
       new  e666a41   Fix documentation
       new  412d314   Split into more targets for development purposes
       new  9dd41ef   Allow to test a sys/database/pydb-test
       new  bf4a173   Allow to test a sys/database/pydb-test
       new  75d48b0   Allow to test a sys/database/pydb-test
       new  cdbb957   Allow to test a sys/database/pydb-test
       new  d535eed   Continuing implementation
       new  acfb140   Solve bug: PyTango shutdown sometimes blocks
       new  8e9cc59   Add guard to allow ORB run without blocking GIL; Fix minor issues with version and pid
       new  c330a68   Fix bug with unicode
       new  d6ad174   Update documentation
       new  6ba6e90   Fix dserver IOR
       new  063e70d   Update python database
       new  cd403f6   Update python database
       new  f2eb88a   Fix #660
       new  58757af   Upgrade documentation
       new  d6745aa   Update documentation
       new  e62be1a   Add support for attribute as decorator
       new  73b8b8c   Fix typo
       new  f191153   Add support for attribute as decorator
       new  2abf1d1   Update documentation
       new  cd868bc   Update documentation
       new  750109f   update doc
       new  0700155   Add examples
       new  1149f80   start development of 8.1.3
       new  fdf6ed9   Fix #659
       new  50d8da9   Fixes #680
       new  256841f   Fix bug in Attribute.get_write_value when attribute is of type DevString
       new  4401d5b   Implements feature #107
       new  6a5da65   Finished feature #107 (documentation)
       new  33f9253   added missing library directories
       new  327d939   need to skip 8.1.3: 8.1.3 will be only internal ESRF
       new  5b12f71   Implement #102 for commands
       new  e540735   Expose TangoClassName and TangoClassClass to API. When classes parameter in run() is a sequence, allow for the item to be a sequence of <TangoClass, TangoClassClass>[, tango class name] (before it could only be a subclass of PyTango.server.Device)
       new  b113526   Fix typo. Shame on me for not properly testing before commit
       new  4d076db   Add documentation
       new  3cf087c   Update documentation
       new  73fe2c7   Update TEP 0001 with python module
       new  43d547d   Fix #679
       new  2d4a3a8   Fix #678 (partially)
       new  c45cb91   avoid inheriting from DeviceClass.\nMake use of original DeviceClass class wrapped from c++
       new  ad95af3   add shutdown_server
       new  ec97fe7   Fixes #678
       new  48fc635   Remove old file
       new  7db6c60   Fix documentation generation
       new  5f4d71d   Add experimental API
       new  4d467ed   Fix #686
       new  636b940   Prepare for 8.1.4
       new  d4c9336   Fixes #687, #688
       new  44e5f5b   Avoid garbage files in distribution
       new  4233883   Prepare 8.1.5
       new  015035a   Fixes #697: PyTango.server.run does not accept old Device style classes
       new  d5b5c20   Fixes #697: PyTango.server.run does not accept old Device style classes
       new  af25c3f   Fixes #697: PyTango.server.run does not accept old Device style classes
       new  5d11d7d   Add member filter to Server.register_object
       new  1e0a2b9   Change member filter callable signature
       new  58b909c   Better logging
       new  e444304   Fix: long objects are DevEncoded instead of DevLong64
       new  e2a6fa2   Change log levels
       new  8bbfc3a   Add pre_init_callback; auto_clean should be False by default
       new  4cb8518   Update list of devices on startup
       new  08892f1   Add .gitignore
       new  3c39a58   Add new server features
       new  8350f9e   Fix reference counting
       new  578f4e7   Fix typo
       new  954d74a   Fix when register/unregister object is called from a living server
       new  8880ed1   Fix object deletion at server shutdown time
       new  3618411   Fix SF bug #698: PyTango.Util discrepancy
       new  16145b6   First try with signal/slot
       new  44f61ea   If callable doesn't receive arguments export as command arg_in=DEV_VOID
       new  934a8bb   Add PyTango objects API examples
       new  a5946cb   Update to prepare for 8.1.6
       new  b7fa953   Update to prepare for 8.1.6 (win files)
       new  ddf2ac0   Fix for python 3
       new  9e0437f   Update VS9 and VS10 config files for python 3.4
       new  65d94ad   Make it work on gcc 4.8
       new  0a98664   First try at gevent friendly server
       new  1cfcab4   Don't need to call Util.instance() anymore

The 446 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list