root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @631 [631] 08/15/08 13:23:09 weyrick resource: the forgotten php type
(edit) @630 [630] 08/15/08 12:39:56 weyrick some work on the runtime output buffering and some llvm module work gives …
(edit) @629 [629] 08/14/08 13:32:32 weyrick finally get JIT running, calling into the runtime. turns out the x86 JIT …
(edit) @628 [628] 08/14/08 13:13:24 weyrick more noodling
(edit) @627 [627] 08/13/08 13:03:34 weyrick don't link llvm into targets linking to rphp-eval
(edit) @626 [626] 08/12/08 10:00:13 weyrick more llvm probing
(edit) @625 [625] 08/11/08 09:50:06 weyrick switch to i8* pointer type, and add in the verify
(edit) @624 [624] 08/08/08 10:00:46 weyrick attempt runtime startup/shutdown from llvm test module
(edit) @623 [623] 08/05/08 11:13:19 weyrick add JIT execution for bitecode
(edit) @622 [622] 08/05/08 08:42:35 weyrick more skeleton code in the driver
(edit) @621 [621] 08/04/08 12:51:15 weyrick hook in llvm
(edit) @620 [620] 08/02/08 11:10:49 weyrick try to plug the parser in. currently it appears to create and traverse a …
(edit) @619 [619] 08/01/08 10:24:51 weyrick some semblance of function invocation through the runtime
(edit) @618 [618] 07/30/08 13:38:03 weyrick more work on functions and extensions
(edit) @617 [617] 07/29/08 09:10:03 weyrick more framework, for extensions
(edit) @616 [616] 07/28/08 11:26:35 weyrick parameterize the string/char types in the lexer to implement unicode and …
(edit) @615 [615] 07/25/08 10:31:23 weyrick a little script to show zend tokens, to compare to our lexer
(edit) @614 [614] 07/25/08 08:02:42 weyrick get a dumpTokens() working to some degree, for testing the lexer. add …
(edit) @613 [613] 07/24/08 15:40:57 moenicke * added boost-program-options macro * added minimum required version to …
(edit) @612 [612] 07/24/08 11:52:14 weyrick parse commandline options
(edit) @611 [611] 07/24/08 10:27:01 weyrick plugin the pieces. everything should be built from the root CMakeLists.txt …
(edit) @610 [610] 07/24/08 09:07:40 weyrick some notes, mostly stuff right from scm codebase
(edit) @609 [609] 07/22/08 16:13:24 moenicke * using std::stringstream for error output
(edit) @608 [608] 07/22/08 14:34:26 moenicke * added a main method for playing around with the parser
(edit) @607 [607] 07/22/08 14:31:43 moenicke * replaced some strings in the parser by UnicodeString?, reportProblem will …
(edit) @606 [606] 07/22/08 14:10:11 moenicke * replaced the QStack by a std::vector
(edit) @605 [605] 07/22/08 12:44:12 weyrick 3.8 requires uchar too?
(edit) @604 [604] 07/22/08 12:41:20 moenicke * turned std::string into unicode
(edit) @603 [603] 07/22/08 12:40:21 moenicke * changed m_contents from std::string to unicode
(edit) @602 [602] 07/22/08 07:18:37 weyrick hash
(edit) @601 [601] 07/22/08 05:41:21 weyrick might as well support bstring keys
(edit) @600 [600] 07/22/08 05:33:58 weyrick hash work
(edit) @599 [599] 07/21/08 14:16:29 weyrick support numeric keys, next
(edit) @598 [598] 07/21/08 08:44:14 weyrick sketch in a few classes
(edit) @597 [597] 07/20/08 13:07:16 weyrick spellcheck, some additions, big warning
(edit) @596 [596] 07/20/08 07:38:18 weyrick more
(edit) @595 [595] 07/18/08 13:20:43 weyrick just some mumblings
(edit) @594 [594] 07/18/08 03:58:51 moenicke * set ICU libraries as linking targets
(edit) @593 [593] 07/15/08 07:20:41 weyrick more organization
(edit) @592 [592] 07/15/08 07:08:32 weyrick bunch of clean up
(edit) @591 [591] 07/14/08 10:59:35 weyrick switch to storing ustring, phash and pobject as pointers in the …
(edit) @590 [590] 07/14/08 09:27:02 weyrick switch p3state to a boost::tribool. we now have pTrue, pFalse, and …
(edit) @589 [589] 07/14/08 09:01:38 weyrick hash work. move to unicode keys.
(edit) @588 [588] 07/12/08 07:37:29 weyrick move var-test to cppunit test, little cleanup
(edit) @587 [587] 07/11/08 13:50:58 weyrick this was moved
(edit) @586 [586] 07/11/08 13:49:45 weyrick real rough and crusty framework for testing, along with a copy-on-write …
(edit) @585 [585] 07/10/08 07:53:58 weyrick build rphp_runtime library which var-test uses
(edit) @584 [584] 07/08/08 08:04:31 weyrick few more hash tests
(edit) @583 [583] 07/08/08 06:29:51 weyrick get phash holding pvar, fix some whitespace
(edit) @582 [582] 07/08/08 03:20:17 moenicke * added include path and the lexer
(edit) @581 [581] 07/08/08 02:52:22 moenicke * ported string and character code to the ICU unicode library
(edit) @580 [580] 07/08/08 02:50:50 moenicke * adding handwritten lexer from kdev-pg-qt
(edit) @579 [579] 07/07/08 09:23:10 weyrick check out multiindex for stable hash
(edit) @578 [578] 07/03/08 07:24:22 weyrick need to double check dirs on GLOB_ONLYDIR
(edit) @577 [577] 07/01/08 08:07:30 weyrick sizes
(edit) @576 [576] 06/30/08 08:26:33 weyrick some more playing and organizing. introduce a reference type, with a boost …
(edit) @575 [575] 06/29/08 12:25:08 weyrick fix return type
(edit) @574 [574] 06/27/08 14:02:08 weyrick add io lib support
(edit) @573 [573] 06/27/08 13:32:14 moenicke * got it working
(edit) @572 [572] 06/27/08 13:27:32 weyrick start some cleanup and organization
(edit) @571 [571] 06/25/08 12:20:23 weyrick playing with an add operator
(edit) @570 [570] 06/25/08 10:13:18 weyrick fix visitors now that p3state is an enum
(edit) @569 [569] 06/25/08 03:03:46 moenicke * made p3state being an enum type in a RPHP namespace
(edit) @568 [568] 06/24/08 11:03:12 weyrick all basic types defined
(edit) @567 [567] 06/23/08 16:33:00 moenicke * another type info example
(edit) @566 [566] 06/23/08 15:54:22 weyrick possible way to check types at runtime
(edit) @565 [565] 06/23/08 13:16:40 moenicke * added boost include dir
(edit) @564 [564] 06/23/08 12:40:52 moenicke * added macro that finds boost
(edit) @563 [563] 06/23/08 11:11:45 weyrick for building vartest
(edit) @562 [562] 06/23/08 11:07:38 weyrick variant test
(edit) @561 [561] 06/22/08 07:53:01 moenicke * changed some method names, those are different in kdevel-pg
(edit) @560 [560] 06/21/08 13:16:15 moenicke * parser name is lowercased in kdevelop-pg * ParserState? is named …
(edit) @559 [559] 06/21/08 06:10:17 moenicke * fixed namespace and qdebug
(edit) @558 [558] 06/21/08 06:00:18 moenicke * adding kdevelop-pg to the build system
(edit) @557 [557] 06/21/08 04:20:51 moenicke * using std::string now
(edit) @556 [556] 06/21/08 04:05:53 moenicke * adding build system
(edit) @555 [555] 06/20/08 12:51:00 moenicke * added a parser, just generated using kdevelop-pg
(edit) @554 [554] 06/20/08 12:21:43 moenicke * first commit :)
(edit) @553 [553] 06/20/08 12:03:40 weyrick fresh directory for playing with new ideas
(edit) @552 [552] 06/19/08 10:37:38 weyrick add optional readline support to php interactive mode
(edit) @551 [551] 06/18/08 11:58:46 weyrick don't bail on parse errors in php interactive mode. part of #3598
(edit) @550 [550] 06/18/08 09:43:00 weyrick fix static linking with bigloo 3.1c. fixes #3559 also correction/tweak …
(edit) @549 [549] 06/17/08 11:52:48 weyrick fix detection of references in serialize
(edit) @548 [548] 06/17/08 06:17:34 weyrick makefile tweak
(edit) @547 [547] 06/17/08 06:17:20 weyrick test for array_slice fix
(edit) @546 [546] 06/16/08 08:47:31 weyrick fix array_slice when accessing the last element of an array. thanks igli
(edit) @545 [545] 06/09/08 11:09:58 weyrick test for r544
(edit) @544 [544] 06/09/08 11:09:51 weyrick fix implicit null return in functions that return a reference …
(edit) @543 [543] 06/06/08 10:54:03 weyrick implement unsetting of object properties. because of the way we implement …
(edit) @542 [542] 06/06/08 10:52:57 weyrick more ref tests
(edit) @541 [541] 05/28/08 13:13:58 weyrick unset()ing of reference variables. partially fixes #3594
(edit) @540 [540] 05/28/08 10:46:53 weyrick test for #3594: unset on references
(edit) @539 [539] 05/28/08 07:15:27 weyrick add DES test
(edit) @538 [538] 05/28/08 06:58:38 weyrick fix bitwise operators that were losing precision. fixes #3593, thanks dinu
(edit) @537 [537] 05/27/08 12:33:01 weyrick bit operator test 3593
(edit) @536 [536] 05/27/08 11:10:11 weyrick a new known incompatibility with ArrayAccess?
(edit) @535 [535] 05/27/08 10:35:05 weyrick basic tests
(edit) @534 [534] 05/27/08 10:12:18 weyrick more tests
(edit) @533 [533] 05/27/08 10:11:02 weyrick zendify
(edit) @532 [532] 05/16/08 11:30:47 weyrick don't use unlocked version
Note: See TracRevisionLog for help on using the revision log.