Description: miscpackagesnew
This file as text.
(active) Revisions in this set:
401268818aa980bc7646b06a5a7d096b759b0ee9,37e4fed3d463b6230c13eeb7ceddb121065d7e3b,cba5e252d110a9f0a7c76ce851f8bf465c8d8ef9
25954d39e4779f6b4a8a8e1c0b58ac5169eb1ee9,f6402d6ff56ffbd048e1ca5505a55da833f1ecce,52d1a5da946c8581bce5a406f9160a9ec8913a4e
498ff5c56c49f6fba330c221d08741e8c1f92da5,2f086e1ec2f2233c092634854e674c1cdad283ea,e9eb8297bcea216c8cd2c4fe06e25a45f79805da
349003662c046a66c1ba05c14ec8973c3c082b55,417ba4cca8daea1e6bedc7305f6d95dca81bd270,2b56b2d725f713336880d44f8c73ae62d2e67655
abeccabdf16367f9e90f6e2108d4bc71186084df,df365a56cfa06d600aa5734401f8edfa54354587,2d46e35a455b447edd5d7076051be59af9744487
69f0d251e9d5377c48ce1f25e9ac43f52b2af95f,863fe13bd11f982261f3a5b25f798c069d35672a,e0cce52aaa83a3ba99001e0eb0e3454177321919
90c03c7e702da5a5713c5e569da0f3e8be86fc01,846250b83102b907e9da078cddc1ca2dabbdee8b,decb6ab3c62d0105bfb7f7a434dd9a6bd73deb72
91987f003742b490ad3087ff35ea8fe05b6b4d80,bdc926f4a2d3d45785070f07b1530ac35b542845,406318a299d727e696421774833fcb9dd4473f92
2a017b7f2b16b0254cdcfef72c1044ff7bf39219,cca6fe9f98b67d471d6e1b437068b6784734f8ff,ad3b32db69da4dc326bc2b2c2eb469807b4b5320
a2a513958f89a5c59ae7bf11b74ac91c68ddd931,af7e61603a4e61118ec1bf1126c1374c50b4aa72,e9a49204ab06a3ecb28525e8323fc4c0cfa41b4c
1d4ab430f173b6fa48ee26d799d04d5de3098c36,3b83d06d16a9103b6af5fee3d5d8fa6a9a0f5c67,96144dad6dc92f5392f7c09c3d04baf2afb0d0d9
885e257c129c807385487627ead34402ec4b5d68,bd1942eb90d1537f38363accd5e22815496be248,1a7d14c04ed9b63668fe000c967e93d48d6ac395
46c2be7407ee11d4ece1f5c210ada2e813eb3aa9,3123101b0cf3c0f11fcda939e2a355069f58684b,29ad3f9ae5e0664c1cc28a002818055be0297d10
0d11caa47d66c65444aec8a2588f45eaff310b65,904c25745c4442c973c36a28d8ed6602fdc5316d,fd677978e7661b22a15fb3a9bce3f5c4b2ae8134
2f0e446c153eef6b211dfa68ab56e6bfeb64d8de,ada0171abb65f7c81868024e03c27ddf2d8ffdf5,9701f72a3f2162e690be0975a0df389c758ecdcc
aad1b8594fa37a0a2c597bc7f69d869f847b584b,4773d806ad198872a0caacd22e20e58bc8af9159,154acf45d5c61b2ba67c557654ff161b4e39cd68
be7c4dfcb6060c24405b9e4edd57feda18e9bc3c,e60bca8489f67234b8f8eb081a3e3f270c78625c,aa86a1b20c6a58b0c66900e1587420122f15e80b
ba8b0375705e64998592eb8d54617115b8aac14f,501226c0f4edbaddec5f11e6cb9c2d1432d96a64,a4687843644167947aab82ce21b8bcd11dddbe0c
786ff046ab18cd8b6d1466a5d873072fbdb53b91,ab24a234e603628ff173b0a38621f913f745a271,44ae2f85c8c3bb69edbf2dbab7e45125030d0d9f
a43d3aeba6ac68e67990cefca952934e7fdab593,dbdb796ee703201e58e3e36aeffc44c6a619eb45,32f843a8e9b56c0bd9289108cc12add1a30bfdc2
23af0dc57f8d17121293aec9e8b747ccf904633a,191a8c666731f9f41ed03a13d6849ead7b500a49,1af0430f2c3b688afb020bb1c72c7add6d94b187
1d681b67a84ce56f750b9ddb6397f7c37cd7557d,d50c80a77e21c0f8dab68257ed6f146aedf57a70,a3060867789160a402f382e3e49522797db30c22
Clicking a revision will expand files
* Tools to create dotted units or units that support dotted filenames
* Some small improvements, added some clarification to readme
Fix missing configuration for namespaces to make rp2040.pp build on main compiler
* OpenAPI to pascal conversion tool
* Correct command-line working
* Add YAML parser & converter to JSON
* Allow to read YAML files.
* Some formatting fixes, make sure string argument is const where possible
* Handle case where there is no end-of-document
* Fix extensions in filenames
* Add possibility to scan single document in consecutive calls
* Use IsYAMLFileName, detect other extensions
+ added header translation for the JACK Audio Connection Kit library
* fix comment (was refering to OpenBSD, instead of JACK :) )
+ added libjack example program simple_client.pp (translated from simple_client.c)
+ added libjack example program latent_client.pp (translated from latent_client.c)
+ added libjack example program transport_client.pp (translated from transport_client.c)
+ added header translation for the jack/ringbuffer.h header to libjack
+ updated t_jack.h2paschk with the new ringbuffer structures
+ added libjack example program impulse_grabber.pp (translated from impulse_grabber.c)
+ added libjack example program showtime.pp (translated from showtime.c)
+ added header translation of jack/uuid.h to libjack
* fixed compilation of libjack with the dotted RTL
+ added header translation of jack/session.h to libjack
+ added libjack example program simple_session_client.pp (translated from simple_session_client.c)
+ added header translation of jack/thread.h to libjack
+ added header translation of jack/statistics.h to libjack
* libjack: use external on haiku and aix, because they don't support weakexternal
+ added header translation of jack/net.h to libjack
+ added header translation of jack/midiport.h to libjack
+ added header translation of jack/metadata.h to libjack
+ added header translation of jack/jslist.h to libjack
+ added header translation of jack/intclient.h to libjack
+ added header translation of jack/control.h to libjack
+ added libjack example program midisine.pp (translated from midisine.c)
+ added libjack example program midiseq.pp (translated from midiseq.c)
+ added libjack example program metro.pp (translated from metro.c)
+ fix and enable compilation of libjack for Win32 and Win64
* fixed compilation after previous commit
+ added example program capture_client.pp to libjack (translated from capture_client.c)
* Add rudimentary analysis method
* Service names need to be sanitized
* Handle more types, and no return methods
* Better handling of no return value
* Operator is also a keyword
* Fix AV when parsing list
* LaTeX renderer for markdown
* Some utility functions.
* Add some utility functions, avoid boilerplate code
* Set default options to empty
* Addition to make extensions easier to implement
DotUtils: Fixed compilation of "PrefixUnits" on Windows with the "cwstring" unit
Update the know file list to new files.
Allow the prefixer to change the file extension of a namespaced file and no duplicate the ifdef of dotted units.
Fix to use the path delimiter from the current operational system.
Saving the files with the Linux path always.
Assume the extension of the file loaded after applied the roule in the file.
Changed the rule variable to an local variable.