search for: filebuf

Displaying 20 results from an estimated 22 matches for "filebuf".

2016 Mar 23
2
Help with pass manager
...mOccurrences() > 0 && FileType != TargetMachine::CGFT_ObjectFile) errs() << "warning: ignoring -mc-relax-all because filetype != obj"; { raw_pwrite_stream *outstream = &objoutstream->os(); SmallVector<char, 0> filebuf; std::unique_ptr<raw_svector_ostream> BOS; if ((FileType != TargetMachine::CGFT_AssemblyFile && !objoutstream->os().supportsSeeking())) { BOS = make_unique<raw_svector_ostream>(filebuf); outstream = BOS.get(); }...
2016 Mar 24
2
Help with pass manager
...argetMachine::CGFT_ObjectFile) >> errs() << "warning: ignoring -mc-relax-all because filetype != obj"; >> >> { >> raw_pwrite_stream *outstream = &objoutstream->os(); >> >> SmallVector<char, 0> filebuf; >> std::unique_ptr<raw_svector_ostream> BOS; >> if ((FileType != TargetMachine::CGFT_AssemblyFile && !objoutstream->os().supportsSeeking())) { >> BOS = make_unique<raw_svector_ostream>(filebuf); >> outstream = B...
2016 Mar 24
0
Help with pass manager
...t; FileType != TargetMachine::CGFT_ObjectFile) > errs() << "warning: ignoring -mc-relax-all because filetype != obj"; > > { > raw_pwrite_stream *outstream = &objoutstream->os(); > > SmallVector<char, 0> filebuf; > std::unique_ptr<raw_svector_ostream> BOS; > if ((FileType != TargetMachine::CGFT_AssemblyFile && !objoutstream->os().supportsSeeking())) { > BOS = make_unique<raw_svector_ostream>(filebuf); > outstream = BOS.get(); >...
2016 Mar 24
2
Help with pass manager
...errs() << "warning: ignoring -mc-relax-all because filetype != obj"; >>>> >>>> { >>>> raw_pwrite_stream *outstream = &objoutstream->os(); >>>> >>>> SmallVector<char, 0> filebuf; >>>> std::unique_ptr<raw_svector_ostream> BOS; >>>> if ((FileType != TargetMachine::CGFT_AssemblyFile && !objoutstream->os().supportsSeeking())) { >>>> BOS = make_unique<raw_svector_ostream>(filebuf); >>&g...
2016 Mar 24
0
Help with pass manager
...tFile) >>> errs() << "warning: ignoring -mc-relax-all because filetype != obj"; >>> >>> { >>> raw_pwrite_stream *outstream = &objoutstream->os(); >>> >>> SmallVector<char, 0> filebuf; >>> std::unique_ptr<raw_svector_ostream> BOS; >>> if ((FileType != TargetMachine::CGFT_AssemblyFile && !objoutstream->os().supportsSeeking())) { >>> BOS = make_unique<raw_svector_ostream>(filebuf); >>>...
2016 Mar 24
2
Help with pass manager
...gnoring -mc-relax-all because filetype != obj"; >>>>>> >>>>>> { >>>>>> raw_pwrite_stream *outstream = &objoutstream->os(); >>>>>> >>>>>> SmallVector<char, 0> filebuf; >>>>>> std::unique_ptr<raw_svector_ostream> BOS; >>>>>> if ((FileType != TargetMachine::CGFT_AssemblyFile && !objoutstream->os().supportsSeeking())) { >>>>>> BOS = make_unique<raw_svector_ostream&...
2016 Mar 24
0
Help with pass manager
...lt; "warning: ignoring -mc-relax-all because filetype != obj"; >>>>> >>>>> { >>>>> raw_pwrite_stream *outstream = &objoutstream->os(); >>>>> >>>>> SmallVector<char, 0> filebuf; >>>>> std::unique_ptr<raw_svector_ostream> BOS; >>>>> if ((FileType != TargetMachine::CGFT_AssemblyFile && !objoutstream->os().supportsSeeking())) { >>>>> BOS = make_unique<raw_svector_ostream>(filebuf)...
2016 Mar 24
2
Help with pass manager
...= obj"; >>>>>>>> >>>>>>>> { >>>>>>>> raw_pwrite_stream *outstream = &objoutstream->os(); >>>>>>>> >>>>>>>> SmallVector<char, 0> filebuf; >>>>>>>> std::unique_ptr<raw_svector_ostream> BOS; >>>>>>>> if ((FileType != TargetMachine::CGFT_AssemblyFile && !objoutstream->os().supportsSeeking())) { >>>>>>>> BOS = make_unique...
2016 Mar 24
0
Help with pass manager
...l because filetype != obj"; >>>>>>> >>>>>>> { >>>>>>> raw_pwrite_stream *outstream = &objoutstream->os(); >>>>>>> >>>>>>> SmallVector<char, 0> filebuf; >>>>>>> std::unique_ptr<raw_svector_ostream> BOS; >>>>>>> if ((FileType != TargetMachine::CGFT_AssemblyFile && !objoutstream->os().supportsSeeking())) { >>>>>>> BOS = make_unique<raw_svec...
2016 Mar 24
0
Help with pass manager
...;>>>>>>> >>>>>>>>> { >>>>>>>>> raw_pwrite_stream *outstream = &objoutstream->os(); >>>>>>>>> >>>>>>>>> SmallVector<char, 0> filebuf; >>>>>>>>> std::unique_ptr<raw_svector_ostream> BOS; >>>>>>>>> if ((FileType != TargetMachine::CGFT_AssemblyFile && !objoutstream->os().supportsSeeking())) { >>>>>>>>> BOS =...
2015 Aug 21
0
Wine release 1.7.50
...ls. Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 1.7.50 (total 39): 12454 iriver Plus 3 fails to start due to missing msvcirt.dll ?sh_read at filebuf@@2HB export 23650 PowerPoint 2007 insensitive to changes in screen resolution 25225 MPLAB IDE v8.60 toolbars getting reorganised every time when the window minimized and restored 26688 Multiple games crashes on unimplemented function vcomp.dll.omp_init_lock (Risen, Hearts of Iron III demo)...
2016 Mar 24
2
Help with pass manager
...;>>> >>>>>>>>>> { >>>>>>>>>> raw_pwrite_stream *outstream = &objoutstream->os(); >>>>>>>>>> >>>>>>>>>> SmallVector<char, 0> filebuf; >>>>>>>>>> std::unique_ptr<raw_svector_ostream> BOS; >>>>>>>>>> if ((FileType != TargetMachine::CGFT_AssemblyFile && !objoutstream->os().supportsSeeking())) { >>>>>>>>>>...
2015 Aug 07
0
Wine release 1.7.49
...sole edit mode on Enter press, if the Insert key toggle is active. kernel32: Restore the original console cursor size on Enter press, if the Insert key toggle is active. Huw D. M. Davies (1): qcap/tests: Fix test failures on Win64. Iv?n Matellanes (7): msvcirt: Add stub of class filebuf. msvcirt: Add filebuf static fields. msvcirt: Implement filebuf constructors and destructor. msvcirt: Implement filebuf::attach. msvcrt: _setmode should check if file descriptor is valid. msvcirt: Implement filebuf::open/close. msvcirt: Implement filebuf status f...
2016 Mar 24
0
Help with pass manager
...>>>>>>>>>>> { >>>>>>>>>>> raw_pwrite_stream *outstream = &objoutstream->os(); >>>>>>>>>>> >>>>>>>>>>> SmallVector<char, 0> filebuf; >>>>>>>>>>> std::unique_ptr<raw_svector_ostream> BOS; >>>>>>>>>>> if ((FileType != TargetMachine::CGFT_AssemblyFile && !objoutstream->os().supportsSeeking())) { >>>>>>>>>&g...
2016 Mar 30
1
Help with pass manager
...gt;>>>>>>>> { >>>>>>>>>>>> raw_pwrite_stream *outstream = &objoutstream->os(); >>>>>>>>>>>> >>>>>>>>>>>> SmallVector<char, 0> filebuf; >>>>>>>>>>>> std::unique_ptr<raw_svector_ostream> BOS; >>>>>>>>>>>> if ((FileType != TargetMachine::CGFT_AssemblyFile && !objoutstream->os().supportsSeeking())) { >>>>>>>&g...
2003 May 22
0
[PATCH 2.5.69 3/3] Bandaids for gen_init_cpio and initramfs
.../* Not marked static to keep the compiler quiet, as no one uses this yet... */ -void cpio_mkfile(const char *filename, const char *location, +static void cpio_mkfile(const char *filename, const char *location, unsigned int mode, uid_t uid, gid_t gid) { char s[256]; @@ -201,7 +201,7 @@ free(filebuf); push_pad(); return; - + error_free: free(filebuf); error_close: @@ -212,9 +212,29 @@ int main (int argc, char *argv[]) { + struct stat st; + char *objdir; + char *kinit; + + if (argc != 2) { + fprintf(stderr, "usage: %s objdir\n", argv[0]); + exit(1); + } + + objdir = arg...
2016 Jan 19
8
[3.8 Release] RC1 has been tagged
(cc'ing non-legacy llvm-dev this time; apologies if you get this twice. Please don't reply-all to the first one.) On Tue, Jan 19, 2016 at 3:47 PM, Hans Wennborg <hans at chromium.org> wrote: > Dear testers, > > Start your engines; 3.8.0-rc1 was just tagged from the 3.8 branch at > r258223. (It took a little longer than I'd planned, sorry about that.) > > There
2016 Jan 20
2
[3.8 Release] RC1 has been tagged
...-Dimitry > On 20 Jan 2016, at 11:30, Daniel Sanders <Daniel.Sanders at imgtec.com> wrote: > > This isn't rc1 but the tip of the release branch had some X86 test failures on my most recent build: > Failing Tests (24): > libc++ :: std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp > libc++ :: std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp > libc++ :: std/input.output/iostream.format/ext.manip/get_time.pass.cpp > libc++ :: std/input.output/iostream.format/ext.manip/put_time.pass.cpp > libc++ :: std...
2012 Oct 12
0
Wine release 1.5.15
...comctl32: Use GetWindowLong to check for scrollbar. comctl32: Clean up listview resizing code. Daniel Lehman (11): msvcrt: Add declaration for _sc[w]printf to header. msvcp90: Change basic_ios<wchar_t>::imbue to match char version. msvcp90: Flip fclose result check in filebuf<>::close. msvcp90: Fix cxx exception information for 64-bit. msvcp90: Fix export for fstream<wchar_t> ctor. msvcp: Flip fclose result check in filebuf<>::close. msvcp90: Initialize state in mb_to_wc. msvcp90: Copy facetvec element pointer in copy ctor...
2015 Feb 20
0
Wine release 1.7.37
...ter WM_QUIT message in PeekMessage call if PM_QS_POSTMESSAGE was not specified. msvcp: Fix basic_ostream<short>::operator<<(const short*) function export. msvcp70: Export basic_ostream::operator<< functions family. msvcp70: Add basic_{fstream, ifstream, ofstream, filebuf}::open exports. msvcp70: Add basic_istream::operator>> exports. user32/tests: Add tests for window clipping with CS_PARENTDC flag. user32/tests: Test that CS_PARENTDC enables child window to draw over whole parent window. Stefan D?singer (13): d3d9/tests: Test rhw tab...