Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Rename underlying C library to equeue #10

Merged
merged 3 commits into from
Aug 5, 2016
Merged

Rename underlying C library to equeue #10

merged 3 commits into from
Aug 5, 2016

Conversation

geky
Copy link
Contributor

@geky geky commented Jul 30, 2016

  • Avoids conflicts with similarly named libraries/files
  • Adopts single equeue prefix
  • Maximizes the vowel to consonant ratio in the name

File changes:

events-c/events.* -> equeue/equeue.*
events-c/events_*.* -> equeue/equeue_*.*

Function changes:

events_tick_* -> equeue_tick_*
events_mutex_* -> equeue_mutex_*
events_sema_* -> equeue_sema_*
event_* -> equeue_event_*

- Differentiates the equeue library from other event queue
  libraries that don't focus on composability (libev, libevent)
- Emphasizes core component of the equeue library
- Gives obvious prefix for public symbols
- Maximizes the vowel to consonant ratio in the name

File changes:
events.* -> equeue.*
events_*.* -> equeue_*.*

Define changes:
EVENTS_* -> EQUEUE_*

Function changes:
events_tick_* -> equeue_tick_*
events_mutex_* -> equeue_mutex_*
events_sema_* -> equeue_sema_*
event_* -> equeue_event_*
geky added 2 commits August 1, 2016 04:43
Rename the events library to the equeue library
- Avoids conflicts with similarly named libraries/files
- Adopts single equeue prefix
- Maximizes the vowel to consonant ratio in the name
@geky geky merged commit f503d2e into master Aug 5, 2016
@geky geky deleted the rename-equeue branch August 5, 2016 03:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant