IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Timeline



May 13, 2004:

5:48 PM Changeset [684] by Paul Price
Spelled out that psFFTInit and psFFTDone were just suggested examples …
5:25 PM Changeset [683] by gusciora
Adding the upper/lower quartile code.
5:17 PM Ticket #26 (psArrayStats(): sample androbust quartiles.) created by gusciora@…
The SDR allows one to request either SAMPLE LQ/UQ or ROBUST LQ/UQ. …
5:03 PM Ticket #25 (psImage format/ union naming) created by robert.desonia@…
As the union in psImage consists of pointers of pointers, it is …
4:44 PM Changeset [682] by gusciora
Added Stdev calculation.
3:25 PM Ticket #18 (Functions psFFTInit and psFFTDone not is SDRS document) closed by Paul Price
fixed: The FFT APIs have been considerably revised recently (upon discussion …
3:24 PM Ticket #24 (psImageAlloc() arguments) closed by eugene
fixed: made the change to the SDRS
3:23 PM Ticket #23 (Change 'CB' to 'Callback') closed by eugene
fixed
3:23 PM Changeset [681] by eugene
merged the concepts of a psFloatArray, psDoubleArray, etc into …
3:21 PM Changeset [680] by eugene
adjusted the type names to the form psS8, psF32, etc
3:20 PM Ticket #17 (Naming conventions for rows and columns) closed by eugene
fixed: I have changed the psImage definition in the SDRS to use the union …
3:17 PM Ticket #21 (Merge psFree with psMemDecrRefCounter functionality) closed by Paul Price
invalid: Since one can imagine incrementing and decrementing reference counters …
3:12 PM Changeset [679] by gusciora
bug-fixing and sync with the new psVector structs.
3:12 PM Changeset [678] by gusciora
3:08 PM Changeset [677] by desonia
initial version.
3:04 PM Changeset [676] by desonia
initial cvs ignore list, which contains the dependency files.
2:59 PM Changeset [675] by desonia
added automagic determination of code dependencies.
1:53 PM Changeset [674] by gusciora
Brought psStats.c up-to-date with the new psVector.
1:42 PM Changeset [673] by Paul Price
Removed extraneous heading ("Destructors").
1:36 PM Changeset [672] by desonia
moved the type stuff from psVector to psType.h, enhanced the …
1:16 PM Changeset [671] by eugene
psFloatArray, psDoubleArray, psIntArray, etc merged into psVector. …
12:47 PM Changeset [670] by desonia
Major refactoring of the Vector alloc/free functions.
11:31 AM Changeset [669] by eugene
added hardware documents
10:25 AM Changeset [668] by harman
Updated argument list for vector allocation
10:18 AM Changeset [667] by desonia
made changes to project.
10:15 AM Changeset [666] by desonia
fixed include directory location problem.
10:10 AM Changeset [665] by desonia
include location was wrong.
10:03 AM Changeset [664] by desonia
Removed the switch statements. It compiles now but just contains …
9:54 AM Changeset [663] by desonia
Added macros for psElemType to accomplish things like sizeof.
9:43 AM Changeset [662] by harman
Changed allocation argument list
9:28 AM Changeset [661] by desonia
changed the name of PS_TYPE* and updated the Vector struct.

May 12, 2004:

9:42 PM Changeset [660] by gusciora
Added some tests and fixed some bugs in psArrayStats().
8:43 PM Changeset [659] by gusciora
I removed the docs target from the install target, because it was …
8:19 PM Changeset [658] by gusciora
Trying to get a global make to work.
8:06 PM Changeset [657] by gusciora
I am trying to get our Makefiles to work correctly. In order to do …
4:18 PM Changeset [656] by gusciora
4:08 PM Changeset [655] by gusciora
4:02 PM Changeset [654] by gusciora
First version of tests for the stats.
3:52 PM Changeset [653] by gusciora
Added psStats.h
3:05 PM Changeset [652] by gusciora
Added the median calculation functions.
2:53 PM Ticket #24 (psImageAlloc() arguments) created by gusciora@…
Page 23 of the SDR specifies that an argument to the psImageAlloc() …
2:45 PM Ticket #23 (Change 'CB' to 'Callback') created by robert.desonia@…
In section 2.1.5, 'CB' is used to represent a callback. I suggest …
2:40 PM Ticket #22 (definition of psMemBlock (and others structs)) created by robert.desonia@…
I've added elements to the struct psMemBlock, as found in 2.1.3 of the …
2:29 PM Ticket #21 (Merge psFree with psMemDecrRefCounter functionality) created by robert.desonia@…
For reference-tracked memory management, psFree can be implicit upon a …
2:15 PM Ticket #20 (Reduce number of numeric datatypes for psImage/psVector) created by robert.desonia@…
Currently on the list of data types to support are: int8 (i.e., …
11:49 AM Changeset [651] by gusciora
* empty log message *
11:37 AM Ticket #19 (References to document NR throughout ADD) created by Eric.VanAlst@…
There are several references throughout the ADD to NR. In section …
10:34 AM Ticket #18 (Functions psFFTInit and psFFTDone not is SDRS document) created by Eric.VanAlst@…
The ADD specifies these two functions in section 1.1.7.1 to address …
10:00 AM Changeset [650] by harman
Removed psArray files which have been replaced with psVector
9:46 AM Changeset [649] by harman
Initial cut at Eugene's psImage implementation
9:05 AM Changeset [648] by desonia
Added buffer overflow detection and doxygen comments.
9:04 AM Changeset [647] by desonia
added buffer overflow detection to psMemory, and tests needed to be …
8:08 AM Changeset [646] by harman
Extensive rework of psArray/psVector
8:07 AM Changeset [645] by harman
Extensive rework of psArray/psVector.

May 11, 2004:

3:14 PM Changeset [644] by gusciora
2:41 PM Changeset [643] by gusciora
I put in my own code for the psVector functions, since this was not …
2:40 PM Changeset [642] by gusciora
I removed psImage.o temporarily (since it was not compiling).
2:17 PM Changeset [641] by gusciora
I removed the collections stuff, temporarily (since they were failing …
10:52 AM Changeset [640] by desonia
* empty log message *
10:11 AM Changeset [639] by desonia
fixed memory corruption detection system.
10:10 AM Changeset [638] by desonia
removed optimization in compilation so that debuggers act more predictable.

May 10, 2004:

5:14 PM Changeset [637] by desonia
added code for various memory testpoints.
3:57 PM Changeset [636] by desonia
p_realloc didn't track the last allocated buffer properly (if …
2:12 PM Ticket #17 (Naming conventions for rows and columns) created by calvin.harman@…
The psImage struct uses mixed naming conventions when referring to …
1:37 PM Changeset [635] by desonia
Changed NULL to '\0' for character assignment on line 90.
12:37 PM Changeset [634] by harman
Updated children member of psImage
10:20 AM Changeset [633] by harman
Added psAlloc alloc and free functions
10:00 AM Changeset [632] by desonia
Added '\' in front of '|' the regex found in errorStrSearch function.
9:01 AM Changeset [631] by evanalst
Modified to ensure last byte of N-copy is a null character.
9:00 AM Changeset [630] by evanalst
Modified to verify last character in N-copy is Null character.
8:22 AM Changeset [629] by evanalst
Update Makefile to include tst_psMemory.c name change.

May 7, 2004:

5:17 PM Changeset [628] by Paul Price
Updated figure: myFPA->exp->grommit ---> myFPA->exp
5:15 PM Changeset [627] by Paul Price
Lots of changes to clean up, and implement RHL's comments: Large …
5:12 PM Changeset [626] by Paul Price
More cleaning up after splitting psCoord. Added transformations …
5:07 PM Changeset [625] by evanalst
Updated to meet test point requirements.
4:40 PM Changeset [624] by evanalst
Added memory leak and corruption checks.
4:28 PM Changeset [623] by Paul Price
Distinguished between coordinates in a plane and coordinates on the …
3:42 PM Changeset [622] by Paul Price
Made psPhotSystem members const.
3:30 PM Changeset [621] by Paul Price
Removed the overscan in a psReadout --- it's specified in the …
3:19 PM Changeset [620] by harman
Added call to psMemCheckCorruption
3:12 PM Changeset [619] by Paul Price
Added a "which" to psMetadataGetNext so that multiple iteration …
3:06 PM Changeset [618] by Paul Price
Changed definition of the Gaussian --- included 1/sqrt(2pi)/sigma.
2:54 PM Changeset [617] by Paul Price
Removed "output" in psImageSubset --- always want a new image. …
2:17 PM Changeset [616] by harman
Added files for negative test
2:12 PM Changeset [615] by Paul Price
Added possibility of available derivative information in psMinimize, …
2:08 PM Changeset [614] by harman
Added splint changes
2:00 PM Changeset [613] by Paul Price
Major reworking of Fourier Transforms --- poor design previously. Want …
1:23 PM Changeset [612] by desonia
* empty log message *
12:19 PM Changeset [611] by Paul Price
Renamed several of the error-handling functions to conform to the …
12:18 PM Changeset [610] by Paul Price
Added psMatrixEigenvectors to get eigenvectors of a matrix.
12:13 PM Changeset [609] by Paul Price
Reorganised psHistogram --- no longer specify both upper and lower …
12:13 PM Changeset [608] by evanalst
Add additional test point for PS_STRING macro.
12:10 PM Changeset [607] by evanalst
Added more characters to filter out host name.
12:07 PM Changeset [606] by Paul Price
Changed order of variables for psArrayStats --- output goes first.
12:06 PM Changeset [605] by evanalst
Added memory leak checks.
12:05 PM Changeset [604] by Paul Price
Added unary NOT on a bitset.
12:01 PM Changeset [603] by Paul Price
Specified a sort function. Motivation is primarily to be able to …
11:31 AM Changeset [602] by Paul Price
Renamed several of the logging functions to conform to the …
11:22 AM Changeset [601] by Paul Price
Added psTraceSetDestination, and renamed several of the trace …
8:55 AM Changeset [600] by evanalst
Change include directory flag to use variable $(includedir).

May 6, 2004:

4:56 PM Changeset [599] by harman
Added new psImage files
2:02 PM Changeset [598] by evanalst
Modified test to put test case with just host as the format to time …
1:32 PM Changeset [597] by harman
Added new matrix and image header files
1:25 PM Changeset [596] by evanalst
Update to build both static and dynamic libraries.
1:23 PM Changeset [595] by evanalst
Updated to work with single library file libpslib.
9:00 AM Changeset [594] by evanalst
Remove dynamic library creation from this level.
8:59 AM Changeset [593] by evanalst
Removed dynamic library creation from this level.
8:54 AM Changeset [592] by evanalst
Updated with include files for collections.
8:51 AM Changeset [591] by evanalst
Modified makefile to only update the static library.
8:50 AM Changeset [590] by evanalst
Updated to add object to common libpslib.a archive.

May 5, 2004:

3:08 PM Changeset [589] by evanalst
Update verified files with change to runTest, FullUnitTest scripts
2:57 PM Changeset [588] by evanalst
Update verified files with change to runTest, FullUnitTest scripts
2:49 PM Changeset [587] by evanalst
Update the verified files with change to runTest, FullUnitTest scripts
2:46 PM Changeset [586] by evanalst
Changed call to psAbort to system abort. Test harness should not be …
2:45 PM Changeset [585] by evanalst
Changed scripts to search STDOUT,STDERR capture files for error string …
2:20 PM Changeset [584] by harman
Update makefile and *.c files with warnings that caused build to fail
12:38 PM Changeset [583] by harman
Updated files to have new banner
12:35 PM Changeset [582] by harman
Added new collections header files
11:57 AM Changeset [581] by harman
Updated Doxygen comments
11:19 AM Changeset [580] by harman
Changed name of BitMask to BitSet
10:46 AM Changeset [579] by harman
Added collections directory to Makefile
10:43 AM Changeset [578] by harman
Updated per SDR documentation bug fixes
10:42 AM Changeset [577] by harman
Updated makefile
10:39 AM Changeset [576] by harman
Added new collections unit tests
10:36 AM Changeset [575] by harman
Realigned text box for extra negative test banner length

May 3, 2004:

6:14 PM Changeset [574] by rhl
Misc minor changes
6:13 PM Changeset [573] by Paul Price
Added discussion of RHL's fix to psError to allow other projects to …
4:29 PM Changeset [572] by rhl
Misc minor changes
4:28 PM Changeset [571] by rhl
Build a dynamic library on Darwin machines
4:27 PM Changeset [570] by rhl
Handle DYLD_LIBRARY_PATH on Darwin
4:26 PM Changeset [569] by rhl
Add a newline to traces if required
4:26 PM Changeset [568] by rhl
commas are now optional; why bother with them?
4:25 PM Changeset [567] by rhl
Support for psErrorRegister()
3:09 PM Changeset [566] by rhl
Follow changes to psMem APIs
3:07 PM Changeset [565] by rhl
Support for psErrorRegister()
2:59 PM Changeset [564] by rhl
1/ Handle prefixes other than "ps" correctly 2/ Generate …

May 1, 2004:

4:41 PM Changeset [563] by gusciora
First version of the basic stats routines.
1:17 PM Changeset [562] by gusciora
Added prototypes for psHashKeyList().
1:17 PM Changeset [561] by gusciora
Added call to psHashKeyList().
1:04 PM Changeset [560] by gusciora
This is a fairly large checkin. I had been sitting on a lot of test …

Apr 30, 2004:

2:49 PM Changeset [559] by gusciora
I fixed a bunch of things.
2:48 PM Changeset [558] by gusciora
Added the test for PrintTraceLevels().

Apr 29, 2004:

8:19 PM Changeset [557] by gusciora
8:18 PM Changeset [556] by gusciora
This code is in a non-working state.
6:58 PM Changeset [555] by gusciora
6:58 PM Changeset [554] by gusciora
* empty log message *
5:41 PM Changeset [553] by Paul Price
Reorganised several sections. Trying for consistency. Changed …
5:40 PM Changeset [552] by Paul Price
Minor reorganisation
5:39 PM Changeset [551] by Paul Price
Adding IPS diagram
3:56 PM Changeset [550] by gusciora
3:28 PM Changeset [549] by gusciora
First check-in versions of trace tests.
11:30 AM Changeset [548] by Paul Price
Expanded architectural components to give a couple of paragraphs …
11:11 AM Changeset [547] by gusciora
I'm removed these editor backup files.

Apr 28, 2004:

12:20 PM Changeset [546] by evanalst
Add arguement casts for psStringNCopy to prevent splint warnings.
12:19 PM Changeset [545] by evanalst
Added splint tag psStringNCopy.
12:00 PM Changeset [544] by evanalst
Modified test driver main parameter definitions.
12:00 PM Changeset [543] by evanalst
Add addition information to STDERR if test points fail.
7:47 AM Changeset [542] by harman
Changed name of psBitMask to psBitSet

Apr 27, 2004:

4:51 PM Changeset [541] by desonia
misc changes.
4:50 PM Changeset [540] by desonia
added another test.
4:49 PM Changeset [539] by desonia
fixed runTestSuite so that it runs all tests, even if one fails.
4:31 PM Changeset [538] by desonia
added runTest and runTestSuite to the mix.
4:29 PM Changeset [537] by desonia
first version of tstMemory test suite.
3:54 PM Changeset [536] by Paul Price
Adding functionalities flowchart
2:53 PM Ticket #15 (Questions for Arrays of Simple Types (SDR Section 3.2)) closed by Paul Price
fixed: Arrays of void*: The member void arr is a pointer to a pointer to …
2:48 PM Changeset [535] by Paul Price
Removed psVectorArray from the appendix
2:44 PM Ticket #14 (Questions for PS Data Structures (SDR Section 3.1)) closed by Paul Price
fixed: Element size in psType: The type field was intended for this purpose, …
2:27 PM Changeset [534] by Paul Price
Minor clarifications following bugs 14 and 15 (questions about the …
2:19 PM Changeset [533] by Paul Price
Removed psVectorArray
12:57 PM Changeset [532] by evanalst
Added test driver and verified files for string utility functions.
12:39 PM Changeset [531] by evanalst
Fix psStringNCopy to handle negative counts.
9:24 AM Changeset [530] by evanalst
Added Doxygen tags for grouping functions into system utilities group.
8:38 AM Changeset [529] by eugene
clarified 'shall', 'will', 'should'. 'shall' -> 'must'
8:20 AM Changeset [528] by evanalst
Added include file psString.h to support psError, psAbort testing.

Apr 26, 2004:

5:32 PM Changeset [527] by Paul Price
Replaced obscure primitive variables and types (psF32, psS8 etc) with …
4:20 PM Changeset [526] by evanalst
Modified psTest to specify file pointer to send output.
4:17 PM Changeset [525] by evanalst
Modify psAbort to use psVLogMsg instead of psLogMsg.
4:16 PM Changeset [524] by evanalst
Initial version of psLib header file. Changed Makefile to copy psLib.h …
4:04 PM Changeset [523] by Paul Price
Changing psBitMask to psBitset in other files
3:56 PM Changeset [522] by evanalst
Save verified files for psError, psAbort test drivers
3:47 PM Changeset [521] by evanalst
Initial version of runTest, FullUnitTest scripts
3:44 PM Changeset [520] by evanalst
Initial version of psError, psAbort test drivers
2:34 PM Changeset [519] by eugene
minor 'restrict' edits moved psBitMask.h to psBitset.h, and …
2:33 PM Changeset [518] by eugene
bitmask moved to bitset added restricts to psSort stuff
2:31 PM Ticket #11 (DList implementation doesn't meet the SDR description) closed by robert.desonia@…
fixed: I used this as part of the bugzilla tutorial - please ignore request.
2:30 PM Ticket #13 (Questions for psSort (SDR Section 4.2)) closed by eugene
fixed: yes, i've fixed the SDRS & IP3 .h files to reflect this
2:28 PM Ticket #12 (Questions for psBitMask (SDR Section 4.1)) closed by eugene
fixed: - Name: I agree with BitMask -> Bitset. I have changed the SDRS & our …
2:08 PM Changeset [517] by eugene
Design diagrams in openoffice drawing format
1:49 PM Ticket #15 (Questions for Arrays of Simple Types (SDR Section 3.2)) created by calvin.harman@…
Below are questions about the coding of the psArray containers and …
1:12 PM Ticket #14 (Questions for PS Data Structures (SDR Section 3.1)) created by calvin.harman@…
Below are questions about the coding of the data structure types for …
12:19 PM Changeset [516] by Paul Price
Added RHL's discussion on psError. This needs to be revised so that …
11:20 AM Ticket #13 (Questions for psSort (SDR Section 4.2)) created by calvin.harman@…
Should the pointer arguments to psSort() be restricted?
11:14 AM Ticket #12 (Questions for psBitMask (SDR Section 4.1)) created by calvin.harman@…
Below are questions about the coding of the psBitMask utility and …

Apr 23, 2004:

1:40 PM Changeset [515] by desonia
Cleaned up the make system so that docs are now made and make install …
11:57 AM Changeset [514] by eugene
changes to coding requirements from MHPCC comments
11:52 AM Changeset [513] by Paul Price
Adding RHL's writeup on psError.
11:35 AM Changeset [512] by harman
Removed unused #include <stdlib.h>
11:33 AM Changeset [511] by harman
Changed p_XX allocations to psXX allocations
9:24 AM Ticket #9 (specify doxygen commenting style) closed by Paul Price
fixed: Added explanatory paragraphs and example. Code will use / for block …

Apr 22, 2004:

6:06 PM Changeset [510] by Paul Price
Standardised "Pipelines" to "Analysis Stages".
5:08 PM Changeset [509] by desonia
initial test common functions
4:44 PM Changeset [508] by Paul Price
Standardised nomenclature: OTA vs Chip. "Chip" is the standard term, …
3:15 PM Changeset [507] by Paul Price
Added descriptions for the metadata tables.
2:19 PM Changeset [506] by desonia
added thread-safety to dlist and enhanced the implementation to allow …
12:33 PM Changeset [505] by Paul Price
Added discussion about Doxygen and the use of tags.
11:54 AM Changeset [504] by Paul Price
Runs pdflatex twice if it works, otherwise deletes the pdf output …
11:42 AM Changeset [503] by Paul Price
Runs pdflatex twice if it works, otherwise deletes the pdf output …
11:15 AM Changeset [502] by harman
Created static functions. Replaced p_xxx allocation functions with …
10:30 AM Changeset [501] by eugene
some updates

Apr 21, 2004:

11:43 AM Changeset [500] by gusciora
cosmetic changes only
11:31 AM Changeset [499] by gusciora
cosmetic changes
11:29 AM Changeset [498] by gusciora
11:14 AM Changeset [497] by gusciora
Changed p_psVLogMsg() to psVLogMsg().
11:07 AM Changeset [496] by gusciora
CHange the psLogMsg call to p_psVLogMsg in psError.c.
11:05 AM Changeset [495] by harman
Added array of void pointers
9:02 AM Changeset [494] by gusciora
First version of the hash functions. Almost identical to RHL's …
8:53 AM Changeset [493] by harman
Added other data types
4:30 AM Changeset [492] by rhl
Rename test programme tst_metadata
4:28 AM Changeset [491] by rhl
Fix (trivial) infinite loop when handling collisions
4:27 AM Changeset [490] by rhl
Teach psErrorCodeString() to understand PS_ERR_NONE
4:26 AM Changeset [489] by rhl
Initial version
4:25 AM Changeset [488] by rhl
Split test code from real code
4:22 AM Changeset [487] by rhl
Add bin/lib/ups and simplify logic for clean target

Apr 20, 2004:

2:40 PM Changeset [486] by harman
Added double array
2:18 PM Changeset [485] by harman
Added Integer array
2:15 PM Changeset [484] by desonia
made some cleanup of the non-working code.
2:14 PM Changeset [483] by desonia
Added _GNU_SOURCE specify a broader system header usage (non-strict …
1:58 PM Changeset [482] by gusciora
1:51 PM Changeset [481] by gusciora
made changes to get this thing compiling.
1:48 PM Changeset [480] by gusciora
12:42 PM Changeset [479] by gusciora
small changes.
12:39 PM Changeset [478] by gusciora
cosmetic changes only.
12:37 PM Changeset [477] by gusciora
These do not work yet.
12:28 PM Ticket #10 (fix the title of the document) closed by Paul Price
invalid: This was a test and demonstration bug.
10:47 AM Ticket #11 (DList implementation doesn't meet the SDR description) created by robert.desonia@…
Missing number indexing into list. (part of Bugzilla tutorial)
10:46 AM Ticket #10 (fix the title of the document) created by eugene
the title should be in all CAPS because this is a bogus bug
10:09 AM Ticket #9 (specify doxygen commenting style) created by eugene
coding standard needs to have the doxygen comment style specified. …

Apr 19, 2004:

5:11 PM Changeset [476] by desonia
testing commitinfo.
5:11 PM Changeset [475] by desonia
testing commitinfo.
5:10 PM Changeset [474] by desonia
* empty log message *
5:10 PM Changeset [473] by desonia
* empty log message *
5:08 PM Changeset [472] by desonia
* empty log message *
5:08 PM Changeset [471] by desonia
* empty log message *
5:07 PM Changeset [470] by desonia
* empty log message *
4:58 PM Changeset [469] by desonia
testing commitinfo.
4:52 PM Changeset [468] by desonia
testing commitinfo.
4:49 PM Changeset [467] by desonia
testing commitinfo.
4:48 PM Changeset [466] by desonia
testing commitinfo filters.
4:36 PM Changeset [465] by desonia
testing commitinfo filters.
4:34 PM Changeset [464] by desonia
testing commitinfo.
4:30 PM Changeset [463] by desonia
* empty log message *
3:42 PM Changeset [462] by desonia
changed order to match coding conventions.
3:41 PM Changeset [461] by desonia
modified the poisoning of the std. memory functions to use the "GCC …
3:38 PM Changeset [460] by desonia
cleanup of the IP3 code -- not complete implementation yet.
2:14 PM Changeset [459] by gusciora
11:28 AM Changeset [458] by rhl
Added psVMetadataItemAlloc() and support new psMetadataAppend() API
11:25 AM Changeset [457] by rhl
Added psVMetadataItemAlloc() to support the new psMetadataAppend()
11:24 AM Changeset [456] by rhl
Added psErrorCodeString()
11:06 AM Changeset [455] by desonia
added comments.
11:01 AM Changeset [454] by desonia
from IP3
10:59 AM Changeset [453] by desonia
version from IP3
10:19 AM Changeset [452] by desonia
ran astyle on the files.
10:14 AM Changeset [451] by desonia
updated the memory management to keep track of the memory via …
10:10 AM Changeset [450] by harman
Changed print statements to logging statements
9:49 AM Changeset [449] by evanalst
Updated variable definitions and comments.
9:48 AM Changeset [448] by evanalst
Updated sysUtils target and comments.
9:42 AM Changeset [447] by evanalst
Updated to make both static and dynamic libraries libpslib. Added …
9:41 AM Changeset [446] by rhl
Fixed up code for changes in organisation and APIs
9:41 AM Changeset [445] by rhl
Add an (empty) definition of INCLUDES
9:40 AM Changeset [444] by rhl
Added psType to psVoidPtrArray
9:39 AM Changeset [443] by rhl
Provided missing comma
9:39 AM Changeset [442] by rhl
Put the "which" back into the iterator functions
9:38 AM Changeset [441] by rhl
Removed an RHL (hurrah\!)
9:10 AM Changeset [440] by evanalst
Initial source file for string utilities
9:09 AM Changeset [439] by evanalst
Initial header file for string utilities

Apr 16, 2004:

4:43 PM Changeset [438] by harman
Added Doxygen comments
10:32 AM Changeset [437] by harman
Added filed from dataManip dir
10:25 AM Changeset [436] by harman
Moved files to collections dir
10:12 AM Changeset [435] by harman
Added psSort files
8:31 AM Changeset [434] by harman
Added new BitMask files
8:30 AM Changeset [433] by harman
Added temporary array files so that other files could be tested

Apr 15, 2004:

4:18 PM Changeset [432] by desonia
modifications so that psMemory compiles.
11:24 AM Changeset [431] by desonia
kdevelop project files.
11:22 AM Changeset [430] by desonia
non-tested/non-working initial cleanup version
10:37 AM Changeset [429] by evanalst
Initial version of source as defined in SDR Rev 00
10:37 AM Changeset [428] by evanalst
Initial version of header as defined in SDR Rev 00
9:04 AM Changeset [427] by evanalst
Initial version of source based on SDR Rev 00
9:03 AM Changeset [426] by evanalst
Initial code version based on SDR Rev 00

Apr 14, 2004:

3:39 PM Changeset [425] by eugene
minor organizational changes
3:38 PM Changeset [424] by eugene
substantial changes to the analysis stages (Phase 2, Phase 4) and …

Apr 13, 2004:

12:29 PM Changeset [423] by desonia
initial version.
Note: See TracTimeline for information about the timeline view.