Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make trace_connect_list_host_speed private as it should
[simgrid.git] / src / bindings /
2016-02-07 Martin QuinsonProtect every lua header with extern 'C'
2016-02-07 Martin Quinsoncompile Lua bindings as C++ code
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-02-02 fabienchaixMerge pull request #1 from mquinson/master
2016-02-01 Martin QuinsonMerge pull request #57 from fabienchaix/oldstyle_elemen...
2016-01-31 Martin QuinsonThere is no way to disable libwinpthread-1.dll on mingw-64
2016-01-30 Martin Quinsonrename a function, and kill 2 dead prototypes
2016-01-23 Martin Quinson[java] do not load winpthread-1 on windows
2016-01-22 Martin Quinson[java] dont even try to load boost_context
2016-01-22 Christian Heinrich[Lua] Removed MSG from Lua
2016-01-22 Christian Heinrich[LUA] Removed another outdated lua function
2016-01-21 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-01-21 Martin QuinsonMerge pull request #52 from EtienneM/patch-1
2016-01-21 EtienneMDocumentation for parallel tasks
2016-01-21 EtienneMTypo in Task javadoc
2016-01-21 Martin Quinsonintegrate Adrien's example for Java VM energy as a...
2016-01-21 Christian Heinrich[LUA] Fixed compile time warnings, 2/2
2016-01-21 Christian Heinrich[LUA] Fixed compile time warnings
2016-01-20 Christian Heinrich[Lua] Removed remains from older codebase
2016-01-20 Christian Heinrich[Lua] Removed orphaned comments
2016-01-20 Christian Heinrich[Lua] Added new 'dump()' debug function for lua
2016-01-20 Christian Heinrich[Lua] Removed lua_utils.c for lua_debug.c
2016-01-20 Christian Heinrich[Lua] Further removal of unnecessary lua glue code
2016-01-20 Christian Heinrich[Lua] Removed lua simulation support
2016-01-20 Christian Heinrich[Lua] Renamed host 'power' to 'speed' for hosts
2016-01-20 Martin Quinsonmore argument checking
2016-01-19 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-01-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-19 Martin Quinsonexport the energy plugin to the java world
2016-01-13 Gabriel CoronaMerge simgrid::Host into simgrid::s4u::Host
2016-01-07 Martin QuinsonMerge pull request #45 from mpoquet/master
2016-01-07 Martin Quinsonuntangle resource::state (ON/OFF) and VM::state (STARTE...
2016-01-05 Martin QuinsonAdapt lua to the latest code changes
2015-12-21 Martin QuinsonRemove the ability to write internal plugins in Java
2015-12-18 Martin Quinsonrename facets to extensions for clarity sake
2015-12-18 Gabriel Corona[surf] Remove signal-related #defines
2015-12-17 Martin Quinsonnot all resources need a property set, only Host, Link...
2015-12-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-17 Gabriel CoronaFix CPU registration with Java models
2015-12-16 Martin Quinsonwoops, fix Java after removing an unimplemented function
2015-12-15 Gabriel CoronaUse simgrid::Host instead of xbt_dictelt_t for root...
2015-12-12 Martin Quinsondon't die when libboost_context cannot be loaded
2015-12-11 Luka StanisicMerge remote-tracking branch 'origin/master'
2015-12-11 Martin Quinsonremove dupplicated and broken include
2015-12-11 Luka StanisicMerge remote-tracking branch 'origin/master'
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-11 Gabriel Corona[java] Fix non extern-C native_to_java_process() declar...
2015-12-11 Gabriel Corona[java] Switch Java bindings to .cpp
2015-12-10 Gabriel Corona[surf] Move some code in a simgrid::surf namespace
2015-12-08 Gabriel CoronaAdd some missing #include
2015-12-08 Gabriel Corona[simix] Encapsulate main function, argc and argv in...
2015-12-08 Gabriel Corona[java] Remove the argc hack
2015-12-08 Gabriel Corona[java] Remove org.simgrid.msg.Process to xbt_main_func_...
2015-12-08 Gabriel Corona[java] Delcare some local variables where they are...
2015-12-08 Gabriel Corona[java] Fix signedness warning
2015-12-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-07 Gabriel Corona[simix] Port JavaContext to C++
2015-12-07 Gabriel Corona[simix] Kill cojava
2015-12-04 Martin Quinson[java/cmake] try to add boost_context to the jar when...
2015-12-04 Martin Quinsondoc improvement
2015-12-04 Martin QuinsonRename power->speed in the inner layer of the parsing
2015-12-02 Gabriel Corona[surf] Remove code for the cpu tag
2015-11-30 Gabriel Corona[surf] Expose (and use) hostCreatedCallbacks in C
2015-11-26 Gabriel Corona[java] Sync code generation with generated source code
2015-11-25 Gabriel Corona[surf] Hardcode some of the sg_platf_host callbacks
2015-11-25 Gabriel Corona[surf] Don't free power_peak from the caller
2015-11-23 Gabriel Corona[surf] Wrap the sigc++ API to provide the same API...
2015-11-23 Gabriel Corona[surf] Fix build with sigc++
2015-11-22 Martin QuinsonFix Java build
2015-11-22 Martin Quinsonrename a global to make its purpose clear (hopefully)
2015-10-25 Martin QuinsonReduce the amount of implicit include directories
2015-10-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-23 degommeahem :p (is this file even necessary?)
2015-10-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-15 Christian Heinrich[Lua] Fixed compilation issue
2015-10-15 Christian Heinrich[Lua] Patched lua_platf.c for Lua 5.3.1
2015-10-15 Christian Heinrich[Lua] Fixed garbage collection segfault
2015-10-15 Christian Heinrich[Lua] Fixed integer/double conversion problem
2015-10-15 Christian Heinrich[Lua5.3] Changed lua_tonumber to lua_tointeger where...
2015-10-15 Christian Heinrich[Lua5.3] Added logging functions error and critical
2015-10-15 Christian Heinrich[Lua5.3] Updated lua_task.c to Lua5.3
2015-10-15 Christian Heinrich[Lua5.3] Updated lua_state_cloner.c for Lua5.3
2015-10-15 Christian Heinrich[Lua5.3] Added and modified comments in lua_task.c
2015-10-15 Christian Heinrich[Lua5.3] Added checks for sane values in lua_platf.c
2015-10-15 Christian Heinrich[Bugfix] Fixed wrong property in SimSplay test: latency...
2015-10-15 Christian HeinrichLua: Changed latency attribute to lat and others.
2015-10-15 Christian HeinrichLua: Changed names for attribute 'policy' to 'sharing_p...
2015-10-15 Christian HeinrichAdded new case to lua_state_cloner.c: LUA_TNONE
2015-10-15 Christian HeinrichSecond series of changes to lua-bindings in order to...
2015-10-15 Christian HeinrichFixed lua_host file for Lua 5.3
2015-10-15 Christian HeinrichFirst series of changes to lua-bindings in order to
2015-10-15 Christian HeinrichLUA: Added support for backbone, host_link and ASroute
2015-10-15 Christian HeinrichAdded support for using lua platform files from C
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-10-12 Martin Quinson[java] properly port to armv7l, sorry for the noise
2015-10-05 Martin Quinson[win] I fail to disable winpthread + I think it's harml...
2015-10-04 Martin Quinson[win+java] maybe libwinpthread is causing the segfaults...
2015-10-02 Martin QuinsonDon't load DLLs when org.simgrid.NativeLib is loaded...
2015-10-02 Martin Quinson[java] unpack dll/so to a tempDir instead of messing...
2015-10-02 Martin Quinson[win+java] fix the name of libwinpthread-1.dll
next