Displaying 18 results from an estimated 18 matches for "headerfile".
2006 Jun 20
1
Delphi (Pascal) headerfiles online | Excel
Dear list
Some time ago I told about the translation of the LGPL'ed R headerfiles to
Delphi. I am happy that most of them are translated now and the code, demo
and description is online (licensed under GPLv2):
http://treetron.googlepages.com
I just annonced a native Excel reader/writer in R-help which is based on
this headerfile translation.
Probably most of you won't car...
2006 Aug 14
1
Why does dtrace -h remove const qualifier?
If I have the following definition:
provider foo {
probe bar(const char*);
};
and creates the headerfile (snv 43) with dtrace -h I get:
extern void __dtrace_foo___bar(char *);
This is a "problem" for me (ok, I could add an explicit cast each time I fire the probe, or edit the generated headerfile by hand...), since it generates compilation errors when I call the probe in a C++ context:
&qu...
2006 Apr 12
0
headerfile translation to Delphi (Pascal) completed
Hi,
I am happy to announce that I finished the translation of almost all
LGPL'ed R headerfiles to Delphi. As a test I did several demos which
basically contain delphized versions of all the examples of chapter 5
in "Writing R Extensions".
Please have a look in the attachments for details
(DemosAndHeaders.txt), more information (Readme.txt) and an example of
how it looks (Convolve...
2020 Aug 19
2
Question about llvm vectors
Hi,
I love llvm vectors, yet I wonder why some advanced vector operations are
specific to some CPU targets?
Let me take an example:
/// Horizontally adds the adjacent pairs of values contained in two
/// 128-bit vectors of [4 x float].
///
/// \headerfile <x86intrin.h>
///
/// This intrinsic corresponds to the <c> VHADDPS </c> instruction.
///
/// \param __a
/// A 128-bit vector of [4 x float] containing one of the source
operands.
/// The horizontal sums of the values are stored in the lower bits of the
/// destination.
/...
2001 Sep 20
3
Wine and NVIDIA
...up-to-date OpenGL version... (cached) yes
checking for thread-safe OpenGL version... (cached) no
checking for glXCreateContext in -lGL... (cached) no
checking for gluLookAt in -lGLU... (cached) no
*snipp*
What is wrong? libGL.so and libGLU are in position. libGL.so points to the
NVidia-libs. The headerfiles are the correct ones. ldconfig -p says that it
got the libraries.
So why da heck don't I get hardware acceleration.
By the way: Alle other 3d apps compile perfectly.
(Sorry, I'm really desperate. I'm not used to deal with such kind of
compileprobelms. My last c++ program was done so...
2004 Jan 07
2
Solaris 8 + Active Directory
Good Day All,
I'm looking for a HowTO on how to compile/Install/Configure
Samba 3.0.1 with active directory support running on
Solaris 8. i.e. The samba server should be able to
authenticate against a Windows 2000 active directory.
Is there any such document? I've searched and have come up
empty. Thank you kindly.
Steven.
1
2020 Aug 20
2
Question about llvm vectors
...ors, yet I wonder why some advanced vector operations are
>> specific to some CPU targets?
>>
>> Let me take an example:
>>
>> /// Horizontally adds the adjacent pairs of values contained in two
>> /// 128-bit vectors of [4 x float].
>> ///
>> /// \headerfile <x86intrin.h>
>> ///
>> /// This intrinsic corresponds to the <c> VHADDPS </c> instruction.
>> ///
>> /// \param __a
>> /// A 128-bit vector of [4 x float] containing one of the source
>> operands.
>> /// The horizontal sums of the v...
2005 Jul 20
1
Installation error on Sun Solaris
This is from a colleague who is attempting to install R 2.1.1 on a Sun
machine. I hope this is sufficient information for someone to give us
some pointers.
thanks,
Richard
Our system is a Sunfire 480 running Solaris V2.8
The LD_LIBRARY_PATH is set
to:/usr/local/bin:/usr/lib:/usr/openwin/libL/opt/SUNWspro/libThe
path:/usr/local/lib does not exist on our server.The configure
results in
2006 Sep 04
0
xlsReadWrite 1.0
...). With this exception the package as a whole becomes a
non-free package (according to the R license non-free packages are not
encouraged but at least possible/tolerated). See also README.
-- TECHNICAL BACKGROUND / PRO VERSION:
The core of this package is written in Delphi (PASCAL) and uses the R
headerfiles for Delphi which I have written earlier (see website below). For
the actual read/write operation in excel a proprietary library (Flexcel) is
used as I wouldn't be able to write this by myself and because for pascal
there are not open source libraries available. (AFAIK. - I am aware of
Apache P...
2011 Jan 19
1
Rewrite the mailbox copy functions works in imap but don't work in doveadm import command
...il
*mail){
struct mailbox *box = ctx->transaction->box;
union mailbox_module_context *zbox = EMEXIS_CONTEXT(box);
struct mail_private *_mail = (struct mail_private *)mail;
union mail_module_context *zmail = EMEXIS_MAIL_CONTEXT(_mail);
struct istream *input;
const char *headerFile;
char *bodyFile;
int fd;
int increment;
......Do some stuffs and verifications OK....
// GETTING THE FILE TO READ SOME STUFF FROM HEADER.
if (zmail->super.get_stream(mail, NULL, NULL, &input) >= 0){
i_warning("GET STREAM COPY OK...");
}else{...
2003 May 26
1
logging in POP3
...list follows :)
o nr deleted mails + total bytes deletes
o nr mails left in spool + bytes left
o time spent
o indication if TLS was used or not
If you would lika generic logging API I have one you can use:
(Only tested under Linux. It is GPL)
http://robur.slu.se/jensl/jellog.tar.gz
Excerpt from headerfile:
/*
Functions for setting the destination of logger_facilities.
- filename is the file to append log entries to. If file does not exist
it
is created with umask 0666 (modified as usual by open() call).
- filestream is the FILE stream to use.
- fd is the filedescriptor to use.
- prior...
2010 Nov 21
0
[ANNOUNCE] libX11 1.4.0
...libX11: App. D: convert literallayouts to synopsis or programlisting
specs/libX11: Convert simpler eqn markup to docbook tags
specs/libX11: Tag WM_* as <property>
specs/libX11: convert multicolumn lists from tables to <simplelist>
specs/libX11: Add indexterms for headerfiles that .hN used to provide
specs/libX11: Fix up list of header files in Ch.1 & add index entries
specs/libX11: make sure all files have DOCTYPEs so standard entities work
specs/libX11: Manual cleanup pass over Ch. 1
specs/libX11: Convert \- to − and \^ to either...
2004 Dec 08
1
[LLVMdev] Compiling with Intel c++ 8.0
...onst *>()(str.c_str());
}
};
include/llvm/Analysis/DataStructure/DSGraph.h
The inline function uses std::find() which is defined in <algorithm>.
<algorithm> is only included in the implementation file of
DataStructure.cpp.
The choise was either to include <algorithm> in the headerfile (increasing
potentially overall compilation time), or defining the function in the .cpp
file. I chose the latter to be conformant with what you do.
lib/Analysis/AliasAnalysis.cpp
ICC gives me an error saying the function is already declared as extern.
However, as you suggest:
namespace llvm {
ex...
2004 Dec 08
0
[LLVMdev] Compiling with Intel c++ 8.0
On Wed, 8 Dec 2004, [iso-8859-1] Bj�rn Wennberg wrote:
> I am attempting to compile the llvm distribution with the Intel Compiler 8.0
> on linux and I have some minor patches I would like to apply. In our project
> we compile and run the code both on win32, together with Morten Ofstad using
> the MS compiler, and on linux using the intel compiler.
Great! I'm going to leave the
2004 Dec 08
3
[LLVMdev] Compiling with Intel c++ 8.0
Hi,
I am attempting to compile the llvm distribution with the Intel Compiler 8.0
on linux and I have some minor patches I would like to apply. In our project
we compile and run the code both on win32, together with Morten Ofstad using
the MS compiler, and on linux using the intel compiler.
I have wrapped the extra code to make llvm compile for icc in
#ifdef __INTEL_COMPILER
#endif
The patches
2003 Oct 20
16
A software FAX modem
Hi all,
I would like to announce the availability of an initial test version of
a totally software FAX facility, suitable for use with Asterisk. This is
a first public test release, so don't expect a solid polished product
just yet. People have shown interest in what I am doing, and here is the
evidence that it is not vapourware.
If the notion of a software FAX machine is new to you,
2017 Jul 26
15
[5.0.0 Release] Release Candidate 1 tagged
Dear testers,
5.0.0-rc1 has just been tagged.
Please build, test and upload binaries to the sftp. Let me know if
there are any issues.
I'll upload sources, docs, and your binaries to the pre-release
website once they're ready.
Thanks,
Hans
2019 Apr 30
6
Disk space and RAM requirements in docs
...test/Modules/Output/DebugInfoSubmodules.c.tmp
36K build/tools/clang/test/Modules/Output/debug-info-moduleimport.m.tmp/2X0IEHF5LHZHH
36K build/tools/clang/test/Modules/Output/crashes.m.tmp.mcp
36K build/tools/clang/test/Index/Output/subclass-comment.mm.tmp
36K build/tools/clang/test/Index/Output/headerfile-comment-to-html.m.tmp
36K build/tools/clang/test/Index/Output/comment-unqualified-objc-pointer.m.tmp
36K build/tools/clang/test/Index/Output/comment-cplus11-specific.cpp.tmp
36K build/tools/clang/test/Index/Output/annotate-comments-availability-attrs.cpp.tmp
36K build/tools/clang/test/CXX/temp/...