search for: multitool

Displaying 4 results from an estimated 4 matches for "multitool".

Did you mean: multiboot
2008 Oct 26
0
[LLVMdev] CMake builds clang.
...maintain would be a major gain. Once it is finished, I expect that some minutes of study would be enough for understanding how the LLVM CMake build system works. Add an hour more and you will be ready for some major maintenance work, without previous CMake experience. Apart from its multiplatform, multitool character, this is where CMake is vastly superior to autoconf & gmake. -- Oscar
2008 Oct 26
2
[LLVMdev] CMake builds clang.
On Oct 26, 2008, at 11:17 AM, Óscar Fuentes wrote: >> It would be simpler for autoconf builds to have a Perl script that >> updates the CMakeLists.txt files when necessary. (This doesn't look >> *that* hard, but I can't say when I'll surface long enough to work >> on that.) > > In theory, it is possible to do this with cmake itself. In practice, >
2008 Jan 16
2
Question about WxNotebook, threads, and GUI refreshing
...ain application which contains the Wx::App and Wx::Notebook and the notebook simply adds pages using instances of the panel classes I created. So the problem (I assume) is that I''m not setting up the thread switching properly for use with a Wx::Notebook. Here is the main app code: --- MultiTool.rb --- require ''wx'' require ''wx_sugar/all'' require ''panels/all.rb'' class MainNB < Wx::Notebook def initialize(parent, id) super(parent, id, Wx::DEFAULT_POSITION, Wx::DEFAULT_SIZE, Wx::NB_TOP) fpar_page = add_page(FPARP...
2015 Jun 11
0
[ANNOUNCE] intel-gpu-tools 1.11
...a DUT from scratch. (Building and installing tests can still be disabled by the --disable-tests configure flag.) (Joonas Lahtinen) - New tool to decode watermark registers (Ville Syrjälä) - Timeout mechanism now reports test as failed - Introduce intel_reg as the one Intel graphics register multitool to replace intel_reg_read, intel_reg_write, intel_iosf_sb_read, intel_iosf_sb_write, intel_vga_read, intel_vga_write, intel_reg_dumper, intel_reg_snapshot, and quick_dump.py. (Jani Nikula) - Add functions to manipulate i915.ko parameters and ensure features are enabled for testing. (Paulo...