/vqdr/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/vqdr/trunk

  • Committer: Gustav Hartvigsson
  • Date: 2024-12-21 22:39:17 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20241221223917-jbt2ylyz9nxjss49
various changes
[utils/utils.vala]
* Removed uneeded int32_abs function

[utils/stack]
* more informative error when trying to pop an empty stack.

[utils/random.vala]
* added c_names to functions (probobly not needed).

[utils/pair.vala]
* Made compact
* made FreeFunc delegates unowned to fix error
* added constructor Pair.with_free_func ().

[utils/named_vector.vala]
* made class compact.

[utils/meson.build]
* Reordered files in list
* added logger.vala.

[utils/logger.vala]
* Added fast and easy logger class.

[utils/fast_number.vala]
* added a bunch of cname CCode attributes.

[general]
* Spelling in comments and functions.

[meson.build]
* Made dependancies easier to read
* added vala posix dependency

Filename Latest Rev Last Changed Committer Comment Size
..
abstract_pool_token.vala 62 1 year ago Gustav Hartvigsson various changes [utils/utils.vala] * Removed uneed 4.3 KB Diff Download File
function_token.vala 62 1 year ago Gustav Hartvigsson various changes [utils/utils.vala] * Removed uneed 5.3 KB Diff Download File
roll_and_keep_functon_token.vala 52.1.3 3 years ago Gustav Hartvigsson int -> int32 Finished the last of the convertion 3.9 KB Diff Download File
round_down_function_token.vala 26 4 years ago Gustav Hartvigsson * Fixed the "allowed function token type" map... * 603 bytes Diff Download File
round_up_function_token.vala 19 4 years ago Gustav Hartvigsson Added Round Up and Round Down function classes. Ad 593 bytes Diff Download File