search for: vassilev

Displaying 20 results from an estimated 52 matches for "vassilev".

2007 Feb 05
3
Soul Reaver 2 v1.01 sound buffer underrun
...? Should I file a bug or maybe post an entry in AppDB? What debug variable should I turn on, when starting the game in order to get more information on the problem? Any suggestions are appreciated. Thank you for your time and consideration, and please excuse my poor English. -- regards Plamen Vassilev
2015 Mar 10
2
[LLVMdev] Google Summer of Code
> On Mar 10, 2015, at 1:03 AM, Vassil Vassilev <vvasilev at cern.ch> wrote: > > On 09/03/15 21:52, Anna Zaks wrote: >> >> +Easily, some of the code snippets end up being copied dozens of >> +times, which leads to worse maintainability, understandability and logical >> +design. > Should be better now. &gt...
2005 Jun 01
3
filter ingress policy based on nfmark
...bit 0pps backlog 0b 0p requeues 0 # iptables -t mangle -L -n -v pkts bytes target prot opt in out source destination 1362 293K MARK all -- * * 0.0.0.0/0 0.0.0.0/0 MARK set 0x1 No problems at 2.4 kernel. -- Best Regards, Martin Vassilev NetSurf.net Ltd.
2015 Mar 11
2
[LLVMdev] Google Summer of Code
> On Mar 11, 2015, at 2:14 AM, Vassil Vassilev <vvasilev at cern.ch> wrote: > > On 10/03/15 19:13, Anna Zaks wrote: >> >>> On Mar 10, 2015, at 1:03 AM, Vassil Vassilev <vvasilev at cern.ch <mailto:vvasilev at cern.ch>> wrote: >>> >>> On 09/03/15 21:52, Anna Zaks wrote: >>>>...
2015 Mar 09
2
[LLVMdev] Google Summer of Code
...uot;. Some +examples and possible applications are: Is this intentional? If not, maybe we could rephrase a bit with more emphasis on bug finding. I would also make it a requirement to use the infrastructure for bug detection. Thanks for driving this! Anna. > On Mar 9, 2015, at 1:54 AM, Vassil Vassilev <vvasilev at cern.ch> wrote: > > Hi Anton, > (CC-ing the people who might be interested to review) > I am attaching the patch. > Many thanks, > Vassil > On 04/03/15 23:00, Anton Korobeynikov wrote: >> Please provide a patch to Open Projects list. >> >&g...
2017 Mar 30
2
[GSoC 2017] Clang-based diff tool project
> On Mar 30, 2017, at 6:56 AM, Vassil Vassilev <v.g.vassilev at gmail.com> wrote: > > Hi, > > This seems a very exciting project. Do I take that you’re volunteering to mentor it? ;-) > > As part of GSoC16 Raphael developed a code clone detection tool (https://docs.google.com/presentation/d/1mJ6dA6XmAQ8s8Zqm_j51...
2006 May 26
1
Patch for baseheader compilation problems
...e-0.9.14/dlls/wined3d' make[1]: *** [wined3d] Error 2 make[1]: Leaving directory `/usr/local/src/wine-0.9.14/dlls' make: *** [dlls] Error 2 Any ideas? Small patch? Thanks If you wrestle in the mud with a pig. you both get dirty, and the pig likes it. -- Dave Dawson -- regards Plamen Vassilev Software Engineer & System Administrator Bulgaria, Varna T: +359 52 644615 M: +359 899 989647 E: plamen.vassilev@gmail.com
2009 May 03
1
Problems with installing Wine
Hi, I have problems installing wine. I am using Slackware 12.0, and I've downloaded the slackware wine package wine-1.1.20-i486-1kjz.tgz from here: http://sourceforge.net/project/showfiles.php?group_id=6241&package_id=6301 When I unpack it, I get two folders: usr/ and install/. In install/ I have a script doinst.sh. When I run, I get: > sh ./doinst.sh ./doinst.sh: line 1: cd:
2015 Mar 04
2
[LLVMdev] Google Summer of Code
Please provide a patch to Open Projects list. On Wed, Mar 4, 2015 at 8:25 PM, Vassil Vassilev <vvasilev at cern.ch> wrote: > On 17/02/15 09:47, Anton Korobeynikov wrote: >> >> John, >> >> Yes, I'm taking care about application as usual. > > I saw the the LLVM mentoring org was accepted. Congrats! > Anton, could you tell me what is the procedure...
2012 Jul 12
0
[LLVMdev] llvm::DenseSet with reverse iterator
Reverse iteration doesn't really make sense for DenseSet, since its iteration order isn't meaningful to begin with... --Owen On Jul 12, 2012, at 8:20 AM, Vassil Vassilev wrote: > Hi, > I need a data structure which has fast search and I can walk it > forward and backward. Is there something like that in LLVM ADT which am > not aware of? And if not can I implement it in llvm::DenseSet? > Vassil > _______________________________________________...
2012 Jul 12
3
[LLVMdev] llvm::DenseSet with reverse iterator
Hi, I need a data structure which has fast search and I can walk it forward and backward. Is there something like that in LLVM ADT which am not aware of? And if not can I implement it in llvm::DenseSet? Vassil
2012 Jul 12
1
[LLVMdev] llvm::DenseSet with reverse iterator
...e. I don't have a good feel for what exactly is "pretty small", but a lot of the LLVM code chooses 4 or 8. [1] http://llvm.org/docs/doxygen/html/UniqueVector_8h_source.html [2] http://llvm.org/docs/doxygen/html/SmallSet_8h_source.html#l00048 On Thu, Jul 12, 2012 at 11:43 AM, Vassil Vassilev <vvasilev at cern.ch> wrote: > Hi, > Thanks a lot for the help! > It seems that the SmallSetVector is the ADT I need (interface-wise). Is > more efficient than llvm::UniqueVector? > In my use case I have to insert a new element in the structure only if the > element is...
2012 Jul 12
2
[LLVMdev] llvm::DenseSet with reverse iterator
...al.html#dss_setvector On Thu, Jul 12, 2012 at 10:04 AM, Owen Anderson <resistor at mac.com> wrote: > Reverse iteration doesn't really make sense for DenseSet, since its iteration order isn't meaningful to begin with... > > --Owen > > On Jul 12, 2012, at 8:20 AM, Vassil Vassilev wrote: > >> Hi, >> I need a data structure which has fast search and I can walk it >> forward and backward. Is there something like that in LLVM ADT which am >> not aware of? And if not can I implement it in llvm::DenseSet? >> Vassil >> _____________________...
2017 Jan 16
3
[cfe-dev] Your help needed: List of LLVM Open Projects 2017
...essentially follow the approach > suggested by Peter (in the context of "hardening") in > https://llvm.org/bugs/show_bug.cgi?id=30540#c5 i.e. getting to the point > where LLD can survive intensive fuzzing. > > -- Sean Silva > > On Mon, Jan 16, 2017 at 5:18 AM, Vassil Vassilev via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi folks, >> >> Happy new year! >> >> Last LLVM Developers' Meeting I had a BoF: 'Raising Next Generation >> LLVM Developers'. It was suggested that we should update our open pro...
2006 Jul 09
16
Running Turbo C
I must run Turbo C for the university. The install seemed to go alright, but when I try to run it I get: $ wine TC.EXE Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:module:MZ_DoLoadImage insufficient DOS memory winevdm: can't exec 'C:\tc\BIN\TC.EXE': error=8 What should I do? I've 512 MB RAM- I can't imagine
2012 Jul 12
0
[LLVMdev] llvm::DenseSet with reverse iterator
...t; On Thu, Jul 12, 2012 at 10:04 AM, Owen Anderson <resistor at mac.com> wrote: >> Reverse iteration doesn't really make sense for DenseSet, since its iteration order isn't meaningful to begin with... >> >> --Owen >> >> On Jul 12, 2012, at 8:20 AM, Vassil Vassilev wrote: >> >>> Hi, >>> I need a data structure which has fast search and I can walk it >>> forward and backward. Is there something like that in LLVM ADT which am >>> not aware of? And if not can I implement it in llvm::DenseSet? >>> Vassil >&...
2017 Feb 06
2
Your help needed: List of LLVM Open Projects 2017
...; - Helper passes: Strip IR information, rename blocks and values, debug > information, ... > - Create a bugpoint mode (or a new tool) to reduce .mir test cases > - Write recommendations and guides for .mir based tests > > - Matthias > >> On Jan 16, 2017, at 5:18 AM, Vassil Vassilev via llvm-dev >> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> Hi folks, >> >> Happy new year! >> >> Last LLVM Developers' Meeting I had a BoF: 'Raising Next Generation >> LLVM Developers'. It...
2019 Oct 25
2
[cfe-dev] LLVM participation in GSoC and similar programs roundtable
Hi, I'm interested in GSOC in general, but I missed this roundtable unfortunately. Any summary from this session? Thanks, -- Mehdi On Mon, Oct 21, 2019 at 7:19 PM Vassil Vassilev via cfe-dev < cfe-dev at lists.llvm.org> wrote: > Round table on GSoC is a very good idea. Thanks for organizing! > > -- Vassil > On 10/22/19 12:51 AM, Anton Korobeynikov via cfe-dev wrote: > > Dear All, > > > > On Wednesday, October 23 at 5 pm we will have a ro...
2009 Apr 21
4
Microsoft Expression/.NET framwork
Hello, I really want Microsoft Expression Studio 2 to work with Wine. It requires the .NET framework. Should I expect Wine to be compatible with the it anytime soon? I also wonder if Windows Media Encoder will ever be compatible and Microsoft Visual Studio.
2006 Jun 05
0
OOO Game switches to fullscreen although it shouldn't
...Alt-Tab - I can see that wine actually has shown it's window, but it's empty and the game runs in fullscreen instead, messing all of my desktops' and icons' settings. Does this rings a bell to anyone? Or anyone else experienced that kind of problems? Thanks. -- regards Plamen Vassilev Software Engineer & System Administrator Bulgaria, Varna T: +359 52 644615 M: +359 899 989647 E: plamen.vassilev@gmail.com