Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to use a rpath for everything on Apple
[simgrid.git] / tools / cmake / Java.cmake
2017-01-12 Martin Quinsontry to use a rpath for everything on Apple
2017-01-11 Martin QuinsonI hope I understood how to use RPATH on Mac OSX
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-04-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-18 Frederic Sutersave a couple more lines
2016-03-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-14 Martin Quinsoncmake/java: On windows, take the dll from the chocolate...
2016-03-14 Martin Quinsoncmake/java: On windows, take the dll from the chocolate...
2016-03-08 Martin Quinsoncmake: exec_program() is deprecated. Use execute_proces...
2016-03-04 Martin Quinsonmerge ChangeLog.SimGrid-java into ChangeLog
2016-03-04 Julien GossaMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-04 Martin Quinsonextend the implementation note in comments
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-12 Frederic Suterdon't mislead robots
2016-02-08 Martin Quinson[cmake/java] try to reduce the amount of work done...
2016-02-08 Martin Quinsonwe won't strip java: we are not robust enough, unfortun...
2016-02-02 fabienchaixMerge pull request #1 from mquinson/master
2016-02-01 Martin QuinsonMerge pull request #57 from fabienchaix/oldstyle_elemen...
2016-02-01 Martin Quinsontry another trick to get winpthread properly in the jar
2016-01-31 Martin QuinsonThere is no way to disable libwinpthread-1.dll on mingw-64
2016-01-23 Martin Quinson[java] do not load winpthread-1 on windows
2016-01-22 Martin Quinsondo not include libboost-context in the jar
2016-01-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-19 Martin Quinsoncp is cp, but sh may be sh.exe
2016-01-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-18 Millian PoquetMerge branch 'master' of https://github.com/mquinson...
2016-01-18 Martin Quinsoncp is called cp.exe on windows...
2016-01-18 Martin Quinson[cmake] fix the copy of the native libs into the jarfile
2016-01-15 degommetry again to find this lib.. and don't crash if not...
2016-01-15 degommeAdd folders to search for libwinpthreads when using...
2016-01-15 degommeanother attempt
2016-01-15 degommeanother attempt to fix make -j with java.
2016-01-12 Martin Quinson[cmake/java] copy all native libs in one shot to fix...
2016-01-10 Martin Quinson[cmake/java] only recompile the javadoc if the document...
2016-01-05 degommeweirdly, DEPENDS clause seems to be ignored sometimes...
2015-12-23 Martin Quinson[cmake] fix outoftree build for Java
2015-12-23 Martin Quinsondon't pack the library into the jar until the library...
2015-12-21 Martin QuinsonRemove the ability to write internal plugins in Java
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-04 Martin Quinson[java/cmake] try to add boost_context to the jar when...
2015-11-24 Martin QuinsonComment the java stripping commands for now
2015-11-24 Gabriel Corona[java] Don't strip SOs in JARs
2015-11-06 Martin Quinson[cmake] 'not' and 'NOT' are different, but only on...
2015-11-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-03 Martin Quinson[cmake] all java stuff in the same place
2015-11-02 Martin Quinson[cmake] recompile with swig if the executable is found
2015-10-31 Martin Quinsonnow that CMake dependency is bumped to 2.8.8, dont...
2015-10-23 Martin Quinson[cmake] mark two variables as advanced to hide them...
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-10-12 Martin Quinson[java] properly port to armv7l, sorry for the noise
2015-10-12 Martin Quinson[java] port to armv7l
2015-10-12 Martin Quinson[Java] Port to kFreeBSD
2015-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-06 Martin Quinson[java] strip the windows version now that it works
2015-10-05 Martin Quinson[win] I fail to disable winpthread + I think it's harml...
2015-10-05 Martin Quinson[windows] pass -m64 when needed
2015-10-05 Martin Quinson[win+java] sort out the linker flags that we pass
2015-10-04 Martin Quinson[win+java] maybe libwinpthread is causing the segfaults...
2015-10-03 Martin Quinson[windows] pexport is a dead project anyway
2015-10-03 Martin Quinson[java] don't strip libs on windows, to track down the...
2015-10-03 Martin QuinsonI meant that Java v1.7 is REQUIRED
2015-10-03 Martin Quinsonadd the NEWS file to the jarfile
2015-10-03 Martin Quinson[Java] bump dependency to Java 7
2015-10-02 Martin Quinsonignore the lib stripping errors that seem to occure...
2015-10-02 Martin QuinsonStrip the libs in the jarfile
2015-10-02 Martin Quinson[cmake] correctly quote the c:\ that windows requests
2015-10-02 Martin Quinsonalso include winpthread.dll in the jarfile
2015-10-02 Martin Quinson[cmake] cleanup: mv MakeJava.cmake Java.cmake