Timeline
Feb 28, 2011:
- 11:03 PM Changeset [327] by
- show bars for open-close pairs; display each log in a WWW page
- 9:52 PM Changeset [326] by
- write as XML and show as timeline
- 9:17 PM Changeset [325] by
- use function pointers to eliminate much of the if .. elif .. else tree
- 5:23 PM Changeset [324] by
- Branching 1.0.0 in case we need to fix bugs.
- 5:23 PM Changeset [323] by
- Tagging release 1.0.0
- 5:18 PM Changeset [322] by
- Changed library to use MESSAGE based exceptions only - no return …
- 4:51 PM Changeset [321] by
- Added validation of dimension dataset axis and dimension against …
- 3:04 AM Changeset [320] by
- start to read .db files (dbLoadRecords)
- 3:03 AM Changeset [319] by
- adjust cdCommands in test files for local directories
Feb 27, 2011:
- 11:05 PM Changeset [318] by
- optional XSLT with XML file writing
- 11:05 PM Changeset [317] by
- standard synApps locations
- 11:03 PM Changeset [316] by
- standard line spacing
- 4:05 PM Changeset [315] by
- added service methods to make EpicsDatabase?.py more generally useful
- 2:37 PM Changeset [314] by
- refactor internal representation for convenience
- 1:35 PM Changeset [313] by
- only expands macros in PV definitions when a macro dictionary is …
- 1:10 PM Changeset [312] by
- EpicsDatabase? works but needs to be refactored to speed re-use. First …
- 8:53 AM Changeset [311] by
- use a more standard location but still version dependent
Feb 24, 2011:
- 11:07 AM Changeset [310] by
- comments and suggestions
- 10:47 AM Changeset [309] by
- added unix execution magic
- 6:21 AM Ticket #7 (Log the EPS events from sectors 33 & 34) created by
- The EPS event log from each PLC is available in EPICS PVs. Develop …
- 1:10 AM Changeset [308] by
- tweaks
- 1:01 AM Changeset [307] by
- reports efficiency and notes for improvement
- 12:32 AM Changeset [306] by
- lazy read version works now - needs to accept command-line arguments …
Feb 23, 2011:
- 2:12 PM Changeset [305] by
- checkpoint but code is broken now
- 1:39 PM Changeset [304] by
- can read all logs, looking for ways to reduce the search space
- 12:55 PM Changeset [303] by
- Changed string temps and time arrays to float. Whoops.
- 12:15 AM Changeset [302] by
- more test data
- 12:00 AM Changeset [301] by
- suggestion included
Feb 22, 2011:
- 11:56 PM Changeset [300] by
- looks through all available BURT logs in test directory
- 11:10 PM Changeset [299] by
- initial checkin
- 11:04 PM Changeset [298] by
- Python project to extract EPS logs for sectors 33 and 34 from periodic …
- 4:57 PM Changeset [297] by
- Whoops. updated version in comments to 0.9.0
- 1:55 PM Changeset [296] by
- Changed attribute dataspace from 1-D to scalar.
- 1:53 PM Changeset [295] by
- Changed attribute dataspace from 1-D to scalar. Whoops.
- 10:13 AM Changeset [294] by
- Added version to source file.
- 10:07 AM Changeset [293] by
- Tagging new minor release with bugfix for secondary dataset dtid/dspid bug.
- 10:06 AM Changeset [292] by
- Fixed bug with secondary write_dataset dtid/dspid problem. Fix on …
- 10:05 AM Changeset [291] by
- Creating branch for bug fix.
- 9:07 AM Changeset [290] by
- Fixed bug in write_dataset where write of secondary dataset used …
Feb 21, 2011:
- 2:56 PM Changeset [289] by
- Tagging initial release 0.8.0.
- 1:50 PM Changeset [288] by
- Renamed file to use define suffix. This will allow for automatic …
- 1:47 PM Changeset [287] by
- Completed read_dim_dataset, and added a test program test.pro as an …
- 12:15 PM Changeset [286] by
- Implemented write_dim_dataset, but without checking against dataset …
- 9:50 AM Changeset [285] by
- Changed open and write_dataset to true functions. Changed read_dataset …
Feb 20, 2011:
- 12:11 PM Changeset [284] by
- More minor tweaking. Still have to support dim_datasets and append mode.
- 11:46 AM Changeset [283] by
- Added code to handle writing arrays of strings. Need to scan input …
Feb 19, 2011:
- 11:54 AM Changeset [282] by
- Got read_dataset and write_dataset working for primary and secondary. …
Feb 18, 2011:
- 5:08 PM Changeset [281] by
- Ugh. Introspecting HDF5 with hardlinks is not easy. Can read back …
- 2:18 PM Changeset [280] by
- Primary and secondary dataset writing working. Per LDRD-3
- 1:02 PM Changeset [279] by
- Added in ability to enter multiple primary datasets, each getting …
- 11:20 AM Changeset [278] by
- Nice little hashtable utility class. Can use to track dataset names …
Feb 17, 2011:
- 6:03 PM Changeset [277] by
- Work in progress. Added hard link between /entry/data and …
Feb 15, 2011:
- 4:58 PM Changeset [276] by
- Initial version - very much still a work in progress. Per Jira issue LDRD-3
- 4:56 PM Changeset [275] by
- Adding standard svn structure.
Feb 14, 2011:
- 6:40 PM Changeset [274] by
- describes how the draft spec was implemented in NXexchange
- 1:55 PM Changeset [273] by
- output a sorted list of PVs as example
- 1:49 PM Changeset [272] by
- add an example IOC (12ID) so can test on different OS architectures
Feb 11, 2011:
- 1:10 AM Changeset [271] by
- reads at least one .db file, internal structure could use improvement
Feb 10, 2011:
- 8:09 PM Changeset [270] by
- start to analyze EPICS database files
Feb 8, 2011:
- 4:41 PM Changeset [269] by
- fix rootTag and add simple XSLT to view the results
- 12:11 AM Changeset [268] by
- walk through config and document all available IOCs in each top …
Feb 7, 2011:
- 5:56 PM Changeset [267] by
- found epicsEnvSet and more IOCs on Linux
- 1:36 PM Changeset [266] by
- simplified the code further
- 1:18 PM Changeset [265] by
- refactored to use lxml instead of ElementTree?
- 11:47 AM Changeset [264] by
- checkpoint before trying a switch from ElementTree? to lxml per first …
- 12:04 AM Changeset [263] by
- pointed out where TODO items can be used
Feb 6, 2011:
- 11:09 PM Changeset [262] by
- all ElementTree? calls now moved into xmlUtils, code is cleaner, needs …
- 6:58 PM Changeset [261] by
- writes analyses to XML file, needs improvement
Feb 1, 2011:
- 8:05 AM Changeset [260] by
- minor
- 1:12 AM Changeset [259] by
- reads symbols and envvars and logs commands with arguments and file …
Jan 30, 2011:
- 10:05 PM Changeset [258] by
- continued progress
Jan 29, 2011:
- 9:27 PM Changeset [257] by
- consolidate complete
- 9:22 PM Changeset [256] by
- consolidate
- 9:21 PM Changeset [255] by
- consolidate
- 9:20 PM Changeset [254] by
- consolidate
- 9:19 PM Changeset [253] by
- configuration in XML file, reads command files but does not interpret …
Note: See TracTimeline
for information about the timeline view.