Changes

Summary

  1. release notes
  2. trivial fix imports
  3. release notes
  4. https://sourceforge.net/p/autoplot/bugs/2217/: comment out code which would result in deadlock
  5. make 8 the default number of threads, 32 is too many.
  6. detect struct.pack
  7. delete the empty recent files
  8. allow hapi-cache-command to specify the command to run. For example "java -jar /home/jbf/ct/hapi/git/cache-tools/java/dist/cache-tools.jar"
  9. allow hapi-cache-command to specify the command to run. For example "java -jar /home/jbf/ct/hapi/git/cache-tools/java/dist/cache-tools.jar"
  10. trivial fix imports
  11. correct where Connection is used for data.
  12. Introduce version (disabled) which uses HapiCache.
  13. refactor rename Connector to Connection
  14. make Connector abstract and add "openConnection" method. readFromURL uses Connector.
  15. more refactoring to make Connector object available to other classes (HapiServer will need it)
  16. remove old cache code, which is now implemented in HapiCache project
  17. detect struct.pack
  18. add unary not and invert
Revision 27906 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 27905 by jbfaden:
trivial fix imports
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JavaJythonConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JavaJythonConverter.java
Revision 27904 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27903 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2217/: comment out code which would result in deadlock
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java
Revision 27902 by jbfaden:
make 8 the default number of threads, 32 is too many.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.javaautoplot/Autoplot/src/org/autoplot/RunBatchTool.java
Revision 27901 by jbfaden:
detect struct.pack
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27900 by jbfaden:
delete the empty recent files
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/RecentComboBox.javaautoplot/DataSource/src/org/autoplot/datasource/RecentComboBox.java
Revision 27899 by jbfaden:
allow hapi-cache-command to specify the command to run.  For example
"java -jar /home/jbf/ct/hapi/git/cache-tools/java/dist/cache-tools.jar"
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connection.java
Revision 27898 by jbfaden:
allow hapi-cache-command to specify the command to run.  For example
"java -jar /home/jbf/ct/hapi/git/cache-tools/java/dist/cache-tools.jar"
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.java
Revision 27897 by jbfaden:
trivial fix imports
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
Revision 27896 by jbfaden:
correct where Connection is used for data.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiServer.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiServer.java
Revision 27895 by jbfaden:
Introduce version (disabled) which uses HapiCache.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connection.java
The file was added/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.java
Revision 27894 by jbfaden:
refactor rename Connector to Connection
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connection.java
The file was removed/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connector.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiServer.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiServer.java
The file was added/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HttpConnection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HttpConnection.java
The file was removed/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HttpConnector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HttpConnector.java
Revision 27893 by jbfaden:
make Connector abstract and add "openConnection" method.  readFromURL uses Connector.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connector.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiServer.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiServer.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HttpConnector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HttpConnector.java
Revision 27892 by jbfaden:
more refactoring to make Connector object available to other classes (HapiServer will need it)
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connector.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
The file was added/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HttpConnector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HttpConnector.java
Revision 27891 by jbfaden:
remove old cache code, which is now implemented in HapiCache project
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiUtil.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiUtil.java
Revision 27890 by jbfaden:
detect struct.pack
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27889 by jbfaden:
add unary not and invert
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java