Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
woops, fix Java after removing an unimplemented function
[simgrid.git] / src / bindings /
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
2015-10-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-02 Martin QuinsonRevert "don't cleanup java directory for now (debugging...
2015-10-02 Martin QuinsonOnly try to load winpthread on windows
2015-10-02 Martin Quinsonalso include winpthread.dll in the jarfile
2015-10-01 Martin Quinsondon't cleanup java directory for now (debugging time)
2015-09-25 Martin Quinsonalso unifies the native path between cmake and java...
2015-09-25 Martin QuinsonTry to unify the native lib location between cmake...
2015-09-24 Martin QuinsonBe verbose about errors encountered
2015-09-22 Martin QuinsonFurther simplify the full.jar generation (the hard...
2015-09-22 Martin QuinsonGreatly simplify the full jar generation
2015-09-22 Martin Quinsoncosmetics: mv tools/cmake/Scripts tools/cmake/scripts
2015-09-21 Martin QuinsonCorrectly cast pointers into uintptr_t to fit into...
2015-09-18 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-09-17 Martin Quinsons/_XBT_GNUC/XBT_ATTRIB/ as we will port them to MSVC
2015-08-12 Martin QuinsonMerge branch 'master' into S4U
2015-08-12 Martin Quinsonmove the cmake files in tools/cmake
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2015-07-24 kbaatiMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-20 Martin Quinsonactually kill models' names
2015-07-20 Martin QuinsonGet ride of ???Ptr types in C++: make pointers explicit
2015-07-18 Martin QuinsonRename NetworkLink type to Link
2015-07-18 Martin Quinson[SGpp] make ROUTING_HOST_LEVEL private. That was painful
2015-07-18 Martin QuinsonUse MSG_host_by_name() instead of MSG_get_host_by_name()
2015-07-18 Martin Quinson[SGpp] make SURF_CPU_LEVEL private
2015-07-18 Martin Quinson[SGpp] make MSG_HOST_LEVEL private
2015-07-18 Martin Quinsonsanitize a bit the prototype of SIMIX_host_create()
2015-07-18 Martin Quinson[SGpp] make SIMIX_HOST_LEVEL private
2015-07-18 Martin QuinsonGive simgrid's host its own header file and datatype
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-07-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-10 Martin QuinsonMASSIVE cleanup: s/workstation/host/
2015-06-16 Gabriel Corona[java] Add missing throw NativeException specifications...
2015-06-16 Gabriel Corona[java] Fix javadoc
2015-06-16 Gabriel Corona[java] Synchronize Storage.getByName() throw specificat...
2015-06-11 Martin QuinsonJava should prefer the bundled version of native libs
2015-06-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-10 Gabriel Corona[cmake] Fix Java binding generation
next