1
I Use This!
High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1721 from GillesDuvert/close_1717 More... 4 months ago
Merge pull request #1714 from alaingdl/master More... 4 months ago
solves issue 1) More... 4 months ago
solving #1717 More... 4 months ago
improved version for OSX + FL + IDL More... 4 months ago
Merge pull request #1716 from GillesDuvert/closes_1710 More... 4 months ago
actually #1694 did not do a good job and was the source of #1710. Apparently in the case of PLOTMAN, the behaviour of the WIDGET_EVENT loop does not seem to follow the documentation: the event returned by the function is not checked against the hierachy (which is the norm and permits the "rewriting" of events that is the basis of the compound widgets ) but returned immediately. The patch soon proposed will just return if the "modified" event is the same as the event before handling by the function, and it suffices for PLOTMAN. Of course this is far from satisfactory, but as the eventloop of GDL is clearly not the same algorithm as in IDL, especially with the WxWidgets in the middle, this is a point to follow, there may be other cases where a special treatment is needed. More... 4 months ago
add a test for SHMMAP and other details More... 4 months ago
Merge pull request #1713 from alaingdl/master More... 4 months ago
Update file.cpp More... 4 months ago
anwsers to #1708 (call_external(/cdecl) and to #1709 (file_readlink) More... 4 months ago
Merge pull request #1703 from GillesDuvert/shmmap_etc More... 4 months ago
added support for sysv, although there is a problem of sync between processes (memory flush needed?) More... 4 months ago
added support for regular file, PRIVATE etc. More... 4 months ago
added support for regular file, PRIVATE etc. More... 4 months ago
yes, MSC_VER is not synomym of windows 64bit, use _WIN32. More... 4 months ago
[no comment] More... 4 months ago
[no comment] More... 4 months ago
yet another problem with windows... More... 4 months ago
try to remove windows build problems (shmmap not available) More... 4 months ago
remove problem on OSX? More... 4 months ago
better management of options, removed uneeded gdl variable in shared map list, correct handling of pending delete shared memory and offsets. More... 4 months ago
Merge pull request #1705 from gnudatalanguage/slayoo-patch-26 More... 4 months ago
deleting unknown adresses was a bad idea. More... 4 months ago
remove obsolete (incl. 404) links from the manpage More... 4 months ago
Update README.md for IDLAstro link More... 4 months ago
hack to get shm variables recognized as such and not deleteing their mapped memory when destroyed. probably better to replace all that by a simpler variant of the Assoc mechanism, but the use of a DPtrGDL here permits to get the memory cleaned when the referenc count drops to zero. More... 4 months ago
begin shmunmap More... 4 months ago
Merge master into shmmap_etc More... 4 months ago
Merge origin/master More... 4 months ago