Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add script file to help compil with windows.
[simgrid.git] / src / bindings /
2010-10-05 coldpeacefix lua console application for SimDag module
2010-10-04 mquinsonupdate all the platforms file with the new s/:/_/ in DTD
2010-10-01 coldpeacereimplement lua bingdings code to support the new platf...
2010-10-01 mquinsonFix typos [Arnaud Giersch]
2010-09-28 navarropNew platform files (just add AS tag)
2010-08-20 coldpeacefix the way to instanciate links via worsktation_ptask_...
2010-08-19 coldpeacemove e_surf_link_sharing_policy_t structure to surf...
2010-08-11 coldpeacecleanups
2010-08-10 coldpeaceremove duplicated line
2010-08-10 coldpeaceadd new source file to lua bindings code, having possib...
2010-08-05 coldpeaceextend bypass to grass...
2010-08-04 coldpeaceadd new callbacks to the Workstation's models, and...
2010-07-29 coldpeaceremove unused code, take into consideration in the...
2010-07-28 coldpeacefix the memory leak when create link resources and...
2010-07-26 coldpeacebypass the surf callbacks to parse XML... almost done
2010-07-21 navarropPlease compile with enable_compile_warnings=on. Missing...
2010-07-21 coldpeacecall MSG_set_function if BYPASS_MODEL is defined
2010-07-20 coldpeaceadd methods allowing routing, bypass the parser......
2010-07-18 coldpeaceadd function surf_add_route_element
2010-07-16 coldpeaceuse named arguments, and set optional properties to...
2010-07-15 coldpeaceadd create_host method to do the job of the old surf_cp...
2010-07-13 coldpeacecall surf_network_model_init_bypass when BYPASS_MODEL...
2010-07-13 coldpeacecall surf_model_init_bypass_im instead of init_host_bypass
2010-07-09 coldpeaceremove unused variables and use xbt_dynar_t to store...
2010-07-09 coldpeaceusing xbt_dynar_t to store host arguments / tryin'...
2010-06-24 mquinsonLet this code compile with the paranoid compiler flags on
2010-06-22 coldpeaceremove unused lines
2010-06-16 coldpeaceswitching to xbt_dynar_t for methods to bypass XMl
2010-06-15 coldpeacebasic layer for simdag bindings ( modifyin' the return...
2010-05-21 coldpeacetricky way to bypass XML parser and setup the environme...
2010-04-25 mquinsonFix copyright headers
2010-04-09 navarropNow working.
2010-04-09 mquinsonUse libsimgrid as name for the native simgrid module...
2010-04-09 mquinsonremove temporary manual link to library now that cmake...
2010-04-09 mquinsonkill trivial MSG_task_has_data() and use get_data(...
2010-04-09 mquinsonKill an crufty and outdated manual link to the lib
2010-04-09 coldpeacerequire 'simgrid'
2010-04-09 coldpeacerequire 'simgrid_ruby'
2010-04-09 coldpeacemodified tesh files
2010-04-08 navarropModified tesh files.
2010-04-07 coldpeaceusing shared Task to exchange data
2010-04-07 coldpeaceThis link should be created by cmake, but update it...
2010-04-07 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-04-06 coldpeacenew lua example (matrix multiplications )
2010-04-06 coldpeaceadding some Host methods to lua
2010-04-06 mquinsonEnclose the C data for tasks into a table so that user...
2010-03-26 mquinsonCopy directly the lua task from stack to stack. Allows...
2010-03-26 coldpeaceNew ruby example "Quick-Sort" ( Sending Data within...
2010-03-26 coldpeaceallowing to send tasks containing "ruby task" value...
2010-03-25 coldpeacecheck result when sending/receiving tasks
2010-03-25 coldpeacetrying to pass lua task as a data instead new allocation
2010-03-24 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-24 coldpeacefixing some privacy violation ( no more #include "msg...
2010-03-24 coldpeacemore respect to others privacy
2010-03-24 navarropChanges way to find lualib.h and lauxlib.h.
2010-03-24 mquinsonone more FIXME/TODO for medhi
2010-03-24 coldpeace"new ruby host method"
2010-03-23 mquinsonRename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT for sake...
2010-03-23 mquinsonLua works!
2010-03-23 mquinsonuse local variable in each user code so that they don...
2010-03-23 mquinsonSanitize the includes of context objects declarations...
2010-03-23 mquinsonKill MSG_WARNING and MSG_FATAL return codes
2010-03-22 coldpeaceHost Methods
2010-03-22 mquinsonSecond try at lua. Still does not work: I get a 'attemp...
2010-03-22 mquinsonOne more FIXME to achieve for code simplification
2010-03-22 mquinsonremove typos
2010-03-22 mquinsonreduce verbosity: debug is almost over
2010-03-22 mquinsonuse small_platform.xml here
2010-03-19 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-19 coldpeaceRuby Msg Binding : new Methods and new Example
2010-03-18 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-18 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-18 coldpeacesimple example ruby using simdag (first tests)
2010-03-15 coldpeacedetailed output messages if MSG_task_send failed
2010-03-12 coldpeacebetter synchronization , cleanin' up ruby process ...
2010-03-08 coldpeaceStill have to kill runnin' processes (on simix level...
2010-03-05 mquinsonTry to fix the finalization process of ruby simulations...
2010-03-05 mquinsondamn dynamic typing preventing from checking source...
2010-03-05 mquinsonWe must put the location where we copy the task
2010-03-04 mquinsonEven more debugging info
2010-03-04 mquinsonDo not share the same argument container for every...
2010-03-04 mquinsonMore debug
2010-03-04 mquinsonmore debug
2010-03-04 mquinsonvarious little cleanups
2010-03-04 coldpeaceDeadLock
2010-03-04 mquinsonTwo more little FIXMEs
2010-03-04 coldpeaceredefinition of task and host ruby classes to adopte...
2010-03-03 mquinsonCleanup log mess in ruby bindings, various cosmetics...
2010-03-03 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-03 coldpeaceremoving ApplicationHandler ruby Class, keeping only...
2010-03-02 mquinsonFurther cleanups of ruby, plus add FIXME in ruby and...
2010-03-02 mquinsonAcknoledge the fact that JniException is a runtime...
2010-03-02 mquinsonYet some more cleanups in ruby (and this time, I go...
2010-03-02 mquinsonfurther simplifications to ruby: kill useless ProcessFa...
2010-03-02 mquinsonNote in source file how to debug that damn stuff
2010-03-02 mquinsonsome more cleanups in ruby bindings. Still not working...
2010-03-02 mquinsonMassive cleanups in ruby. Not yet working (segfault...
2010-03-02 mquinsonreindent
2010-03-01 mquinsonUse my axe to get ruby bindings compiling. Need to...
2010-03-01 mquinsonMore ruby cleanups: stop defining everything static...
next