1. 5eeed62 allow the replacement of non-serializable objects. by Tammo van Lessen · 10 years ago master
  2. 4dbf78c [cosmetic] Remove annoying tabs from code by Hadrian Zbarcea · 10 years ago
  3. 2cf09b8 [JACOB-6] Add dsl support for synchronizing and sequencing processes by Hadrian Zbarcea · 10 years ago
  4. 0c2a708 [JACOB-6] Better Process modeling for pi calculus by Hadrian Zbarcea · 10 years ago
  5. 38592a0 [JACOB-6] Rename Process as RunnableProcess to prepare a better Process abstraction by Hadrian Zbarcea · 10 years ago
  6. 57a06e2 Refactor/rename JacobObject to a more appropriate Process, as it maps semantically to a Pi process by Hadrian Zbarcea · 10 years ago
  7. 96d08fb [JACOB-6] Simplify dsl, remove no longer necessary methodList[] based methods, use composite instead by Hadrian Zbarcea · 10 years ago
  8. 9841cc1 Minor refactor, added composite receivers test by Hadrian Zbarcea · 10 years ago
  9. c643a62 Remove replicatedSend as meaningless by Hadrian Zbarcea · 10 years ago
  10. 9fe2dea Minor refactoring around channel identity by Hadrian Zbarcea · 10 years ago
  11. 91885ee Simplify the way ReceiveProcess is used by Hadrian Zbarcea · 10 years ago
  12. 244c958 [cosmetic] Remove a couple of warnings by Hadrian Zbarcea · 10 years ago
  13. 3ffb4bb less objects, less garbage collection. by Tammo van Lessen · 11 years ago
  14. d63ddce NPE fix. by Tammo van Lessen · 11 years ago
  15. b9dcd89 minor clean up. by Tammo van Lessen · 11 years ago
  16. fdaf1f2 clean up by Tammo van Lessen · 11 years ago
  17. 561ab31 Removing JacobObject to a minimum. by Tammo van Lessen · 11 years ago
  18. 941f6c4 Conversion from CommChannel to Channel added. by Tammo van Lessen · 11 years ago
  19. 69d711b More clean up by Tammo van Lessen · 11 years ago
  20. 018d158 some clean up. by Tammo van Lessen · 11 years ago
  21. e820dc1 fixing the garbage collection for the calculus case. by Tammo van Lessen · 11 years ago
  22. 4556e9b Testcase fix. by Tammo van Lessen · 11 years ago
  23. 0a14bc6 Messages now have an ID. by Tammo van Lessen · 11 years ago
  24. 212b3ce Messages now have an ID. by Tammo van Lessen · 11 years ago
  25. 61e0bb0 HelloWorld implementation against the calculus API added. by Tammo van Lessen · 11 years ago
  26. 2052341 ChannelRef now supports three kinds of endpoints: by Tammo van Lessen · 11 years ago
  27. 32d2305 Moving convenience methods from JacobObject to Jacob. by Tammo van Lessen · 11 years ago
  28. 93755e4 calculus API added. by Tammo van Lessen · 11 years ago
  29. 2f863b2 fixing jvm serialization by Tammo van Lessen · 11 years ago
  30. a9555ba Allowing arbitrary return types for the OO part. by Tammo van Lessen · 11 years ago
  31. 9a3382b fixing a serialization issue. by Tammo van Lessen · 11 years ago
  32. bac3ef3 VPU and soup now only use messages instead of objects and proxies. by Tammo van Lessen · 11 years ago
  33. 6437f96 Message.toString() implemented. by Tammo van Lessen · 11 years ago
  34. 4ec6b25 Some refactorings towards a pi-message-oriented soup. by Tammo van Lessen · 11 years ago
  35. 4a0765f upgrade jackson to 2.2.2 by Tammo van Lessen · 11 years ago
  36. ba539a1 Completely replaced the Continuation/Method based reactions with a Message based model by Hadrian Zbarcea · 11 years ago
  37. e27490a Incremental refactoring of Continuation to have it replaced eventually by Message by Hadrian Zbarcea · 11 years ago
  38. ba74ea2 Refactor towards a Message based Continuation by Hadrian Zbarcea · 11 years ago
  39. 54b1973 Refactor to a Message based Continuation by Hadrian Zbarcea · 11 years ago
  40. 77ea811 Refactored the Message type added a simpler solution for defining an action, removed MessageType by Hadrian Zbarcea · 11 years ago
  41. a8339de Use messages instead of reflection for passing values accross Channel(s) by Hadrian Zbarcea · 11 years ago
  42. 1559bfe Remove the JacobRunnable class and use java.lang.Runnable instead by Hadrian Zbarcea · 11 years ago
  43. a6c65fa Move more OO related classes to their rightful place by Hadrian Zbarcea · 11 years ago
  44. bc93b0e Add refactored file missed in previous commit by Hadrian Zbarcea · 11 years ago
  45. f01f92b Move classes related to OO mapping of pi calculus concepts to separate package by Hadrian Zbarcea · 11 years ago
  46. a5c5ae7 Remove backup file by Hadrian Zbarcea · 11 years ago
  47. 0a83b24 restoring a missing signature. by Tammo van Lessen · 11 years ago
  48. 74ad7bc Fix use of uppercase by Hadrian Zbarcea · 11 years ago
  49. ad50030 capital J? no! by Tammo van Lessen · 11 years ago
  50. 73c95e9 this time, I added the unit test... :) by Tammo van Lessen · 11 years ago
  51. b24cd01 - unit test adedd. by Tammo van Lessen · 11 years ago
  52. b241640 less console garbage. by Tammo van Lessen · 11 years ago
  53. e9db356 refactoring of jacob-specific jackson configuration options into a JacksonModule. by Tammo van Lessen · 11 years ago
  54. 9c05eb2 Improvements to JaCObs Jackson serializer/deserializer by Tammo van Lessen · 11 years ago
  55. 8736076 upgrade to newest jackson version. by Tammo van Lessen · 11 years ago
  56. 0adeaf1 Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/ode-jacob by Hadrian Zbarcea · 11 years ago
  57. 6b8d199 Fix minor build issue by Hadrian Zbarcea · 11 years ago
  58. 8142172 Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/ode-jacob by Tammo van Lessen · 11 years ago
  59. 52a83e8 @Override fix. by Tammo van Lessen · 11 years ago
  60. 0f02193 Update pom for snapshot deploy by Hadrian Zbarcea · 11 years ago
  61. 0f7d9af fixing jackson-based serialization/deserialization. by Tammo van Lessen · 11 years ago
  62. 05e07f7 Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/ode-jacob by Tammo van Lessen · 11 years ago
  63. 4513f0c fixing a testcase bug. by Tammo van Lessen · 11 years ago
  64. 548020c Fix minor issues considered errors by eclipse by Hadrian Zbarcea · 11 years ago
  65. 9571120 Upgrade jacob version to a future 2.0 by Hadrian Zbarcea · 11 years ago
  66. b982c5d fixing line endings. by Tammo van Lessen · 11 years ago
  67. 588a251 Initial version of a Jackson-serializable ExecutionQueue. by Tammo van Lessen · 11 years ago
  68. f7b36dd Get maven build to work by Hadrian Zbarcea · 11 years ago
  69. 24d15a9 Add .gitignore rules by Hadrian Zbarcea · 11 years ago
  70. a83e3c2 ODE-987. Remove unnecessary generics from ReceiveProcess by Hadrian Zbarcea · 11 years ago
  71. 20a5ab6 ODE-987. Introduce default constructor for ReceiveProcess by Hadrian Zbarcea · 11 years ago
  72. f11c70c ODE-987. Cleanup api. Remove redundant object() methods. by Hadrian Zbarcea · 11 years ago
  73. e5c57f6 ODE-987. Remove the last places that use the collection version of object() by Hadrian Zbarcea · 11 years ago
  74. ff61ef0 Fix example issue that became obsessive by Hadrian Zbarcea · 11 years ago
  75. 0ca55d0 Improve example to gracefully handle imporoper use of dsl by Hadrian Zbarcea · 11 years ago
  76. 58e6c4f Refactor example per Tammo's suggestion by Hadrian Zbarcea · 11 years ago
  77. a448e61 ODE-987. Added a CompositeProcess so we could consolidate the object() methods to only one by Hadrian Zbarcea · 11 years ago
  78. 97a50eb ODE-987. Refactor a bit the ChannelListener and pave way to simplify the api by Hadrian Zbarcea · 11 years ago
  79. 9b31fbe A bit of framework fun... by Hadrian Zbarcea · 11 years ago
  80. daaa5ed ODE-987. Add convient method for creating listeners by Hadrian Zbarcea · 11 years ago
  81. 12161c1 ODE-979. Remove the last *Channel classes by Hadrian Zbarcea · 11 years ago
  82. 4f761b7 ODE-987. Remove the use SynchChannel by Hadrian Zbarcea · 11 years ago
  83. 2165b37 ODE-987. Remove unused *Channel classes by Hadrian Zbarcea · 11 years ago
  84. dadabf4 ODE-987. Remove use of a few more *Channels... by Hadrian Zbarcea · 11 years ago
  85. f267159 ODE-987. Remove use of more *Channels... by Hadrian Zbarcea · 11 years ago
  86. 7669d37 Fix ^Ms and German character in previous commit by Hadrian Zbarcea · 11 years ago
  87. 7988095 simple JaCOb HelloWorld added. by Tammo van Lessen · 11 years ago
  88. 602152f also print channels in dumpState(...) by Tammo van Lessen · 11 years ago
  89. 53072f9 ODE-987. Remove ChannelProxy.export() not invoked directly anymore. by Hadrian Zbarcea · 11 years ago
  90. 19e0e8c ODE-987. Rename ExportableChannel to a more expressive ChannelProxy by Hadrian Zbarcea · 11 years ago
  91. 6c31e93 ODE-987. Eliminate more dependencies on ExportableChannel by Hadrian Zbarcea · 11 years ago
  92. 9b59814 ODE-987. Eliminate explicit dependency on ExportableChannel by Hadrian Zbarcea · 11 years ago
  93. 253cc34 ODE-987. Rename marker interface to Channel for a cleaner api by Hadrian Zbarcea · 11 years ago
  94. af6a98a Add renamed Channel.java, missed in previous commit by Hadrian Zbarcea · 11 years ago
  95. 15ee75b ODE-987. Rename the Channel interface for now. It may go away eventually, as exportChannel could be directly invoked by ProcUtil by Hadrian Zbarcea · 11 years ago
  96. 4b285c4 ODE-987. Replace explicit use of Channel export with helper call (step 2) by Hadrian Zbarcea · 11 years ago
  97. a2844f7 ODE-987. Refactor Channel classes to not rely on code generation (step 1) by Hadrian Zbarcea · 11 years ago
  98. 4977fee ODE-987. Simplify the ReceiveProcess api by removing one generic arg by Hadrian Zbarcea · 11 years ago
  99. 35b4a1a ODE-987. Simplify api by removing generics from ChannelListener by Hadrian Zbarcea · 11 years ago
  100. 3c16dcb ChannelTypes should be serializable. by Tammo van Lessen · 11 years ago