GerHobbelt / pthread-win32

clone of pthread-win32 (a.k.a. pthreads4w) + local tweaks (including MSVC2008 - MSVC2022 project files)
Other
350 stars 166 forks source link

Cmake Solution #1

Closed martell closed 3 years ago

martell commented 12 years ago

Hi Ger,

I plan on creating a cmake solution for pthread-win32. It would be a better way to handle different Visual studio version changes.

Your though's on this and on maybe helping me?

Cheers Martell

GerHobbelt commented 12 years ago

Hi Martell,

I don't use cmake myself. I understand that supporting multiple MSVC versions though it would be easier in some way, but haven't experienced enough gain there in older trials to go and make the switch. Which is just me being lazy in not picking up another make language ;-) but that doesn't mean it should apply to others. Bottom line: I don't expect to be of any use in the cmake dept. now, but it would be good for others to have a cmake build process next to the existing stuff.

BTW: keep in mind that this stuff originates at SourceForge so you might want to go and 'pull request' there too.

Met vriendelijke groeten / Best regards,

Ger Hobbelt


web: http://www.hobbelt.com/ http://www.hebbut.net/ mail: ger@hobbelt.com

mobile: +31-6-11 120 978

On Tue, Jun 19, 2012 at 8:58 PM, martell < reply@reply.github.com

wrote:

Hi Ger,

I plan on creating a cmake solution for pthread-win32. It would be a better way to handle different Visual studio version changes.

Your though's on this and on maybe helping me?

Cheers Martell


Reply to this email directly or view it on GitHub: https://github.com/GerHobbelt/pthread-win32/issues/1

martell commented 12 years ago

Hi Ger,

I have implemented a cmake build. https://github.com/martell/pthreads-win32.cmake It has pthreads code as a submodule in a different repo.\

Could you tell me what enhancement you have made etc. I would like to integrate these so that I can destroy all solution files :)

Martell

GerHobbelt commented 3 years ago

Resolved this year (long overdue) by merging work from forks in commit 9129f2e190ae488883a91219cff9eefedb5a17fb

Work was done in commits 98a45e53d9c8ced60c8fb72be2be38098bce9e60 and 113d3298398eb8648a939e912510d5750294848a, among others.