summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* windows: Create basename functiondevs/felipealmeida/fix-eina-dll-exportFelipe Magno de Almeida2020-05-046-8/+34
* windows: Disable compilation of eina_btlog on WindowsFelipe Magno de Almeida2020-05-041-0/+5
* windows: Do not use thread_push and thread_popFelipe Magno de Almeida2020-05-043-64/+68
* windows: Add test batch fileFelipe Magno de Almeida2020-05-041-0/+22
* windows: Do not use S_ISREG in windows platformFelipe Magno de Almeida2020-05-041-0/+5
* windows: Add vasprintf as helperJoão Antônio Cardoso2020-05-047-2/+115
* windows: Add PCRE_STATIC define to link with PCRE staticallyFelipe Magno de Almeida2020-05-042-2/+2
* windows: Add fnmatch win32 implementationJoão Antônio Cardoso2020-05-0425-64/+736
* windows: Fix use of S_ISREG and S_ISDIR in windows codeFelipe Magno de Almeida2020-05-041-3/+6
* Remove wrongful use of pthread.h include and windows.h includeFelipe Magno de Almeida2020-05-041-5/+4
* Fix EVIL_API for mmap functionsFelipe Magno de Almeida2020-05-043-5/+5
* Implement time functions in eina for WIN32Felipe Magno de Almeida2020-05-043-8/+18
* windows: Squash with lock and threadsFelipe Magno de Almeida2020-05-043-13/+3
* eina_debug.c now use eina_threads functions instead of pthreadscarlos2020-05-041-25/+3
* More things to squashFelipe Magno de Almeida2020-05-047-98/+42
* Commit to be squashed in other commitsFelipe Magno de Almeida2020-05-046-69/+64
* windows: Comment out compilation of anything else besides einaFelipe Magno de Almeida2020-05-042-73/+83
* Windows: Rename EAPI macro in Eina to EINA_API to handle __declspec by DSOFelipe Magno de Almeida2020-05-04141-1749/+1859
* windows: Replace EAPI with EVIL_API in evil libraryFelipe Magno de Almeida2020-05-0425-114/+104
* windows: Add evil_windows.h before socket includes in einaFelipe Magno de Almeida2020-05-041-1/+1
* windows: Add some tooling information to native windows fileFelipe Magno de Almeida2020-05-041-0/+11
* windows: Add direct.h for functions similar to unistd.hFelipe Magno de Almeida2020-05-041-0/+1
* windows: Add more debug information to build.batFelipe Magno de Almeida2020-05-041-1/+2
* alternative: using definitions to map ucrtJoao Antonio Cardoso2020-04-301-32/+4
* Windows:eina: Add Thread synchronization (#34)Lucas2020-04-3011-644/+1221
* efl-windows: Create windows.yml for github CIFelipe Magno de Almeida2020-04-303-2/+91
* code stylecarlos2020-04-291-1/+2
* code stylecarlos2020-04-295-55/+47
* default thread priority, and default stack size posix likecarlos2020-04-291-4/+2
* code stylecarlos2020-04-294-25/+31
* _eina_thread_join return intcarlos2020-04-291-1/+3
* meson.build verify if exists symbols thread_setname and thread_setaffinity fo...carlos2020-04-296-11/+24
* EINA_THREAD_JOIN_CANCELED in eina_thread.hcarlos2020-04-294-6/+6
* EINA_HAVE_PTHREAD_SETNAME to EINA_HAVE_THREAD_SETNAMEcarlos2020-04-295-7/+7
* just on if sys_windowscarlos2020-04-291-9/+5
* EINA_THREAD_JOIN_CANCELED just in eina_thread.h and removed some unecessary castcarlos2020-04-294-8/+6
* eina_sched_win32 code conventioncarlos2020-04-291-26/+27
* eina_sched_posix code conventioncarlos2020-04-291-38/+37
* eina_inline_thread_win32 code conventioncarlos2020-04-291-68/+75
* eina_inline_thread_posix code conventioncarlos2020-04-291-14/+20
* eina_debug_timer code conventioncarlos2020-04-291-38/+35
* headers comuns agora estao em eina_thread.hcarlos2020-04-293-11/+7
* adicionado static inline functions no.xcarlos2020-04-292-21/+21
* #undef _WIN32_LEAN_AND_MEANcarlos2020-04-291-1/+1
* eapi const moved from eina_inline_thread_win32.x to eina_thread_win32.hcarlos2020-04-292-2/+2
* Renamed eina_thread_{win32,posix}.c to eina_inline_thread_{win32,posix}.xcarlos2020-04-2913-313/+313
* Removed unnecessary comments and lines.carlos2020-04-2914-293/+395
* aplying review from coquinhocarlos2020-04-293-39/+35
* tiz answercarlos2020-04-291-1/+1
* removed a false #ifndef _WIN32carlos2020-04-291-5/+2