Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix javadoc warnings.
[simgrid.git] / src / bindings /
2011-11-09 Christophe ThiéryMake the Lua API respect coherent naming conventions
2011-11-09 Christophe ThiéryRename functions in simgrid_lua.c
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-08 Christophe ThiéryThese files have nothing to do here
2011-11-08 Martin QuinsonAlso cleanup the fields of s_sg_platf_link_cbarg_t
2011-11-08 Martin Quinsonalso cleanup the field names of s_sg_platf_router_cbarg_t
2011-11-08 Martin QuinsonParser cleanup: simplify structure's fields' names
2011-11-08 Martin QuinsonReimplement the lua console on top of sg_platf
2011-11-08 Martin Quinsonkill more empty function chaining in lua console
2011-11-07 Martin QuinsonSlight cleanups in the lua console
2011-11-07 Martin QuinsonKill some further empty function chaining.
2011-11-07 Christophe ThiéryThis structure was not necessary
2011-11-07 Christophe ThiéryLua: don't garbage collect a task after sending it...
2011-11-07 Christophe ThiéryLua: add a function sglua_copy_value
2011-11-07 Christophe ThiéryAdd some _XBT_GNUC_UNUSED to avoid compilation warnings...
2011-11-05 Martin QuinsonAdd a new module allowing to interact with the platform...
2011-11-04 Martin Quinsonfixing lua console (brain dead) damages to the parser
2011-11-04 Martin Quinsonthis function should definitely not be called from...
2011-11-03 Martin QuinsonNobody cares about this argument since maybe 4 years...
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-28 Christophe ThiéryDon't memset to zero
2011-10-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-20 Arnaud Gierschs/GRAS_STUB_GENERATOR/SIMGRID_LUA/ to actually match...
2011-10-20 Arnaud GierschGuard against multiple inclusion.
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-13 Christophe ThiéryMerge branch 'lua'
2011-10-13 Christophe ThiéryLua: more debugging info
2011-10-06 Christophe ThiéryLua: add support of closures to the state cloner
2011-10-04 Christophe ThiéryRemove an obsolete function
2011-10-03 Christophe ThiéryLua: fix registering maestro tables
2011-09-29 Christophe ThiérySimplifying and improving identification of tables
2011-09-29 Christophe ThiérySplit sglua_move_value() in different functions for...
2011-09-29 Christophe ThiéryRename s_buffer_t to s_sglua_buffer_t
2011-09-29 Christophe ThiéryLua: separate bindings, state cloning functions and...
2011-09-28 Christophe ThiéryLua: sending and receiving tasks work, tests are okay.
2011-09-27 Christophe ThiéryTrying to make userdata work
2011-09-27 Christophe ThiéryLua: handle userdata and the registry
2011-09-27 Christophe ThiéryMerge branch 'lua' of git+ssh://scm.gforge.inria.fr...
2011-09-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-09-27 Christophe ThiéryRevert "Implementing Lua simulated processes as indepen...
2011-09-27 Christophe ThiéryRevert "These messages should be print in debug logs...
2011-09-27 Christophe ThiéryRevert "Fix format string error."
2011-09-27 Christophe ThiéryImprove formatting of debug info
2011-09-27 Arnaud GierschFix format string error.
2011-09-27 Christophe ThiéryThese messages should be print in debug logs only
2011-09-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-09-27 Christophe ThiéryImplementing Lua simulated processes as independent...
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-29 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-29 Christophe ThiéryWorking on Lua.
2011-07-29 Christophe ThiéryLua / Splay: some cleanups
2011-06-09 Pierre-Nicolas ClaussMerge back master branch
2011-05-18 Arnaud Giersch[gras] Don't define variables twice.
2011-05-18 Arnaud GierschDelete unused variable.
2011-05-18 Arnaud GierschDelete old/unused file.
2011-04-27 mehdiMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-27 mehdigot a number (not a table?) with Task_splay_irecv
2011-04-12 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-11 Lucas Schnorrmerging tracing changes
2011-04-11 mehdiadd some bindings for lua that enable to add properties...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 thieryReplace XBT_INFO by XBT_DEBUG to make tesh happy
2011-03-23 coldpeaceadd methods to describe a Router component from lua...
2011-03-01 thieryRemove side effects from xbt_asserts calls
2011-02-25 navarropCompletely remove ruby and java from simgrid project.
2011-02-24 navarropCreate current_property_set only if it is required.
2011-02-24 thieryThose XBT_INFO broke the tests
2011-02-23 coldpeaceget AS id when addRoute method is not indexed
2011-02-22 agierschInitialize current_as.
2011-02-22 coldpeaceupdate methods
2011-02-22 coldpeaceimprove the way to describe platform and all multi...
2011-02-22 agierschRemove spurious else..
2011-02-22 agierschReplace a combination of malloc+strcpy by xbt_strdup.
2011-02-17 agierschUse new style logging macros.
2011-01-25 thieryFix test lua-msg-masterslave-console (was broken since...
2011-01-21 navarropLet simgrid.dtd to be accessible from the web in order...
2011-01-21 navarropCorrectly set callbacks for tags.
2010-12-15 cristianrosaCompile fix: typo in variable name.
2010-12-13 schnorrtracing might be disable, protecting lua bindings
2010-12-07 coldpeaceFix lua console by adding new core element when bypass...
2010-12-03 thieryFix compilation
2010-12-02 cristianrosaSwitch to Ruby 1.9.x
2010-12-02 cristianrosaCompile fix
2010-12-02 mquinsonsmx_context.h must be installed so that I can write...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-30 navarropUpdate platfrom version to 3.
2010-11-27 mquinsonlet the decoupling of main lib and bindings work in...
2010-11-26 mquinsonkill the (unused) lua context factory. Lua does fine...
2010-11-26 mquinsonReduce the coupling between main library and ruby bindings
2010-11-26 mquinsoncleanup: kill unused variable
2010-11-12 coldpeacecleanups
2010-11-12 coldpeaceuse indexed table for Route.new (only for lua examples...
2010-11-09 mquinsonLet it compile in paranoid mode without _XBT_GNUC_UNUSE...
2010-11-04 agierschFix build in paranoid mode without tracing support.
2010-11-02 navarropInitialized value for compil succed in paranoid mode.
2010-10-31 mquinsonDon't mess with MSG internals from ruby, but use the...
2010-10-31 mquinsonuseless cosmetics
2010-10-29 coldpeaceadding methods to get Host Properties, and trace file...
2010-10-12 coldpeaceseparate between the console code and the bindings...
next