2012-03-09 |
Scott Wood | minor doc updates master |
commit | commitdiff |
2012-03-09 |
Scott Wood | kernel/orb: comment out some in-progress code |
commit | commitdiff |
2012-03-09 |
Scott Wood | idlcomp: make valgrind optional |
commit | commitdiff |
2012-03-09 |
Scott Wood | struct marshall: silence unused warning |
commit | commitdiff |
2012-03-09 |
Scott Wood | rbtree: silence parentheses warning |
commit | commitdiff |
2012-03-09 |
Scott Wood | Explicitly set unsigned long array size in GUID union. |
commit | commitdiff |
2012-03-09 |
Scott Wood | Remove weak from downcast method. |
commit | commitdiff |
2012-03-09 |
Scott Wood | makefile: introduce target flags (TFLAGS) |
commit | commitdiff |
2011-04-22 |
Scott Wood | Random stuff. |
commit | commitdiff |
2008-05-31 |
Scott Wood | Change x86 syscalls to direct branches, and define... |
commit | commitdiff |
2008-05-31 |
Scott Wood | ORB documentation updates. |
commit | commitdiff |
2008-05-31 |
Scott Wood | Fix stupid strncmp() bug. |
commit | commitdiff |
2008-05-12 |
Scott Wood | Cause excessively large malloc()s to fail rather than... |
commit | commitdiff |
2008-05-12 |
Scott Wood | Initial struct marshalling. |
commit | commitdiff |
2008-05-11 |
Scott Wood | Add distributors to liability disclaimer. Need to... |
commit | commitdiff |
2008-04-07 |
Scott Wood | idlcomp: valgrind fixes |
commit | commitdiff |
2008-04-07 |
Scott Wood | parser: remove unnecessary retains |
commit | commitdiff |
2008-04-07 |
Scott Wood | Run valgrind on idlc by default. |
commit | commitdiff |
2008-04-06 |
Scott Wood | Release lang_priv. |
commit | commitdiff |
2008-03-23 |
Scott Wood | Makefiles: Add Linux-style V=1 support |
commit | commitdiff |
2008-03-03 |
Scott Wood | Compare strings as unsigned, regardless of default... |
commit | commitdiff |
2008-03-03 |
Scott Wood | Fix stupid memcmp bug |
commit | commitdiff |
2007-12-22 |
Scott Wood | xfer to loki |
commit | commitdiff |
2007-12-10 |
Scott Wood | Move arrays to Util namespace, add parametric allocator. |
commit | commitdiff |
2007-12-10 |
Scott Wood | Add polintos config to STLport. |
commit | commitdiff |
2007-12-09 |
Scott Wood | Fix typo in memset arg name. |
commit | commitdiff |
2007-11-25 |
Scott Wood | Update year in doc/attributions |
commit | commitdiff |
2007-11-25 |
Scott Wood | Add STLport 5.1.4 |
commit | commitdiff |
2007-10-28 |
Scott Wood | Some weak symbol usage, and some marshalling stuff. |
commit | commitdiff |
2007-10-08 |
Scott Wood | Xfer to desktop |
commit | commitdiff |
2007-09-27 |
Scott Wood | idlcomp/c++: Separate output_nsdecl into begin/children... |
commit | commitdiff |
2007-09-27 |
Scott Wood | idlcomp: Make idl_error() accept a const pointer. |
commit | commitdiff |
2007-09-27 |
Scott Wood | xfer to laptop |
commit | commitdiff |
2007-08-23 |
Scott Wood | Fix bug in %hh handling. |
commit | commitdiff |
2007-08-14 |
Scott Wood | fixes/cleanup |
commit | commitdiff |
2007-08-05 |
Scott Wood | Move stdio defs to stdio.h, and fix an x86 makefile... |
commit | commitdiff |
2007-08-05 |
Scott Wood | More libc functions, and build-as-c fixes. |
commit | commitdiff |
2007-08-05 |
Scott Wood | build: C builds were incorrectly using g++ rather than... |
commit | commitdiff |
2007-08-05 |
Scott Wood | Move some freestanding libc functions from the kernel... |
commit | commitdiff |
2007-08-05 |
Scott Wood | build: Set flags for building C code, and add AR/RANLIB... |
commit | commitdiff |
2007-08-05 |
Scott Wood | Update copyright year. |
commit | commitdiff |
2007-08-05 |
Scott Wood | GCC 4.2.1 fixes, plus a couple library functions. |
commit | commitdiff |
2007-08-05 |
Scott Wood | Add toolchain patches. |
commit | commitdiff |
2007-07-29 |
Scott Wood | Add IFaceInfo. |
commit | commitdiff |
2007-07-14 |
Scott Wood | Remove #if 0 section. |
commit | commitdiff |
2007-07-14 |
Scott Wood | Fix GCC 4.1.3 issues |
commit | commitdiff |
2007-07-04 |
Scott Wood | Merge branch 'origin' |
commit | commitdiff |
2007-07-04 |
Scott Wood | xfer to odin |
commit | commitdiff |
2007-06-26 |
Scott Wood | build fixes |
commit | commitdiff |
2007-06-25 |
Scott Wood | minor orb stuff |
commit | commitdiff |
2007-06-12 |
Scott Wood | xfer to odin |
commit | commitdiff |
2007-05-27 |
Scott Wood | Add first draft of marshalling spec |
commit | commitdiff |
2007-05-26 |
Scott Wood | update |
commit | commitdiff |
2007-04-19 |
Scott Wood | Always use eax/edx; this makes throwing an exception... |
commit | commitdiff |
2007-04-19 |
Scott Wood | Return to the int98 vsyscall code when returning from... |
commit | commitdiff |
2007-04-19 |
Scott Wood | Remove redundant type declarations. |
commit | commitdiff |
2007-04-18 |
Scott Wood | Regs struct, int98/99 |
commit | commitdiff |
2007-04-18 |
Scott Wood | ABI update. |
commit | commitdiff |
2007-04-12 |
Scott Wood | random kernel stuff |
commit | commitdiff |
2007-04-11 |
Scott Wood | bmaptree and radix fixes |
commit | commitdiff |
2007-04-11 |
Scott Wood | Make in_kernel() static inline. |
commit | commitdiff |
2007-04-11 |
Scott Wood | ORBMM changes and other stuff |
commit | commitdiff |
2007-04-11 |
Scott Wood | IDL updates. |
commit | commitdiff |
2007-04-11 |
Scott Wood | Document new memory management semantics. |
commit | commitdiff |
2007-04-09 |
Scott Wood | Ignore .gdb_history |
commit | commitdiff |
2007-03-27 |
Scott Wood | xfer to desktop |
commit | commitdiff |
2007-03-20 |
Scott Wood | xfer to laptop |
commit | commitdiff |
2007-03-03 |
Scott Wood | Untangle header file interdependencies. |
commit | commitdiff |
2007-03-03 |
Scott Wood | Use a radix tree for IDRMap. |
commit | commitdiff |
2007-03-03 |
Scott Wood | Use -freg-struct-return. |
commit | commitdiff |
2007-02-26 |
Scott Wood | Lots of stuff. |
commit | commitdiff |
2006-12-26 |
Scott Wood | Use GCC builtins for bit scanning. The minor benefit... |
commit | commitdiff |
2006-12-10 |
Scott Wood | Oops, the disclamer somehow ended up in there twice. |
commit | commitdiff |
2006-12-10 |
Scott Wood | License change. |
commit | commitdiff |
2006-12-10 |
Scott Wood | Even simpler license. |
commit | commitdiff |
2006-12-10 |
Scott Wood | Update the PIB documentation. |
commit | commitdiff |
2006-12-09 |
Scott Wood | Add copyright to idlcomp files that were previously... |
commit | commitdiff |
2006-12-09 |
Scott Wood | Remove C language stub. |
commit | commitdiff |
2006-12-09 |
Scott Wood | Switch to a simple X11-style license. |
commit | commitdiff |
2006-12-03 |
Scott Wood | Remove Mem.AddrSpace.alloc_and_map(); a Mappable that... |
commit | commitdiff |
2006-12-03 |
Scott Wood | Add AnonMem, and s/get_entry/get_mapping/. |
commit | commitdiff |
2006-12-03 |
Scott Wood | Ignore the build directory. |
commit | commitdiff |
2006-12-03 |
Scott Wood | Fix a couple compiler errors that GCC 4.0 noticed. |
commit | commitdiff |
2006-12-03 |
Scott Wood | Initial checkin from Perforce. |
commit | commitdiff |
|