Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Optimizing Makefilegenerator
Ceniza:
--- Quote from: mandrav ---I will implement another optimized command-line generator for builds.
--- End quote ---
Psssst, any possibility to add the so wanted (at least for me) multithreaded build (a.k.a. make -j# clone)?
Maybe that way it could't take you a bit longer :wink:
mandrav:
--- Quote from: Ceniza on November 23, 2005, 06:14:54 pm ---
--- Quote from: mandrav ---I will implement another optimized command-line generator for builds.
--- End quote ---
Psssst, any possibility to add the so wanted (at least for me) multithreaded build (a.k.a. make -j# clone)?
Maybe that way it could't take you a bit longer :wink:
--- End quote ---
The problem with that is that wxExecute can't be used inside any thread other than the main...
Ceniza:
So it should be made in the main thread... evil.
I'll play a bit with it and see what I find.
Urxae:
--- Quote from: mandrav on November 23, 2005, 07:02:58 pm ---
--- Quote from: Ceniza on November 23, 2005, 06:14:54 pm ---Psssst, any possibility to add the so wanted (at least for me) multithreaded build (a.k.a. make -j# clone)?
Maybe that way it could't take you a bit longer :wink:
--- End quote ---
The problem with that is that wxExecute can't be used inside any thread other than the main...
--- End quote ---
But you can still have it be called asynchronously, right? So maybe you could use some mechanism (events?) to tell the main thread to call wxExecute, which can then be activated from other threads?
rickg22:
--- Quote from: mandrav on November 23, 2005, 05:52:24 pm ---I will implement another optimized command-line generator for builds.
It won't take long...
--- End quote ---
I want to help I want to help I want to help! :o
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version