Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ab68df02bc29045b9f02783518fbc7d0f23f56b7
/
lib
/
System
ab68df0
Fix VC++ compilation errors
by Jeff Cohen
· 21 years ago
c29befb
For PR351:
by Reid Spencer
· 21 years ago
3b0cc78
Add the getMagicNumber method. Patch contributed by Henrik Bach. Thanks Henrik!
by Reid Spencer
· 21 years ago
626e38e
Implement Win32 Path::getStatusInfo(), TimeValue::toString()
by Jeff Cohen
· 21 years ago
e2e2411
For PR351: Implement the new environment pointer for ExecuteAndWait
by Reid Spencer
· 21 years ago
77cc91d
For PR351:
by Reid Spencer
· 21 years ago
79fc924
Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXT
by Reid Spencer
· 21 years ago
b0e1887
Fix a bug where "." or any single character file name doesn't get the
by Reid Spencer
· 21 years ago
3d595cb
Remove an always false clause from an if statement.
by Reid Spencer
· 21 years ago
07941b4
Fix a bug where directory names of length one or less where not set
by Alkis Evlogimenos
· 21 years ago
732f92d
* Add a std::ostream inserter for sys::Path
by Reid Spencer
· 21 years ago
3265369
Fix recent breakage of win32 build
by Jeff Cohen
· 21 years ago
6c4b7bd
Implement new functions per new interface
by Reid Spencer
· 21 years ago
1b6b99b
For PR351: \
by Reid Spencer
· 21 years ago
ccb23a1
For PR351: \
by Reid Spencer
· 21 years ago
56c3ed8
Make the size() method const
by Reid Spencer
· 21 years ago
707a27c
Rename Path::get -> Path::toString
by Reid Spencer
· 21 years ago
1fce091
Path::get -> Path::toString
by Reid Spencer
· 21 years ago
31127e1
Fix residual Visual Studio build problems
by Jeff Cohen
· 21 years ago
194ca80
Make this work with the ICC compiler, contributed by Bjørn Wennberg
by Chris Lattner
· 21 years ago
368cb8e
Fix compilation error on Darwin.
by Chris Lattner
· 21 years ago
28dabf7
Move darwin-specific majik here.
by Chris Lattner
· 21 years ago
86ac2dc
Fix seriously broken implementation of GetMagicNumber.
by Reid Spencer
· 21 years ago
19cd4a9
Implement two new functions: LoadLibraryPermanently and
by Reid Spencer
· 21 years ago
29ae177
We just use ltdl's implementation for this abstraction now. Its portable to
by Reid Spencer
· 21 years ago
58c8ee1
Mods for compilation with llvm.
by Reid Spencer
· 21 years ago
9c16ed5
Original version of ltdl.h from libtool 1.5.10
by Reid Spencer
· 21 years ago
535af2b
Original version of ltdl.c from libtool 1.5.10
by Reid Spencer
· 21 years ago
441cc2a
Implement the default constructor which causes the current program to be
by Reid Spencer
· 21 years ago
7a45389
Cast the void* handle data member to HMODULE* to keep the VC++ compiler
by Reid Spencer
· 21 years ago
0de02a6
Dynamic Library abstraction. This makes the abstraction of a single dynamic
by Reid Spencer
· 21 years ago
be31d2a
* Use low-level unix I/O interface since we're on Unix.
by Reid Spencer
· 21 years ago
e552543
Erase non-applicable Unix comment, this is Win32
by Misha Brukman
· 21 years ago
56d3cdb
Remove useless #include.
by Reid Spencer
· 21 years ago
9860121
Simplify code.
by Reid Spencer
· 21 years ago
8bf7fba
Per code review:
by Reid Spencer
· 21 years ago
b608a81
Per code review:
by Reid Spencer
· 21 years ago
6b09db5
Provide the ThrowErrno utility. Patch contributed by Morten Ofstad
by Reid Spencer
· 21 years ago
abc8650
Adjust implementation to match new interface. Patch provided by Morten Ofstad
by Reid Spencer
· 21 years ago
a79a99a
Actually get the #include correct so it compiles .. duh.
by Reid Spencer
· 21 years ago
2e83ea5
Make it actually compile on Solaris.
by Reid Spencer
· 21 years ago
00b5df4
Consolidate the implementation of TimeValue::now() for Unix to use the
by Reid Spencer
· 21 years ago
2fbf978
Implement functionality suggested from code review: getStatusInfo should
by Reid Spencer
· 21 years ago
a2a6221
Make sure IdentifyFileType is in the sys namespace.
by Reid Spencer
· 21 years ago
98bc8ed
Add missing include.
by Alkis Evlogimenos
· 21 years ago
64a10ce
Forget strerror_r, it causes problems. Fix later when threading matters
by Reid Spencer
· 21 years ago
d351871
Implement the toString method
by Reid Spencer
· 21 years ago
9446559
Update for prototype changes
by Reid Spencer
· 21 years ago
eaf1815
* Implement getDirectoryContents * Implement getStatusInfo * Implement setStatusInfo * Implement renameFile
by Reid Spencer
· 21 years ago
083507c
Fix bugs in class invariant
by Reid Spencer
· 21 years ago
fb9aac8
Include the correct implementation file
by Reid Spencer
· 21 years ago
44cbf36
Don't exceed 80 columns.
by Reid Spencer
· 21 years ago
f37ce99
Implement IdentifyFileType function
by Reid Spencer
· 21 years ago
4b82681
Fix isBytecodeFile to correctly recognized compressed bytecode too.
by Reid Spencer
· 21 years ago
9195f37
* Implement getStatusInfo for getting stat(2) like information
by Reid Spencer
· 21 years ago
01a42e4
Fix a typo: isvalid -> isValid
by Reid Spencer
· 21 years ago
d8b8912
Consistently use llvm.cs.uiuc.edu instead of llvm.org
by Misha Brukman
· 21 years ago
07adb28
Stop propagating method names that violate the coding standard
by Reid Spencer
· 21 years ago
6cb21d4
Change Library Names Not To Conflict With Others When Installed
by Reid Spencer
· 21 years ago
20ac4e3
Add EXTRA_DIST for additional files to be distributed.
by Reid Spencer
· 21 years ago
cac731e
We won't use automake
by Reid Spencer
· 21 years ago
3567a41
Fix some grammar
by Misha Brukman
· 21 years ago
86d341b
Initial automake generated Makefile template
by Reid Spencer
· 21 years ago
9c02f5c
AIX does not have mkdtemp() so emulate its behavior using mktemp() and mkdir()
by Misha Brukman
· 21 years ago
83d3aad
Allow this file to compile on Darwin.
by Reid Spencer
· 21 years ago
8af3ed0
Use __MINGW instead of __MING. Patch contributed by Henrik Bach.
by Reid Spencer
· 21 years ago
7d5ec23
Get proper BSD #includes for MappedFile implementation.
by Reid Spencer
· 21 years ago
8545fc1
Implementation of MappedFile for Win32. Patch provided by Jeff Cohen.
by Reid Spencer
· 21 years ago
d96cb6e
Update to reflect changes in Makefile rules.
by Reid Spencer
· 21 years ago
9f41a5f
Initial version of automake Makefile.am file.
by Reid Spencer
· 21 years ago
e789a6b
Must include sys/stat.h before declaring a 'struct stat'
by Brian Gaeke
· 21 years ago
f348ccc
Adjust sys/stat.h inclusion so its only for SunOS.
by Reid Spencer
· 21 years ago
c5a0bbf
Added a couple of includes to get this to compile on Sparc.
by Tanya Lattner
· 21 years ago
341e1da
Solaris doesn't have MAP_FILE.
by Chris Lattner
· 21 years ago
9737492
First version of the MappedFile abstraction for operating system idependent
by Reid Spencer
· 21 years ago
14abc25
That should actually be __MING, not __MINGW.
by Misha Brukman
· 21 years ago
34ec89c
Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.
by Misha Brukman
· 21 years ago
6a0ec6f
Improve validity checking of windows path names and fix file creation problems.
by Reid Spencer
· 21 years ago
ced4110
Use llvm::sys::Path to destroy the file.
by Reid Spencer
· 21 years ago
10366a4
Win32 implementation of TimeValue::now().
by Reid Spencer
· 21 years ago
d722bf5
FreeBSD implementation of the TimeValue::now() method.
by Reid Spencer
· 21 years ago
725f2c8
Updated to reflect changes in the interface of TimeValue::now().
by Reid Spencer
· 21 years ago
0d5716e
Added stub implementations of TimeValue concept for remaining platforms.
by Reid Spencer
· 21 years ago
1fc194c
Wrap to 80 cols.
by Reid Spencer
· 21 years ago
9926c31
Initial implementation of the TimeValue abstraction.
by Reid Spencer
· 21 years ago
f6cbc0f
Patch for MINGW. Patch provided by Henrik Bach.
by Reid Spencer
· 21 years ago
7b60a15
Minor correction to Signals implementation.
by Reid Spencer
· 21 years ago
111a348
Use the /dev/zero device as the device on which the pages are mapped.
by Reid Spencer
· 21 years ago
d0c9e0e
Porting of Unix implementation to Win32.
by Reid Spencer
· 21 years ago
622e220
Get rid of file descriptor leak in create_file.
by Reid Spencer
· 21 years ago
298d6c1
Make sure critical sections are entered before trying to leave them.
by Reid Spencer
· 21 years ago
0cc2d0a
Allow "bc" as suffix for bytecode files.
by Reid Spencer
· 21 years ago
90b5413
Implement the signals interface for Win32.
by Reid Spencer
· 21 years ago
b016a37
Patches to make this file actually compile under windows.
by Reid Spencer
· 21 years ago
9041843
Initial version of the SysConfig abstraction for Win32.
by Reid Spencer
· 21 years ago
0b22ba4
First version of a common header file for Win32 implementations.
by Reid Spencer
· 21 years ago
437b079
Initial implementation of the Process abstraction for Win32.
by Reid Spencer
· 21 years ago
4909b6c
Fix the interface to ReleaseRWX to take MemoryBlock& not Memory&
by Reid Spencer
· 21 years ago
8c0c339
Fix a compilation error.
by Reid Spencer
· 21 years ago
74e7261
Implement the GetLibraryPath function.
by Reid Spencer
· 21 years ago
Next »