Files
pvxs/.gitignore
T
Simon Rose 5f48325890 pvalink: porting part 2
Fix pvaGetValue for string scalars
Remove pvaLink* variables
Move close() call to pvaGlobal_t from worker queue
Removed latch state
Update .gitignore to ignore VS code configuration
Add lset(pva) support for base 7.x
Remove pvalink support for base 3.x
Update cached value object in pvaLinkChannel::run
Removing queued state from pvaLikeChannel
Add debug functionality
Rename internal fields to match json spec
prepare for puts
Fix array response size
Add tests for pvalink properties
2023-11-20 10:59:44 -08:00

18 lines
168 B
Plaintext

/cfg/
/bin/
/lib/
/db/
/dbd/
/include/
/templates/
/configure/*.local
/configure/CONFIG_SITE.Common.*
/build/
/dist/
O.*/
__pycache__/
*.so*
*.orig
*.log
.*.swp
.vscode